-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (43 loc) · 1.83 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
<!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">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rubik&display=swap" rel="stylesheet">
<title>Document</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<section class="navsection">
<div class="logo">
<h1> Lakshya Gaur</h1>
</div>
<nav>
<a href="http://127.0.0.1:5500/images/index.html">Home Or Refresh</a>
<a href="#">contact</a>
<a href="https://www.google.com/search?rlz=1C1VDKB_enIN1053IN1053&sxsrf=APwXEddslMTjS3pJa_5QXXH5JiVDGMX9Gw:1685445949615&q=hd+nature+wallpapers&tbm=isch&sa=X&ved=2ahUKEwiQpPW495z_AhU1umMGHZLfDOMQ0pQJegQIDBAB&biw=1366&bih=657&dpr=1">gallery</a>
<a href="https://www.google.com/search?gs_ssp=eJzj4tTP1TcwMU02T1JgNGB0YPBiS8_PT89JBQBASQXT&q=google&rlz=1C1VDKB_enIN1053IN1053&oq=&aqs=chrome.0.46i39i199i362i465j35i39i362l7.1021868179j0j15&sourceid=chrome&ie=UTF-8">help</a>
<a href="https://www.youtube.com/channel/UCciTLk4jnn8-xdsg_hvJTSg" target="_blank">about</a>
<a href="https://www.bing.com/search?pglt=41&q=google+services&cvid=94449866b2014570a628ade20eda0c79&aqs=edge.0.0l9.11091j0j1&FORM=ANNTA1&PC=U531">services</a>
</nav>
</section>
<main>
<div class="leftside">
<h3>Hello
<h1>I am Lakshya Gaur</h1>
<h2>Software Engineer And Musician</h2>
<a href="#" class="btn1">Hire Me</a>
<a href="Call Or Whatsapp on +91 9760808301" class="btn2">Contact Me</a>
</h3>
</div>
<div class="rightside">
<img src="hacking.jpg">
</div>
</main>
</header>
</body>
</html>