forked from Bop-beep/Tech-Set-Go-Group-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
208 lines (177 loc) · 7.74 KB
/
index.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!-- About us page (Amy), Fancy cards and copy (Emily), Home page copy and resizing (Laure) see media query to resize images for different screens -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>repl.it</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
</head>
<body>
<div class="container-fluid" id="container">
<style>
.sidebar {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #E34192;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}
.sidebar a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #f1f1f1;
display: block;
transition: 0.3s;
}
.sidebar a:hover {
color: #aaa;
}
.sidebar .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
.openbtn {
font-size: 20px;
cursor: pointer;
background-color: #E34192;
color: white;
padding: 10px 15px;
border: none;
}
.openbtn:hover {
background-color: #9c2560;
}
#main {
transition: margin-left .5s;
padding: 16px;
}
@media screen and (max-height: 450px) {
.sidebar {padding-top: 15px;}
.sidebar a {font-size: 18px;}
}
</style>
</head>
<body>
<div id="mySidebar" class="sidebar">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="index.html">Home</a>
<a href="campaign_info.html">Campaign</a>
<a href="form.html">Nominate</a>
<a href="whoweare.html">About Twinkl</a>
</div>
<div id="header" class= "row header">
<div class="col-2">
<button class="openbtn" onclick="openNav()" style="min-width:50px">☰</button>
</div>
<script>
function openNav() {
document.getElementById("mySidebar").style.width = "250px";
document.getElementById("main").style.marginLeft = "250px";
}
function closeNav() {
document.getElementById("mySidebar").style.width = "0";
document.getElementById("main").style.marginLeft= "0";
}
</script>
<div class="col-7">
<a href="index.html"><img src="pictures/teacher-of-the-year-white.png" style="width:100%";"></a>
</div>
<div class="col-3">
<a href="https://www.twinkl.co.uk/"><img src="pictures/twinkl-logo.png" style="width:75%";"> </a>
</div>
</div>
<div id="row" class="col-12">
</br>
<h1 style="color:#E34192">
Has someone changed your life through inspirational teaching? Enter our competition and let's celebrate them today!
</h1>
</br>
<p style="color:#0066c0";"font-size=20px">
Teaching is a rewarding, but challenging job. Twinkl understands this and that is why we are organising a competition to celebrate and reward teachers who give their best day in and day out.
There are many inspiring and heart-warming stories of how teachers have gone above and beyond their roles.
These are the people we want to hear about and offer a chance to receive an all-expenses paid 2 week holiday to Hawaii, a lifetime Twinkl Ultimate subscription and a treasure trove of school supplies from our partners.
</p>
</br>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="pictures/carousel-1.png" class="d-block w-100" alt="picture meet our winner">
<div class="carousel-caption d-none d-md-block">
</div>
</div>
<div class="carousel-item">
<img src="pictures/teacher-fleur-beaumont.jpg" class="d-block w-100" alt="picture of past winner fleur beaumont">
<div class="carousel-caption d-none d-md-block">
<h5 style="color:#E34192"; size="20px">Fleur Beaumont, Phonics Intervention Specialist and Most Inspirational Teacher Awardee</h5>
<p style="color:#0066c0">A trained speech therapist with over 20 years experience helping children and teenagers, Fleur was nominated by 5 different parents and schools for her hard work and dedication to phonics. She credits her pupils with inspiring her to know a little bit more every day.</p>
</div>
</div>
<div class="carousel-item">
<img src="pictures/teacher-ben-kwong.jpg" class="d-block w-100" alt="picture of past winner ben kwong">
<div class="carousel-caption d-none d-md-block">
<h5 style="color:#E34192">Ben Kwong Secondary Maths Teacher</h5>
<p style="color:#0066c0">Ben’s introduction to maths was a strange one. He qualified as an English teacher but then discovered a love of numbers from analysing Shakespeare’s sonnets. One he discovered their hidden formula, he disappeared into a dramatic career plot twist and become maths teacher.</p>
</div>
</div>
<div class="carousel-item">
<img src="pictures/teacher-sally-peppersmith.jpg" class="d-block w-100" alt="picture of past winner sally peppersmith">
<div class="carousel-caption d-none d-md-block">
<h5 style="color:#E34192">Sally Peppersmith, EYFS Teacher</h5>
<p style="color:#0066c0">Sally has been an EYF teacher for over 30 years and thinks the best thing about being an EYFS teacher is seeing how much the children transform over such a short period. Helping them find their way in the world, giving them those key early skills and letting them discover the magic of learning is what she enjoys the most.</p>
</div>
</div>
<div class="carousel-item">
<img src="pictures/carousel-4.png" class="d-block w-100" alt="picture of inspirational quote">
<div class="carousel-caption d-none d-md-block">
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</br>
<div id="footer" class= "row footer">
<p> Wards Exchange </br>
197 Ecclesall Road </br>
Sheffield, S11 8HW, UK </p>
</br>
<a href="https://www.twinkl.co.uk/"><img src="pictures/twinkl-logo.png" style="width:25%";"> </a>
</div>
</body>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="script.js"> </script>
</div>
<!-- <script type="text/javascript">
alert("javascriptwrite")
</script> -->
</body>
</html>