-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (38 loc) · 1.22 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-US">
<head>
<meta charset = "utf-8" />
<title>
Gautam Kapur
</title>
<link href = "styles/default.css" rel = "stylesheet">
</head>
<body>
<header>
<h1>
Gautam Kapur
</h1>
</header>
<main>
<h2 class = main_center>Home</h2>
<p>Hello!</p>
<p>My name is Gautam Kapur and I am a junior at UNC Charlotte.</p>
<p>I am currently studying Computer Science with a concentration in Software Engineering.</p>
<p>Please feel free to look around and learn more about me and my projects!</p>
<br />
</main>
<footer>
<hr>
<br />
<nav>
<a href = "https://webpages.charlotte.edu/gkapur/itis3135/" target = "_blank">ITIS 3135 Course</a> ||
<a href = "https://github.com/GautamKapur1" target = "_blank">Github</a> ||
<a href = "https://gautamkapur1.github.io" target = "_blank">Github.io</a> ||
<a href = "https://www.linkedin.com/in/gkapur22" target = "_blank">LinkedIn</a>
</nav>
<br />
Created by <a href = "./itis3135/kapurenterprise.com/" target = "_blank">Kapur Enterprises ©2022</a>
</p>
</footer>
</body>
</html>