-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexperience.html
executable file
·279 lines (273 loc) · 10.8 KB
/
experience.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
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
<!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="stylesheet" href="styles/experience.css" />
<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">
<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="projects"><a href="projects.html">Projects</a></div>
</div>
<div class="contact">
<a href="contact.html" style="text-decoration: none">
<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="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>
<div class="mainright" id="bodymain">
<div class="experiencemain">
<div class="exptimeline" style="margin-top: 20px">
<div class="exptimelinebox">
<div class="experienceicon">
<img src="images/work.png" alt="work" />
</div>
<div class="expbody">
<h4 class="exphead">
<span class="expbadge">Chamberly AB</span>
<p class="exptime">(February 2024 - June 2024)</p>
<p class="expbodyp">
Worked as an iOS development intern. Worked on their home
page, notifications page and community page.
</p>
</h4>
</div>
</div>
</div>
<div class="exptimeline">
<div class="exptimelinebox">
<div class="experienceicon">
<img src="images/work.png" alt="work" />
</div>
<div class="expbody">
<h4 class="exphead">
<span class="expbadge"
>Divine Education Abroad Consultancy</span
>
<p class="exptime">(October 2023 - March 2024)</p>
<p class="expbodyp">
Working as a Graphic Designer. I create posts for the
articles or blogs posted on their website.
</p>
</h4>
<div class="internshipcertificate">
<button class="experiencebutton">
<a
href="https://drive.google.com/file/d/1va_B5-024HjtpIk-T0VbHEDDfB3lGfpT/view?usp=sharing"
target="_blank "
>Internship Appointment</a
>
</button>
</div>
</div>
</div>
</div>
<div class="exptimeline">
<div class="exptimelinebox">
<div class="experienceicon">
<img src="images/work.png" alt="work" />
</div>
<div class="expbody">
<h4 class="exphead">
<span class="expbadge">Prasha Org</span>
<p class="exptime">(August 2023 - Present)</p>
<p class="expbodyp">
Working as a Website Designer, building their organisation
website. Made UI changes for the same.
</p>
</h4>
<div class="internshipcertificate">
<button class="experiencebutton">
<a
href="https://drive.google.com/file/d/1BipuU5r6SF9yXQKACjc7Bp8ci7sGOzut/view?usp=sharing"
target="_blank "
>Certificate Of Appointment</a
>
</button>
</div>
</div>
</div>
</div>
<div class="exptimeline">
<div class="exptimelinebox">
<div class="experienceicon">
<img src="images/work.png" alt="work" />
</div>
<div class="expbody">
<h4 class="exphead">
<span class="expbadge">Career Ireland</span>
<p class="exptime">(July 2023 - February 2024)</p>
<p class="expbodyp">
Worked as a Freelance Web Developer, I worked on CPanel And
WordPress, used HTML, CSS and JS. Worked on their site
<a href="https://careerireland.com/" target="_blank"
>https://careerireland.com/</a
>
</p>
</h4>
<div class="internshipcertificate">
<button class="experiencebutton">
<a
href="https://drive.google.com/file/d/1oWYc2eTDiAjedD9GK0Ih3GDkujVtjJ4K/view?usp=sharing"
target="_blank "
>Letter Of Recommendation</a
>
</button>
</div>
</div>
</div>
</div>
<div class="exptimeline">
<div class="exptimelinebox">
<div class="experienceicon">
<img src="images/work.png" alt="work" />
</div>
<div class="expbody">
<h4 class="exphead">
<span class="expbadge">OxBow Creatives</span>
<p class="exptime">(April 2023 - July 2023)</p>
<p class="expbodyp">
Worked as a Front End Web Developer. I created modules for
the website-
<a href="https://talktotoppers.in/" target="_blank"
>www.talktotoppers.in.</a
>
Made UI changes for the same. Used HTML, CSS, JavaScript for
Web Development. Worked on Figma Files.
</p>
</h4>
</div>
</div>
</div>
<div class="exptimeline">
<div class="exptimelinebox">
<div class="experienceicon">
<img src="images/work.png" alt="work" />
</div>
<div class="expbody">
<h4 class="exphead">
<span class="expbadge">The Waveform Labs</span>
<p class="exptime">(February 2023 - March 2023)</p>
<p class="expbodyp">
Worked as Video Editor Intern. Worked on making Outros and
Intros for podcasts. Created Instagram Reels for the
organisation. Used Sony Vegas Pro and Photoshop for the job.
</p>
</h4>
<div class="internshipcertificate">
<button class="experiencebutton">
<a
href="https://drive.google.com/file/d/1jZlk8jYX4uElbOq_HcD0dOAXjZHR2OOq/view?usp=sharing"
target="_blank "
>Internship Certificate</a
>
</button>
</div>
</div>
</div>
</div>
<div class="exptimeline">
<div class="exptimelinebox">
<div class="experienceicon">
<img src="images/work.png" alt="work" />
</div>
<div class="expbody">
<h4 class="exphead">
<span class="expbadge">Saf-Iour</span>
<p class="exptime">(November 2022 - Present)</p>
<p class="expbodyp">
Founded Saf-Iour in 2023. Created Application for Saf-Iour
in 2022. Worked on marketing of Application. Used Firebase
and AppGyver for Building the App. Uploaded the App to
<a
href="https://play.google.com/store/apps/details?id=tartej.saf.iour&hl=en_IN&gl=US"
target="_blank"
>Google Play Store.</a
>
</p>
</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>