-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex1.html
79 lines (73 loc) · 3.08 KB
/
index1.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Akshit Gandotra Portfolio</title>
<link rel="stylesheet" href="style1.css">
</head>
<body>
<header>
<nav>
<!-- <a href="#">Akshit Gandotra</a> -->
<label class="homePage">< Akshit Gandotra > </Akshit></label>
<ul class="topnav">
<l1><a class="active"href="#home">Home</a></l1>
<l1><a href="#aboutme">About Me</a</l1>
<l1><a href="#prejects">Projects</a</l1>
<l1><a href="contact">Contact Me</a></l1>
<l1><a class="resume" href="#resume">Resume</a></l1>
</ul>
</nav>
</header>
<div class="hero-image">
<a id="home"></a>
<div class="hero-text">
<h1 style="font-size: 50px;">Akshit Gandotra</h1>
<h3 style="font-size: 27px;">Student Developer</h3>
<a href="https://github.com/akshit-g">
<img src="icons8-github.png" alt="GitHub:akshit-g" class="img-icon" >
</a>
<a href="mailto:[email protected]">
<img src="icons8-envelope.png" alt="Email:[email protected]" class="img-icon" >
</a>
<a href="https://in.linkedin.com/in/akshitgandotra">
<img src="icons8-linkedin-circled.png" alt="LinkedIn:akshitgandotra" class="img-icon" >
</a>
</div>
</div>
<div class="heading">
<a id="aboutme"></a>
<h1>About Me</h1>
</div>
<section class="about-us">
<img src="akshit.png" class="picak">
<div class="content">
<p>
I'm a sophmore year (2nd year) student currently pursuing B.Tech in Computer Science from UPES,
specializing in AI&ML. <br>I love exploring new technologies and collaborating with people to create
something amazing.
I have been associated with various student chapters and clubs. Currently I am serving as the
Technical Sub-Head for NSS UPES and as a Core Committee member for GDSC UPES.
<br>
P.S.: I am great at teaching new concepts using analogies. Hit me up if you need help with something.
</p>
<br><br>
<div class="techstack">
<h2>Tech Stack</h2>
<ul>
<li><span>Python</span></li>
<li><span>HTML</span></li>
<li><span>CSS</span></li>
<li><span>Machine Learning</span></li>
</ul>
</div>
</div>
</section>
<section class="contact">
<div class="content">
</div>
</section>
</body>
</html>