-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (46 loc) · 2.04 KB
/
index.html
File metadata and controls
47 lines (46 loc) · 2.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link
href="https://cdn.jsdelivr.net/npm/remixicon@4.3.0/fonts/remixicon.css"
rel="stylesheet"/>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="main">
<div id="nav">
<div id="nav-part1">
<h3>Menu</h3>
<i class="ri-menu-3-line"></i>
</div>
<div id="nav-part2">
<h1>Dentytech</h1>
</div>
<div id="nav-part3">
<button >Log In</button>
<button id="btn2">Sign Up</button>
</div>
</div>
<h1>Our Advantages</h1>
<img id="img1" src="https://images.unsplash.com/photo-1515886657613-9f3515b0c78f?w=400&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Nnx8bW9kZWx8ZW58MHx8MHx8fDA%3D" alt="">
<img id="img2" src="https://images.unsplash.com/photo-1492106087820-71f1a00d2b11?w=400&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8bW9kZWx8ZW58MHx8MHx8fDA%3D" alt="">
<img id="img3" src="https://plus.unsplash.com/premium_photo-1673758905770-a62f4309c43c?w=400&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NXx8bW9kZWx8ZW58MHx8MHx8fDA%3D" alt="">
<img id="img4" src="https://images.unsplash.com/photo-1583167460878-be6f241204a3?w=400&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MjB8fGdpcmwlMjBtb2RlbHxlbnwwfHwwfHx8MA%3D%3D" alt="">
<h5 id="btm-left">Your Smile, Our Passion</h5>
<h5 id="btm-right">Best Start Up of 2024</h5>
<a class="ri-circle-fill"></a>
<div id="Icon">
<b class="ri-instagram-line"></b>
<b class="ri-youtube-line"></b>
<b class ="ri-facebook-box-line"></b>
</div>
<div id="semi"></div>
<div id="arrow">
<i class="ri-arrow-down-line"></i>
</div>
</div>
</body>
</html>