-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
329 lines (308 loc) · 13.8 KB
/
index.php
File metadata and controls
329 lines (308 loc) · 13.8 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
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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
<!DOCTYPE html><!--html5-->
<html lang="en">
<head>
<title></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans&display-swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
</head>
<body>
<!--<h1> Welcome to my channel :)</h1>-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand ml-2" href="#">SkyMaps</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.php">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="Funfact.php">Fun Facts</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gallery.php">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#AboutUs">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Contact">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link link-light" href="querypage.php">Know Universe</a>
</li>
</ul>
<!-- <form class="form-inline my-2 my-lg-0">
<a href='querypage.php'>Know Universe</a> -->
<!-- <div class="dropdown">
<button class="btn btn-danger dropdown-toggle dropdown-toggle-split" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Dropdown button
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="Stars.php">Stars</a>
<a class="dropdown-item" href="Constellations.php">Constellations</a>
<a class="dropdown-item" href="Nakshatras.php">Nakshatras</a>
</div>
</div> -->
<!-- </form> -->
</div>
</nav>
<div id="demo" class="carousel slide" data-bs-ride="carousel">
<!-- Indicators/dots -->
<div class="carousel-indicators">
<button type="button" data-bs-target="#demo" data-bs-slide-to="0" class="active"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="1"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="2"></button>
</div>
<!-- The slideshow/carousel -->
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img4.jpg" alt="Glowing Galaxies" class="d-block" height="600" style="width:100% ">
<div class="carousel-caption">
<h3>Glowing Galaxies</h3>
<!-- <p>We had such a great time in LA!</p> -->
</div>
</div>
<div class="carousel-item">
<img src="WhatsApp Unknown 2023-05-10 at 16.51.58\WhatsApp Image 2023-05-09 at 21.02.36.jpeg" alt="Capturing Sky" class="d-block" height="600" style="width:100% ">
<div class="carousel-caption">
<h3>Capturing Sky</h3>
<p>New Adventure, New Stars!</p>
</div>
</div>
<div class="carousel-item">
<img src="WhatsApp Unknown 2023-05-10 at 16.51.58\WhatsApp Image 2023-05-09 at 21.02.36 (1).jpeg" alt="Explore the Sky" class="d-block" height="600" style="width:100%">
<div class="carousel-caption">
<h3>Explore the Sky</h3>
<!-- <p>We love the Big Apple!</p> -->
</div>
</div>
</div>
<!-- Left and right controls/icons -->
<button class="carousel-control-prev" type="button" data-bs-target="#demo" data-bs-slide="prev">
<span class="carousel-control-prev-icon"></span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#demo" data-bs-slide="next">
<span class="carousel-control-next-icon"></span>
</button>
</div>
<!-- <div id="demo" class="carousel slide" data-ride="carousel">
<ul class="carousel-indicators">
<li data-target="#demo" data-slide-to="0" class="active"></li>
<li data-target="#demo" data-slide-to="1"></li>
<li data-target="#demo" data-slide-to="2"></li>
</ul>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img1.jpg" alt="Los Angeles" width="1100" height="400">
<div class="carousel-caption">
<h3>Los Angeles</h3> -->
<!-- <p>We had such a great time in LA!</p> -->
<!-- </div>
</div>
<div class="carousel-item">
<img src="img4.jpg" alt="Chicago" width="1100" height="400">
<div class="carousel-caption"> -->
<!-- <h3>Chicago</h3> -->
<!-- <p>Thank you, Chicago!</p> -->
<!-- </div>
</div>
<div class="carousel-item">
<img src="i1.jpg" alt="New York" width="1100" height="400">
<div class="carousel-caption"> -->
<!-- <h3>New York</h3> -->
<!-- <p>We love the Big Apple!</p> -->
<!-- </div>
</div>
</div>
<a class="carousel-control-prev" href="#demo" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#demo" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div> -->
<!-- -->
<!-- <section class="my-5">
<div class="py-5">
<h2 class="text-center">About Us</h2>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<img src="images/skymapimage6.jpg" class="img-fluid aboutimg">
</div>
<div class="col-lg-6 col-md-6 col-12">12 complete-->
<!-- <h2 class="display-4">This is SkyMaps site</h2>
<p class="py-3">A sky map is a map of the night sky that shows the location of stars, constellations,
planets and other celestial bodies. Sky maps are often called star charts or star maps.
An all-sky map shows the entire night sky from horizon-to-horizon.</p>
<a href="about.php" class="btn btn-success"> Check More </a>
</div>
</div>
</div>
</section> -->
<section class="my-5" id="AboutUs">
<div class="py-5">
<h1 class="text-center h1 ">About Us</h1>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<div class="mx-2">
<img src="https://play-lh.googleusercontent.com/4VGiZutofCjs_wEC3BOuFPXysyF-ClYDTa40F3qK-GhKcISkWFFpRiBFmD8HPDTrElQ" class="img-fluid img-thumbnail" height="100" style="width:70%" >
</div>
</div>
<div class="col-lg-6 col-md-6 col-12">
<br >
<br >
<br >
<h2 class="p-4 w3-cursive ">The Sky Map</h2>
<p class="px-4 h5 ">A sky map is a map of the night sky that shows the location of stars, constellations,
planets and other celestial bodies. Sky maps are often called star charts or star maps.
An all-sky map shows the entire night sky from horizon-to-horizon. A skymap is a specific type of sky map that is
designed to provide information about the position and characteristics of constellations,
stars, rashis, and nakshatras.
:)
</p >
<a class="px-4 h5 " href="Funfact.php"> see more fun facts </a>
</div>
</div>
<div>
</section>
<!-- <section class="my-5">
<div class="py-5">
<h2 class="text-center">Our Services</h2>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-4 col-md-4 col-12">
<div class="card" >
<img class="card-img-top" src="images/skymapimage1.jpg" alt="Card image" >
<div class="card-body">
<h4 class="card-title"> Beautiful sky:)</h4>
<p class="card-text">Some example text.</p>
<a href="#" class="btn btn-primary">See Profile</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-12">
<div class="card" >
<img class="card-img-top" src="images/skymapimage1.jpg" alt="Card image" >
<div class="card-body">
<h4 class="card-title"> Beautiful sky:)</h4>
<p class="card-text">Some example text.</p>
<a href="#" class="btn btn-primary">See Profile</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-12">
<div class="card" >
<img class="card-img-top" src="images/skymapimage1.jpg" alt="Card image" >
<div class="card-body">
<h4 class="card-title"> Beautiful sky:)</h4>
<p class="card-text">Some example text.</p>
<a href="#" class="btn btn-primary">See Profile</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-12">
<div class="card" >
<img class="card-img-top" src="images/skymapimage1.jpg" alt="Card image" >
<div class="card-body">
<h4 class="card-title"> Beautiful sky:)</h4>
<p class="card-text">Some example text.</p>
<a href="#" class="btn btn-primary">See Profile</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-12">
<div class="card" >
<img class="card-img-top" src="images/skymapimage1.jpg" alt="Card image" >
<div class="card-body">
<h4 class="card-title"> Beautiful sky:)</h4>
<p class="card-text">Some example text.</p>
<a href="#" class="btn btn-primary">See Profile</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-12">
<div class="card" >
<img class="card-img-top" src="images/skymapimage1.jpg" alt="Card image" >
<div class="card-body">
<h4 class="card-title"> Beautiful sky:)</h4>
<p class="card-text">Some example text.</p>
<a href="#" class="btn btn-primary">See Profile</a>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- <section class="my-5">
<div class="py-5">
<h2 class="text-center">Contact Us</h2>
</div>
<div>
<form action="userinfo.php" method="post">
<div class="form-group">
<label>Username</label>
<input type="text" name="user" autocomplete="off" class="form-control">
</div>
<div class="form-group">
<label>Email Id</label>
<input type="text" name="email" autocomplete="off" class="form-control">
</div>
<div class="form-group">
<label>Mobile</label> <input type="text" name="mobile" autocomplete="off"
class="form-control">
</div>
<div class="form-group">
<label>Comment</label>
<textarea class="form-control" name="comment"></textarea>
</div>
<button type="submit" class="btn btn-success">Submit</button>
</form>
</div>
</section> -->
<section class="my-5" id="Contact">
<div class="py-5">
<h2 class="text-center h1">Contact Us</h2>
</div>
<div class="rounded m-5 ">
<form action="userinfo.php" method="post">
<div class="form-group">
<label>Username</label>
<input type="text" name="user" autocomplete="off" class="form-control">
</div>
<div class="form-group">
<label>Email Id</label>
<input type="text" name="email" autocomplete="off" class="form-control">
</div>
<div class="form-group">
<label>Mobile</label> <input type="text" name="mobile" autocomplete="off"
class="form-control">
</div>
<div class="form-group">
<label>Comment</label>
<textarea class="form-control" name="comment"></textarea>
</div>
<button type="submit" class="btn btn-success">Submit</button>
</form>
</div>
</section>
<footer>
<p class="p-3 bg-dark text-white text-centers">@Skymap Production</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.4/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>