Skip to content

Commit

Permalink
finished
Browse files Browse the repository at this point in the history
  • Loading branch information
Feraru Silviu Marian committed Aug 15, 2018
1 parent c4def38 commit 14e068d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Project 0

Web Programming with Python and JavaScript

*Description*
This is a fan-page for Life is strange video game, just a random subject off the top
of my head just to have something to do for the project.

It demonstrates a little bit of the power of bootstrap, sass, how to use at media events in
javascript and css.
The javascript file contains a tiny bit of code that changes a footer based on the window size.
"get it on steam" linking to steam, when the window is about the size of a computer,
"get it on adnroid"
"get it on ios" when the window is small enough for a phone or tablet.

Interesting how not using flask/jinja like in CS50, was difficult in the sense that I had to
copy paste a lot of sutff, instead of using a template and extending it.
3 changes: 3 additions & 0 deletions style0.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion style0.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions style0.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,12 @@ iframe {
.character-portrait {
height: auto;
width: 100px;
}



.test {
#example {
height: 10px;
}
}

0 comments on commit 14e068d

Please sign in to comment.