-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from armydar/master
added question pages
- Loading branch information
Showing
7 changed files
with
249 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,137 @@ | ||
header{ | ||
overflow: auto; | ||
} | ||
body{ | ||
font-family: cursive; | ||
background: #f8fdff; | ||
} | ||
#logo{ | ||
width: 40px; | ||
float: left; | ||
} | ||
#co{ | ||
float: right; | ||
} | ||
.main{ | ||
clear: both; | ||
text-align: center; | ||
margin-top: 70px; | ||
} | ||
h3{ | ||
font-size: 30px; | ||
} | ||
p{ | ||
font-size: 20px; | ||
} | ||
button{ | ||
background: #32ad75; | ||
width: 120px; | ||
height: 40px; | ||
color: #fff; | ||
} | ||
#paragraph{ | ||
text-align: center; | ||
font-weight: bold; | ||
margin-top: 70px; | ||
} | ||
.container{ | ||
margin: 0px auto; | ||
width: 100%; | ||
margin-top: 70px; | ||
overflow: hidden; | ||
|
||
text-align: center; | ||
} | ||
|
||
.center{ | ||
width: 950px; | ||
margin: 10px auto; | ||
} | ||
|
||
|
||
#bg{ | ||
width: 400px; | ||
height: 400px; | ||
} | ||
|
||
.link a{ | ||
color:#fff; | ||
font-weight: bolder; | ||
text-decoration: none; | ||
font-size: 1.2em; | ||
|
||
} | ||
|
||
.link{ | ||
z-index: 9; | ||
display: block; | ||
position: relative; | ||
margin-top: 30px; | ||
} | ||
|
||
.showcase{ | ||
-webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75); | ||
-moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75); | ||
box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75); | ||
border-radius: 5px 5px 5px 5px; | ||
-moz-border-radius: 5px 5px 5px 5px; | ||
-webkit-border-radius: 5px 5px 5px 5px; | ||
border: 0px solid #000000; | ||
} | ||
|
||
.showcase1{ | ||
background: url("../images/student.jpg") no-repeat ; | ||
background-size: cover; | ||
padding: 15px; | ||
height: 200px; | ||
width: 250px; | ||
float: left; | ||
margin-left: 25px; | ||
} | ||
|
||
.overlay { | ||
position: relative; | ||
|
||
} | ||
|
||
.overlay:before{ | ||
position: absolute; | ||
content:" "; | ||
top:0; | ||
left:0; | ||
width:100%; | ||
height:100%; | ||
/*display: none;*/ | ||
z-index:0; | ||
} | ||
|
||
.blue:before { | ||
background-color: rgba(83,192,232,0.8); | ||
} | ||
|
||
.green:before { | ||
background-color: rgba(124,201,164,0.8); | ||
} | ||
|
||
.dark:before { | ||
background-color: rgba(46,93,111,0.8); | ||
} | ||
.showcase2{ | ||
background: url("../images/student.jpg") no-repeat; | ||
background-size: cover; | ||
padding: 15px; | ||
height: 200px; | ||
width: 250px; | ||
float: left; | ||
margin-left: 25px; | ||
|
||
} | ||
.showcase3{ | ||
background: url("../images/student.jpg") no-repeat; | ||
background-size: cover; | ||
padding: 15px; | ||
height: 200px; | ||
width: 250px; | ||
float: left; | ||
margin-left: 25px; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,18 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>coding101</title> | ||
<header> | ||
<img src="images/logo.png"> | ||
<p>Coding101</p> | ||
</header> | ||
</head> | ||
<body> | ||
<section> | ||
<h3>We've already done the hardwork on curating the best<br/> resources to help you.</h3> | ||
<p>All you have to do is try answer the next couple of<br/> questions as best as you can so we can figure out<br/> what you may like.</p> | ||
<p>We then use that to create a track that might be the<br/> most engaging way for you to get into tech.</p> | ||
<button>Begin</button> | ||
</section> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>coding101</title> | ||
<link rel="stylesheet" type="text/css" href="assets/css/styles.css"> | ||
</head> | ||
<body> | ||
<div> | ||
<header> | ||
<img src="assets/images/logo.png" id="logo"> | ||
<p id="co">Coding101</p> | ||
</header> | ||
</div> | ||
<section class="main"> | ||
<div> | ||
<h3>We've already done the hardwork on curating the best<br/> resources to help you.</h3> | ||
<p>All you have to do is try answer the next couple of<br/> questions as best as you can so we can figure out<br/> what you may like.</p> | ||
<p>We then use that to create a track that might be the<br/> most engaging way for you to get into tech.</p> | ||
<a href="question1.html"><button>Begin</button></a> | ||
</div> | ||
</section> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>coding 101</title> | ||
<link rel="stylesheet" type="text/css" href="assets/css/styles.css"> | ||
</head> | ||
<body> | ||
<div> | ||
<header> | ||
<img src="assets/images/logo.png" id="logo"> | ||
<p id="co">Coding101</p> | ||
</header> | ||
</div> | ||
|
||
<div class="main"> | ||
<h3>Coding101 aims to help people who are interested in<br> coding get an head start.</h3> | ||
<p>We understand that coding can be a bit difficult at<br> the beginning and we are here to help you get<br> started.</p> | ||
<a href="how.html"> <button> How?</button></a> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
|
||
<title>coding101</title> | ||
<link rel="stylesheet" type="text/css" href="assets/css/styles.css"> | ||
</head> | ||
<body> | ||
<header> | ||
<img src="assets/images/logo.png" id="logo"> | ||
<p id="co">Coding101</p> | ||
</header> | ||
|
||
|
||
|
||
<section> | ||
<p id="paragraph">I am a...</p> | ||
<div class="container"> | ||
|
||
<div class="center"> | ||
|
||
<div class="showcase1 showcase overlay blue"> | ||
<span class="link" > | ||
<a href="#"> | ||
Secondary School Graduate | ||
</a> | ||
</span> | ||
</div> | ||
|
||
<div class="showcase2 showcase overlay green"> | ||
<span class="link"> | ||
<a href="#"> | ||
Student/<br/>Graduate/<br/>Awaiting NYSC | ||
</a> | ||
</span> | ||
</div> | ||
<div class="showcase3 showcase overlay dark"> | ||
<span class="link"> | ||
<a href="#"> | ||
Employed/<br/>Corp Member/<br/>Unemployed | ||
</a> | ||
</span> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
</body> | ||
</html> |