-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsponsors.html
More file actions
44 lines (36 loc) · 2.13 KB
/
sponsors.html
File metadata and controls
44 lines (36 loc) · 2.13 KB
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
<!doctype>
<html>
<head>
<script src="https://code.jquery.com/jquery.min.js"></script>
<script> jQuery(document).ready(function($) {
$(document).ready(function(){
setInterval(function(){
$(".scripted").toggle();
},500)});
});
</script>
<title>Sponsors</title>
<meta charset="utf-8">
<link href= "Change.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div class="info-nav">
<ul class="info-links">
<li class="links"><a href="hello-world.html">Home</a></li>
<li class="links"><a href="soup-kitchens.html">Soup kitchens</a></li>
<li class="links"><a href="background-info.html">Background Info</a></li>
<li class="links"><a href="rewards.html">Rewards</a></li>
<li class="links"><a href="sponsors.html">Sponsors</a></li>
<li class="links"><a href="the-team.html">The Team</a></li>
</ul> </div>
<div>
<h1 class="steps"><center>Sponsors</center></h1>
<p class="scripted"> <img src= "https://s3.amazonaws.com/ellevate-app-uploads-production/events/4019/event_image/large/scripted-full-mark-orange.png?1424753155">
<img src= "https://s3.amazonaws.com/ellevate-app-uploads-production/events/4019/event_image/large/scripted-full-mark-orange.png?1424753155">
<img src= "https://s3.amazonaws.com/ellevate-app-uploads-production/events/4019/event_image/large/scripted-full-mark-orange.png?1424753155">
<img src= "https://s3.amazonaws.com/ellevate-app-uploads-production/events/4019/event_image/large/scripted-full-mark-orange.png?1424753155">
<img src= "https://s3.amazonaws.com/ellevate-app-uploads-production/events/4019/event_image/large/scripted-full-mark-orange.png?1424753155">
<img src= "https://s3.amazonaws.com/ellevate-app-uploads-production/events/4019/event_image/large/scripted-full-mark-orange.png?1424753155"></p>
</div>
</body>
</html>