-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Feraru Silviu Marian
committed
Aug 15, 2018
1 parent
c4def38
commit 14e068d
Showing
4 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,4 +89,12 @@ iframe { | |
.character-portrait { | ||
height: auto; | ||
width: 100px; | ||
} | ||
|
||
|
||
|
||
.test { | ||
#example { | ||
height: 10px; | ||
} | ||
} |