-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndex.html
More file actions
69 lines (64 loc) · 2.78 KB
/
Index.html
File metadata and controls
69 lines (64 loc) · 2.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet">
<link rel="stylesheet" href="cv.css">
</head>
<body>
<div id="main">
<div id="nav">
<img src="./Custom Size – 1.png" alt="">
<div id="right">
<button>Join Us</button>
<i class="ri-menu-2-line"></i>
</div>
</div>
<div id="bar">
<div class="pic"><img id="one" src="./1.jpg" alt="">
<h1 id="o1">1</h1>
</div>
<div class="pic"><img src="https://hips.hearstapps.com/hmg-prod.s3.amazonaws.com/images/salomon-s-lab-phantasm-1621820382.jpg?crop=0.527xw:0.513xh;0.311xw,0&resize=640:*" alt="">
<h1 id="o2">2</h1>
</div>
<div class="pic"><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSk4yHn-kBIATdl4E_hO8P91HcA1Dho-Rgw-w&usqp=CAU" alt="">
<h1 id="o3">3</h1>
</div>
<div class="pic"><img src="https://images.unsplash.com/photo-1600599067176-1f47e3b6fe47?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1778&q=80" alt="">
<h1 id="o4">4</h1>
</div>
<div class="pic"><img src="https://images.unsplash.com/photo-1563903260263-065d1c592e6b?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1793&q=80" alt="">
<h1 id="o5">5</h1>
</div>
<div class="pic"><img id="six" src="https://images.unsplash.com/photo-1577375960076-25ced81e4592?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1780&q=80" alt="">
<h1 id="o6">6</h1>
</div>
</div>
<div id="sbar">
<div id="line"></div>
</div>
<div id="bar2">
<h2>Exp <br> outdoor for <br> everyone</h2>
<div id="news">
<div id="sbr">
<h2>Newsletter</h2>
<h3>Your email</h3>
<div id="box"><i class="ri-send-plane-fill"></i></div>
</div>
</div>
</div>
<div id="bar3">
<h5>© 2021 Thaioutdoorgroup. All rights reserved.</h5>
<div id="right3">
<a id="op1" href="#">Terms</a>
<a id="op2" href="#">Privacy</a>
<i class="ri-facebook-box-fill"></i>
<i class="ri-instagram-fill"></i>
</div>
</div>
</div>
</body>
</html>