-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (62 loc) · 2.61 KB
/
index.html
File metadata and controls
63 lines (62 loc) · 2.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MY FIRST WEB PAGE</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="background_image">
<nav>
<h1>FRA<span>NCE</span></h1>
<ul>
<li><a href="https://www.britannica.com/place/France">ABOUT</a></li>
<li><a href="https://geology.com/world/france-satellite-image.shtml">MAP</a></li>
<li><a href="https://www.youtube.com/watch?v=BZLZyX3JdEM&t=15s">VIDEO</a></li>
</ul>
</nav>
<div class="me">
<div class="box1">
<card1>
<h3>eiffel tower</h3>
<img src="eifel.to.jpg">
<p>The Eiffel Tower's gracefulness has earned it the nickname of "Iron Lady."</p>
<button><h2><a href="https://www.britannica.com/topic/Eiffel-Tower-Paris-France">Read More</a></h2></button>
</card1>
</div>
<div class="box2">
<card1>
<h3>Musée du Louvre</h3>
<img src="[yramid.sd.jpg">
<p>Louvre Museum ranks among the top European collections of fine arts.</p>
<button><h2><a href="https://www.louvre.fr/en">Read More</a></h2></button>
</card1>
</div>
<div class="box3">
<card1>
<h3>Cathédrale Notre-Dame de Paris</h3>
<img src="tro.jpg">
<p>Notre-Dame stands in the heart of Paris</p>
<button><h2><a href="https://en.wikipedia.org/wiki/Notre-Dame_de_Paris">Read More</a></h2></button>
</card1>
</div>
<last>
<h2>Travel Far Enough, To Reach
Your Dream Destination.</h2>
</last>
<end>
<h2>GO | TRAVEL | ENJOY</h2>
</end>
<footer>
<div class="last">
<i class="fa-regular fa-copyright"></i>
<h4> 00933 Princess</h4>
</div>
</footer>
</div>
<script type="text/javascript" src="style.js"></script>
</body>
</html>