-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (44 loc) · 2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="CSS/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">Shree Govind Jee.</a>
<nav class="navbar">
<a href="" class="active">Home</a>
<a href="">About</a>
<a href="">Services</a>
<a href="">Portfolio</a>
<a href="">Contact</a>
</nav>
</header>
<section class="home">
<div class="home-content">
<h1>Hi, I'm Shree Govind Jee</h1>
<h3>FullStack Developer</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quos numquam a odit quod delectus magnam, sapiente repudiandae. Voluptatum, architecto accusantium nobis dolorem ut dicta quam quia qui sit impedit reprehenderit soluta quos eligendi. Accusamus.</p>
<div class="btn-box">
<a href="#">Hire Me</a>
<a href="#">Let's Talk</a>
</div>
</div>
<div class="home-sci">
<a href="https://www.linkedin.com/in/shree-govind-jee/" target="_blank"><i class='bx bxl-linkedin'></i></a>
<a href="https://leetcode.com/Shree_Govind_Jee/" target="_blank"><i class='bx bx-code-curly'></i></a>
<a href="https://twitter.com/imgovind_jee" target="_blank"><i class='bx bxl-twitter'></i></a>
<a href="https://www.instagram.com/imgovind_jee/" target="_blank"><i class='bx bxl-instagram'></i></a>
<a href="https://www.facebook.com/govind.jee.3154/" target="_blank"><i class='bx bxl-facebook'></i></a>
</div>
<span class="home-imgHover"></span>
</section>
<div class="scroll-progress">0%</div>
<div class="topLeft circle"></div>
<div class="bottomLeft circle"></div>
</body>
</html>