-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule-three-activity-three.html
47 lines (47 loc) · 1.81 KB
/
module-three-activity-three.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>STEMbrite</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="cleartype" content="on">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
</head>
<body>
<header>
<div class="row">
<div class="col-xs-12 col-sm-10 col-sm-offset-1 col-md-10 col-md-offset-1">
<div class="logo">
<img class="logo-horizontal" src="img/SB-logo-horizontal.png" alt="">
</div>
</div>
</div>
</header>
<div class="container activity-container">
<div class="row">
<div class="module-screen green-background col-xs-12 col-sm-10 col-sm-offset-1 col-md-10 col-md-offset-1">
<img class="module-three img-responsive center-block" src="img/module_3.jpg" alt="Module 3">
<h2>Module 3: <br><span>Talent Myth</span></h2>
<p>Activity 3 of 3</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3">
<p class="instruction">Give an example of one challenge in your life that you have overcome with hard work? It could be from elementary school, sports, learning something new, anything that required you to perservere.</p>
<p class="statement text-center">Type your answer into the box below and hit submit when finished.</p>
</div>
</div>
<textarea class="form-control activity" rows="6"></textarea>
<div class="row">
<div class="col-xs-12 col-sm-10 col-sm-offset-1 col-md-10 col-md-offset-1">
<a href="congratulations.html"><button class="btn btn-lg submit">Submit</button></a>
</div>
</div>
</div>
</div>
</body>
</html>