-
Notifications
You must be signed in to change notification settings - Fork 0
/
courses.html
executable file
·240 lines (238 loc) · 8.61 KB
/
courses.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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<!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"
/>
<link rel="stylesheet" href="styles/courses.css" />
</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">
<a href="index.html"
><img src="images/home.png" alt="home" class="homeimg"
/></a>
</div>
</div>
<div class="rightnav" id="rightothers">
<div class="about"><a href="about.html">About Me</a></div>
<div class="experience"><a href="experience.html">Experience</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="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="clubs.html">Student Clubs</a></div>
<hr style="width: 80%; justify-content: center" />
</div>
</div>
<!-- body main -->
<div class="mainright" id="bodymain">
<div class="coursecontainer">
<div class="coursesmall">
<div class="smallimage">
<img src="images/HTML.png" alt="html" id="fitimage" />
</div>
<div class="smallheader">HTML</div>
<div class="smalltext">
Worked upon the fundamentals of HTML. Created structures for
websites. Made a full working website. Did two courses for this
(from Let's Upgrade and Code Karo).
</div>
<div class="smalllink">
<button class="coursebutton">
<a
href="https://drive.google.com/drive/folders/1qX4W3XfZ44kK_2mBt1hWmFSE9pazC04y?usp=sharing"
target="_blank"
>Certificate</a
>
</button>
</div>
</div>
<div class="coursesmall">
<div
class="smallimage"
style="background-color: #efdb50; justify-content: right"
>
<img src="images/JS.png" alt="JavaScript" />
</div>
<div class="smallheader">JavaScript</div>
<div class="smalltext">
Completed a course on JavaScript in which I learnt about DOM and
its implementation by working on a website. Got certified from
Let's Upgrade.
</div>
<div class="smalllink">
<button class="coursebutton">
<a
href="https://drive.google.com/file/d/1UfDi2rgR0q75yxBTv05WisPj_SUDfTNq/view?usp=sharing"
target="_blank"
>Certificate</a
>
</button>
</div>
</div>
<div class="coursesmall">
<div class="smallimage" style="background-color: #2a97cf">
<img src="images/CSS.png" alt="CSS" />
</div>
<div class="smallheader">CSS</div>
<div class="smalltext">
Worked upon making the HTML structure into a full website and
learnt about UI and UX integration in the website. Completed
courses from Code Karo and Let's Upgrade.
</div>
<div class="smalllink">
<button class="coursebutton">
<a
href="https://drive.google.com/drive/folders/1qX4W3XfZ44kK_2mBt1hWmFSE9pazC04y?usp=sharing"
target="_blank"
>Certificate</a
>
</button>
</div>
</div>
<div class="coursesmall">
<div class="smallimage" style="background-color: #ffc0be">
<img
src="images/DSA.png"
alt="DSA"
id="fitimage"
style="padding: 5px 0px 5px 0px"
/>
</div>
<div class="smallheader">DSA</div>
<div class="smalltext">
Learned About Basic Algorithms and Postfix And Infix. Worked upon
basic Data Strucutes. Completed this course from Let's Upgrade.
</div>
<div class="smalllink">
<button class="coursebutton">
<a
href="https://drive.google.com/file/d/16WK4W9lBKmBWJ0F46ZuFPGeMYYLWHnw8/view?usp=sharing"
target="_blank"
>Certificate</a
>
</button>
</div>
</div>
<div class="coursesmall">
<div class="smallimage">
<img
src="images/JAVA.png"
alt="Java"
id="fitimage"
style="padding: 10px 0px 0px 0px; height: 80%"
/>
</div>
<div class="smallheader">Java</div>
<div class="smalltext">
Learned about Java Programs and worked upon a project. Worked on
DSA using Java Completed this course from Let's Upgrade.
</div>
<div class="smalllink">
<button class="coursebutton">
<a
href="https://drive.google.com/file/d/1WcBetvyWJkYmKf-wsKPwisVUY8PySD67/view?usp=sharing"
target="_blank"
>Certificate</a
>
</button>
</div>
</div>
<div class="coursesmall">
<div
class="smallimage"
style="background-color: #d1ce39; justify-content: space-around"
>
<img src="images/Movie.png" alt="Movie" id="fitimage" />
<img src="images/Database.png" alt="database" id="fitimage" />
</div>
<div class="smallheader">Movie Recommendation</div>
<div class="smalltext">
Created a movie recommendation system and shortlisted movies from
the database provided. Completed this course from Open Weaver.
</div>
<div class="smalllink">
<button class="coursebutton">
<a
href="https://drive.google.com/file/d/1Qx2-1VbqBmF6A2dq5qe4oZBuZ2O2XOmp/view?usp=sharing"
target="_blank"
>Certificate</a
>
</button>
</div>
</div>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>