-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
103 lines (101 loc) · 4.84 KB
/
Copy pathabout.php
File metadata and controls
103 lines (101 loc) · 4.84 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
<!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">
</head>
<body>
<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">
<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>
</body>
</html>