-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
169 lines (155 loc) · 7.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="../static/icons/home.png" />
<link href="./static/css/bootstrap.css" rel="stylesheet">
<link href="./static/css/fontawesome-all.css" rel="stylesheet">
<link href="./static/css/styles.css" rel="stylesheet">
<link href="./static/css/magnific-popup.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>AidZee</title>
</head>
<body data-spy="scroll" data-target=".fixed-top">
<a href="body" class="back-to-top page-scroll" style="display: inline;">Back to Top</a>
<!-- Preloader -->
<div class="spinner-wrapper">
<div class="spinner">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</div>
<nav class="navbar navbar-expand-lg navbar-dark navbar-custom fixed-top">
<img src="./static/assets/Logo.png" height="100px">
<h1>AidZee</h1>
</nav>
<!-- Header -->
<header id="header" class="header">
<div class="header-content">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="text-container">
<h2>Know Us!<br></h2>
<p> Here we bring everyone around us closer virtually by creating a place where anyone can
post their need, and people around them will help. So, feeling lonely and want someone
to talk or need some help.</p>
<a class="btn-solid-lg page-scroll" href="./templates/portal.html" id="getlocation">Public
Room</a>
<a class="btn-solid-lg page-scroll" href="./templates/portal.html">Sign In</a>
</div>
</div>
<div class="col-lg-6">
<div class="image-container">
<a class="twitter-timeline" data-width="400" data-height="450"
href="https://twitter.com/IndianExpress?ref_src=twsrc%5Etfw">Tweets by IndianExpress</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Youtube -->
<div class="basic-3">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>Check Out AidZee</h2>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="image-container">
<div class="video-wrapper">
<a class="popup-youtube"
href="https://www.youtube.com/watch?v=ndR8ldQaAmA&feature=youtu.be"
data-effect="fadeIn">
<img class="img-fluid" src="./static/img/6583.jpg" alt="alternative">
<span class="video-play-button">
<span></span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contact Form -->
<div id="contact" class="form-2">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>Contact Information</h2>
<ul class="list-unstyled li-space-lg">
<li class="address">Don't hesitate to give us a call or send us a contact form message</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<form id="contactForm" data-toggle="validator" data-focus="false">
<div class="form-group">
<input type="text" class="form-control-input" id="cname" required>
<label class="label-control" for="cname">Name</label>
<div class="help-block with-errors"></div>
</div>
<div class="form-group">
<input type="email" class="form-control-input" id="cemail" required>
<label class="label-control" for="cemail">Email</label>
<div class="help-block with-errors"></div>
</div>
<div class="form-group">
<textarea class="form-control-textarea" id="cmessage" required></textarea>
<label class="label-control" for="cmessage">Your message</label>
<div class="help-block with-errors"></div>
</div>
<div class="form-group">
<button type="submit" class="form-control-submit-button">SUBMIT MESSAGE</button>
</div>
<div class="form-message">
<div id="cmsgSubmit" class="h3 text-center hidden"></div>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div class="footer">
<div class="container">
<hr>
<div class="row">
<div class="col-md-4">
<div class="footer-col">
<h4>AidZee</h4>
<p> © Ctrl Alt HACK! </p>
</div>
</div>
<!-- <div class="col-md-4">
<div class="footer-col last">
<h4>Source Code</h4>
<span class="fa-stack">
<a href="https://github.com/Aagam-Jain-113/AidZee" target="_blank">
<i class="fa fa-github"></i>
</a>
</span>
</div>
</div> -->
</div>
</div>
</div>
<!-- Scripts -->
<script src="./static/scripts/jquery.min.js"></script>
<!-- <script src="js/popper.min.js"></script> Popper tooltip library for Bootstrap -->
<script src="./static/scripts/bootstrap.min.js"></script>
<script src="./static/scripts/jquery.easing.min.js"></script>
<script src="./static/scripts/swiper.min.js"></script>
<script src="./static/scripts/jquery.magnific-popup.js"></script>
<script src="./static/scripts/scripts.js"></script>
<script src="./static/scripts/location.js"></script>
</body>
</html>