-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhello-world.html
More file actions
125 lines (100 loc) · 4.24 KB
/
hello-world.html
File metadata and controls
125 lines (100 loc) · 4.24 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
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
<!DOCTYPE html>
<!-- HTML5 Hello world by kirupa - http://www.kirupa.com/html5/getting_your_feet_wet_html5_pg1.htm -->
<html lang="en-us">
<head>
<script src="https://code.jquery.com/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<meta charset="utf-8">
<link href= "Change.css" type="text/css" rel="stylesheet" />
<title>A-team</title>
<style>
body {
background-image: url("http://www.india.com/wp-content/uploads/2015/12/Gifting-1-giphy.gif");
}
</style>
</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 class="abc">
<h1 class="hh">WELCOME To Meals On The Move!!!!! </h1>
<p class="hh">Feeding those who are less fournate!!</p>
</div>
<button type="button" class="btn btn-primary btn-lg buttonss" data-toggle="modal" data-target="#myModal">
SIGN UP
</button>
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">Intro</h4>
</div>
<div class="modal-body">
<p><iframe src="https://docs.google.com/a/aoiths.org/forms/d/e/1FAIpQLSd1Os69pnwdxwmnQboqFbaOJjSHkHKPgkgRIiw9t60GifNZDg/viewform?embedded=true" width="100%" height="500" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe> </p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default btn-danger btn-lg" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<center>
<div class="abc">
<div class="page-header"><h1>The Golden Rule:"Do on to others what you wish done to yourself"</h1><small>Made by A team</small></div>
<div class="abc"></div>
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="http://themindunleashed.com/wp-content/uploads/2016/12/FB-cover-image-1024x500.jpg" alt="pic1">
<div class="carousel-caption">
<p></p>
</div>
</div>
<div class="item">
<img src="https://davidwalkerattorney.files.wordpress.com/2016/02/doghomeless.jpg?w=1024&h=500&crop=1" alt="pic2">
<div class="carousel-caption">
<p></p>
</div>
</div>
<div class="item">
<img src="https://www.thesil.ca/wp-content/uploads/2013/09/homelessness-1024x500.jpg" alt="pic3">
<div class="carousel-caption">
<p></p>
</div>
</div>
...
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<br></br>
</div>
<footer>
<small><p class="bo">Made by the A Team </p></small>
</footer>
</body>
</html>