-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (39 loc) · 2.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link rel="stylesheet" href="style.css">
<title>JEeT_Portfolio</title>
</head>
<body>
<header>
<a href="#" class="logo">SUHRID</a>
<nav>
<a href="#" class="active"> Home</a>
<a href="skills.html" >Skills</a>
<a href="https://drive.google.com/file/d/1br9ScVJ8abwwHWW4sTsjZRO94_D6SZDx/view?usp=sharing" >Education</a>
<a href="https://drive.google.com/file/d/1br9ScVJ8abwwHWW4sTsjZRO94_D6SZDx/view?usp=sharing" >Experience</a>
<a href="https://www.linkedin.com/in/suhrid-ghosh-1a8215278/" >Contact</a>
</nav>
</header>
<section class="home">
<div class="home-img">
<img src="main.jpg" alt="">
</div>
<div class="home-content">
<h1>Hi, It's <span>JEeT</span></h1>
<h3 class="typing-text">I'm a <span></span></h3>
<p >HI.I am deeply passionate about the dynamic fields of networking, DevOps, and artificial intelligence/machine learning. I thrive on exploring the intricate interplay between these domains to design innovative, scalable, and intelligent solutions. With a relentless curiosity and a drive to tackle complex challenges, I am eager to push the boundaries of technology and contribute to shaping the future of interconnected systems.</p>
<div class="social-icons">
<a href="https://www.linkedin.com/in/suhrid-ghosh-1a8215278/"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/JeeT-Suhrid2003"><i class="fa-brands fa-github"></i></a>
<a href="#"><i class="fa-brands fa-discord"></i></a>
<a href="https://www.instagram.com/jeet_suhrid"><i class="fa-brands fa-instagram"></i></a>
</div>
<!-- <a href="#" class="btn">Hire me</a>-->
</div>
</section>
</body>
</html>