-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
139 lines (125 loc) · 7.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Rubik" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
<body>
<!-- Jumbotron with Nav -->
<div class="jumbortron jumbotron-fluid">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#">
<img width="100" height="100" class="img-fluid" src="img/logo.jpeg">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#who_we_are">Who We Are</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#what_we_do">What We Do</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#founders">Our Founders</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact_us">Contact Us</a>
</li>
</ul>
</div>
</nav>
<div class="container">
<div class="row justify-content-center mt-5 mb-5">
<h1 class="display-3 text-center">TWO KIDS FOR CHANGE</h1>
</div>
</div>
</div>
<!-- Home Main Message -->
<div class="container p-5" id="who_we_are">
<h1 class="display-4 text-center">Who We Are</h1>
<p class="lead text-center">
Two Kids for Change is a charity that was founded by two brothers from Mississauga to help their
community by providing grocery gift cards to families in need.
We are fully volunteer-run so we can give 100% of all money raised directly to families in need!
</p>
</div>
<!-- Mission -->
<div class="container p-5" id="what_we_do">
<h1 class="display-4 text-center">What We Do</h1>
<p class="lead text-center">
We help families in the Peel Region through the school system.
By partnering with different school boards, we work in collaboration with the board's social workers
in order to help children in need with all the money raised.
We have no administration costs, so 100% of all money raised goes directly to fund programs that help families in need!
</p>
</div>
<!-- Testimonal Slideshow -->
<div class="container">
<h1 class="display-4 text-center" id="founders">Founders</h1>
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block carousel_image" src="./img/Dan_Embeded.svg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block carousel_image" src="./img/Nick_Embeded.svg" alt="Second slide">
</div>
</div>
<a class="carousel-control-prev carousel_dark" href="#carouselExampleControls" 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="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!-- Contact Us Form-->
<div class="container mt-5 mb-5" id="contact_us">
<div class="row justify-content-center">
<h1 class="display-4 text-center">Contact Us</h1>
</div>
<form>
<div class="form-row justify-content-center">
<div class="form-group col-md-8">
<label for="inputName">Name</label>
<input type="text" class="form-control" id="inputName" placeholder="Enter Name" required>
</div>
</div>
<div class="form-row justify-content-center">
<div class="form-group col-md-8">
<label for="inputPhone">Phone Number</label>
<input type="tel" class="form-control" id="inputPhone" placeholder="Enter Phone Number">
</div>
</div>
<div class="form-row justify-content-center">
<div class="form-group col-md-8">
<label for="exampleInputEmail">Email Address</label>
<input type="email" class="form-control" id="exampleInputEmail" placeholder="Enter email" required>
</div>
</div>
<div class="form-row justify-content-center">
<div class="form-group col-md-8">
<label for="inputMessage">Message</label>
<input type="text" class="form-control" id="inputMessage" placeholder="Enter Message" required>
</div>
</div>
<div class="row justify-content-center">
<button type="submit" class="btn btn-lg btn-primary" id="submit_button">SUBMIT</button>
</div>
</form>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script type="text/javascript" src="/js/addFields.js"></script>
</body>
</html>