forked from GDSC-IIIT-Kalyani/Student-Portfolio
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
35 lines (32 loc) · 1.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="./img/favicon.ico" type="image/x-icon">
<title>Vishal Kashyap</title>
<!----CSS link----->
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="hero">
<nav>
<img src="./img/logo.png" class="logo">
<ul>
<li><a href="#">Home</a></li>
<li><a href="https://github.com/vishalkashyap09">Git-hub</a></li>
<li><a href="https://www.instagram.com/vishukashyap09/">Instagram</a></li>
<li><a href="https://www.linkedin.com/in/vishal-kashyap-1a88951a3/">Linked in</a></li>
<li><a href="https://twitter.com/vishukashyp">Twitter</a></li>
<li><a href="mailto:vishukashyap0901@gmail.com">Mail</a></li>
</ul>
<a href="https://github.com/vishalkashyap09/vishalkashyap09.github.io" class="btn">give ⭐</a>
</nav>
<div class="content">
<span class="title">IIIT Kalyani - Student</span>
<h1> Hi, I'm <span>Vishal</span></h1>
<p>and i am a second-year CS undergrad (2021-2025) at IIIT Kalyani. I have a passion for game development and have experience in cloud development as the Cloud Lead at GDSC IIIT Kalyani.</p>
<p>I am also exploring the fields of front-end and back-end development, as well as graphics design, particularly UI/UX and 3D modelling using Blender.</p>
</div>
</div>
</body>
</html>