-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (39 loc) · 1.54 KB
/
index.html
File metadata and controls
44 lines (39 loc) · 1.54 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
<!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 rel="stylesheet" href="style.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<header class="header">
<a href="#" class="logo"> Portfolio</a>
<nav class="navbar">
<a href="#" >Home</a>
<a href="#" >Contact</a>
<a href="#" >Images</a>
<a href="#" >Services</a>
<a href="#" >Help</a>
</nav>
</header>
<section class="home">
<div class="home-content">
<h3 style="color:yellow ;">Hello, This Is Lakshya Gaur</h3>
<br>
<h1 class="dogoo" style="color: yellow;">Puyush!</h1><br>
<h3 class="dogoo" style="color: yellow;">And I'm a "Software Engineer"<span class="text"></span></h3>
<p class="dogoo" style="color: yellow;">I'm a Student of Class 10<sup>th</sup> and I am 15 years old and I am also a Web Developer.<br><br>I used for programming websites and webpages <p class="dogoo" style="color: yellow;">"HTML" and "CSS"</p>. <br><br><p style="color: yellow;">I live in Bulandshahr (203001), Uttar Pradesh, India </p>
<div class="home-sci">
<a href="#"><i class='bx bxl-facebook'></i></a>
<a href="#"><i class='bx bxl-whatsapp' ></i></a>
<a href="#"><i class='bx bxl-instagram' ></i></a>
<a href="#"><i class='bx bxl-twitter' ></i></a>
</div>
<a href="#" class="btn-box">More About Me</a>
</div>
<img class="lg" src="hoo.png">
</section>
</body>
</html>