-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·183 lines (182 loc) · 6.31 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
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!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>Taranjeet Singh Bedi</title>
<link rel="stylesheet" href="styles/style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="images/TartejBros-logos_white.png"
media="(prefers-color-scheme: dark)"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="images/TartejBros-logos_black.png"
media="(prefers-color-scheme: light)"
/>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap"
rel="stylesheet"
/>
</head>
<body>
<!-- header -->
<div class="Navbar">
<div class="leftnav">
<div class="sidebaropener" onclick="opentool()">
<div class="examples">
<button class="button-three" aria-controls="primary-navigation">
<svg
stroke="var(--button-color)"
fill="none"
class="hamburger"
viewBox="-10 -10 120 120"
width="100"
>
<path
class="line"
stroke-width="10"
stroke-linecap="round"
stroke-linejoin="round"
d="m 20 40 h 60 a 1 1 0 0 1 0 20 h -60 a 1 1 0 0 1 0 -40 h 30 v 70"
></path>
</svg>
</button>
</div>
</div>
<div class="home" style="display: none">
<a href="index.html"><img src="images/home.png" alt="home" /></a>
</div>
</div>
<div class="rightnav" id="rightnavhome">
<div class="about"><a href="about.html">About Me</a></div>
<div class="experience"><a href="experience.html">Experience</a></div>
<div class="projects"><a href="projects.html">Projects</a></div>
</div>
<div class="contact">
<a href="contact.html">
<button type="button">
<img src="images/phone.png" alt="phone" /> Contact
</button></a
>
</div>
</div>
<!-- header over -->
<!-- body -->
<div class="main">
<div class="sidebar" id="sidenav">
<div class="sidecontent" id="sidecontent">
<div class="sidetop">Hey There</div>
<div class="sidewords" id="sidewords" style="margin-top: 20px">
<a href="about.html">About Me</a>
</div>
<div class="sidewords" id="sidewords">
<a href="experience.html">Experience</a>
</div>
<div class="sidewords" id="sidewords">
<a href="projects.html">Projects</a>
</div>
<hr style="width: 80%; justify-content: center" id="sidewords" />
<div class="sidewords" id="topcontent">
<a href="education.html">Education</a>
</div>
<div class="sidewords"><a href="courses.html">Courses</a></div>
<div class="sidewords"><a href="clubs.html">Student Clubs</a></div>
<hr style="width: 80%; justify-content: center" />
</div>
</div>
<!-- main body -->
<div class="mainright" id="bodymain">
<div class="rightimage">
<img src="images/myimage.png" alt="myimage" />
</div>
<br />
<div class="rightcontent">
<div class="righthead">Taranjeet Singh Bedi</div>
<hr style="width: 30%; justify-content: center; min-width: 280px" />
<div class="rightabout">
I am a B.Tech (Computer Science Engineering) Student at SRM
Institute of Science and Technology with a Keen Interest in Web
Development.
</div>
<div class="rightbody">
<div class="rightbox" id="rightbox6">
<p>Soft Skills</p>
<li>Problem-Solver</li>
<li>Learner</li>
<li>Creative</li>
<li>Punctual</li>
</div>
<div class="rightbox" id="rightbox">
<p>Education</p>
<ul>
<li>2<sup>nd</sup> Year - 9.55 GPA</li>
<li>12<sup>th</sup> - 87.8%</li>
<li>10<sup>th</sup> - 88.8%</li>
</ul>
</div>
<div class="rightbox" id="rightbox2">
<p>Socials</p>
<ul>
<li>
<a href="https://www.linkedin.com/in/tartej/" target="_blank"
>LinkedIn</a
>
</li>
<li>
<a
href="https://www.instagram.com/tartejbros/"
target="_blank"
>Instagram</a
>
</li>
<li>
<a
href="https://www.youtube.com/@WORLDINONEGO"
target="_blank"
>YouTube</a
>
</li>
<li>
<a href="https://github.com/TartejBrothers" target="_blank"
>GitHub</a
>
</li>
</ul>
</div>
<div class="rightbox" id="rightbox5">
<p>Projects</p>
<ul style="margin-bottom: 5px">
<li>Saf-Iour</li>
<li>Notomatic</li>
<li>Tarloic</li>
</ul>
<a href="projects.html">
<h5><u style="text-align: center">More Details Here</u></h5></a
>
</div>
<div class="rightbox" id="rightbox">
<ul>
<p>Hard Skills</p>
<li>Python</li>
<li>HTML/CSS</li>
<li>Django</li>
<li>C/C++</li>
<li>ReactJs</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>