-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
16 lines (16 loc) · 874 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
<title> "Kush Singla"</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta name= "theme-color" content="#eb4034" />
<link href = "./css/main.css" rel="stylesheet">
</head>
<body class = "site-header">
<img class = "profile-pic" src = "./img/image_1.jpg"></img>
<div class = "site-header-content">
<h1>Hey, I am Kush Singla, 23 years old, living in Chandigarh, India.</h1>
<h3>I am currently doing my Masters in Electronics and Communication at NITTTR (Panjab University), Chandigarh.</h2>
<h4>I like to code and have some background in industrial Electronics Core. If you want to connect with me <a class = "contact-link" href = "https://www.linkedin.com/in/kush-singla-574520112/"> here</a>.</h4>
</div>
</body>
</html>