-
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.
iiiiMerge branch 'master' of https://github.com/8-bit-sheep/lamb-quiz
- Loading branch information
Showing
13 changed files
with
584 additions
and
205 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,72 @@ | ||
#about-container { | ||
width: 50rem; | ||
min-height: 100vh; | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: center; | ||
align-items: center; | ||
max-width: 500px; | ||
margin: 0 auto; | ||
padding: 5rem; | ||
} | ||
|
||
#headline { | ||
display: flex; | ||
|
||
width: 50rem; | ||
} | ||
|
||
h1 { | ||
color: #7badb6; | ||
} | ||
|
||
img { | ||
display: block; | ||
width: auto; | ||
height: auto; | ||
} | ||
|
||
.text { | ||
font-size: 1.8rem; | ||
margin-bottom: 3rem; | ||
width: 50rem; | ||
z-index: 2; | ||
position: relative; | ||
top: -5.5rem; | ||
text-align: justify; | ||
text-justify: inter-word; | ||
} | ||
|
||
#family-pic { | ||
width: 50rem; | ||
z-index: 1; | ||
} | ||
#sheep { | ||
width: 30rem; | ||
height: 17rem; | ||
} | ||
|
||
:root { | ||
background-color: black; | ||
} | ||
|
||
* { | ||
color: white; | ||
} | ||
|
||
#continue-btn { | ||
background-color: #7badb6; | ||
color: white; | ||
width: 30rem; | ||
} | ||
|
||
#yle-logo { | ||
width: 5rem; | ||
} | ||
|
||
#made-possible { | ||
display: flex; | ||
justify-content: flex-end; | ||
align-items: center; | ||
margin-top: 10rem; | ||
} |
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> | ||
<title>About</title> | ||
<link rel="stylesheet" href="app.css" /> | ||
<link rel="stylesheet" href="about.css" /> | ||
</head> | ||
<body> | ||
<div id="about-container"> | ||
<div id="headline"> | ||
<h1>About this project...</h1> | ||
<img src="sheep-logo.gif" alt="sheep logo" id="sheep" /> | ||
</div> | ||
|
||
<img src="family-pic.jpg" alt="lamb family pic" id="family-pic" /> | ||
<div class="text"> | ||
<h4> | ||
The Summer Lambs Project is a cooperation between 8-bit-sheep and Eija | ||
Moisala at Yleisradio. The idea was to offer summer jobs to high | ||
schoolers, teach them to code JavaScript and give them a sense of | ||
working in tech. This *very cool* website is the product of that | ||
summer. Enjoy! | ||
</h4> | ||
</div> | ||
<a href="index.html?about=seen" class="btn" id="continue-btn" | ||
>Continue to *very cool* quiz</a | ||
> | ||
<div id="made-possible"> | ||
<h4>Thank you</h4> | ||
<img src="Yle-logo.png" alt="logo" id="yle-logo" /> | ||
<h4>for making this possible!</h4> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.