forked from MargaretOrton/wonders-of-the-world
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
183 lines (162 loc) · 8.69 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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE HTML>
<html>
<head>
<title>Mausoleum at Halicarnassus</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<style>
#side-nav{
border-top: white solid 1px;
}
#side-nav .nav-item{
border-bottom:#6c757d solid 1px;
}
#side-nav .nav-item:hover{
border-bottom: white solid 1px;
}
#side-nav .navbar-nav{
width:100%;
padding-bottom: 20px;;
}
#main-content{
padding-top: 20px;
}
.card{
margin-top:5px !important;
}
.carousel-item .img-fluid {
height: 550px;
width: 100%;
object-fit: cover;
}
</style>
</head>
<body>
<div class="container">
<div style="padding-top: 30px; border-bottom:solid 1px white;">
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100 img-fluid" src="img/mh.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100 img-fluid" src="img/hgb.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100 img-fluid" src="img/The-Pyramids-Giza.jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" 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>
<nav id="main-nav" class="navbar navbar-expand-md navbar-dark bg-dark">
<a class="navbar-brand" href="#" style="font-family:Arial Black, Gadget, sans-serif; text-transform: uppercase;">7 Wonders of the Ancient World</a>
</nav>
<br/>
<div class="row">
<div class="col-md-6">
<div class="card">
<div class="card-body">
<div class="row">
<div class="col-md-4"><img src="img/The-Pyramids-Giza.jpg" class="img-fluid rounded"></div>
<div class="col-md-8">
<h5 class="card-title">Great Pyramid of Giza</h5>
<p class="card-text">The oldest of the wonders, and the only one still standing.</p>
<a href="#" class="float-right btn btn-secondary">Learn More</a>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-body">
<div class="row">
<div class="col-md-4"><img src="img/Mausoleum_of_Halicarnassus.jpg" class="img-fluid rounded"></div>
<div class="col-md-8">
<h5 class="card-title">Hanging Gardens of Babylon</h5>
<p class="card-text">Insert some text about the Hanging Gardens of Babylon here</p>
<a href="#" class="float-right btn btn-secondary">Learn More</a>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-body">
<div class="row">
<div class="col-md-4"><img src="img/Mausoleum_of_Halicarnassus.jpg" class="img-fluid rounded"></div>
<div class="col-md-8">
<h5 class="card-title">Temple of Artemis</h5>
<p class="card-text">Insert some text about the Temple of Artemis here</p>
<a href="#" class="float-right btn btn-secondary">Learn More</a>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-body">
<div class="row">
<div class="col-md-4"><img src="img/Mausoleum_of_Halicarnassus.jpg" class="img-fluid rounded"></div>
<div class="col-md-8">
<h5 class="card-title">Mausoleum of Maussollos</h5>
<p class="card-text">Tomb of the Anatolian king of that name, built by his widow Artemisia, at Halicarnassus (present Bodrum, Turkey).</p>
<a href="#" class="float-right btn btn-secondary">Learn More</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card">
<div class="card-body">
<div class="row">
<div class="col-md-4"><img src="img/Mausoleum_of_Halicarnassus.jpg" class="img-fluid rounded"></div>
<div class="col-md-8">
<h5 class="card-title">Statue of Zeus at Olympia</h5>
<p class="card-text">Insert some text about the Statue of Zeus at Olympia here.</p>
<a href="mausoleum-at-halicarnassus.html" class="float-right btn btn-secondary">Learn More</a>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-body">
<div class="row">
<div class="col-md-4"><img src="img/Mausoleum_of_Halicarnassus.jpg" class="img-fluid rounded"></div>
<div class="col-md-8">
<h5 class="card-title">Colossus of Rhodes </h5>
<p class="card-text">Insert some text about the Colossus of Rhodes here</p>
<a href="#" class="float-right btn btn-secondary">Learn More</a>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-body">
<div class="row">
<div class="col-md-4"><img src="img/Mausoleum_of_Halicarnassus.jpg" class="img-fluid rounded"></div>
<div class="col-md-8">
<h5 class="card-title">Lighthouse of Alexandria </h5>
<p class="card-text">Insert some text about the Lighthouse of Alexandria here</p>
<a href="#" class="float-right btn btn-secondary">Learn More</a>
</div>
</div>
</div>
</div>
</div>
</div>
<hr/>
</div> <!-- /container -->
<footer class="container">
<div class="container d-flex flex-column align-items-center flex-md-row p-3 px-md-4 mb-3 bg-white border-bottom box-shadow">
</div>
</footer>
</body>
</html>