-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
361 lines (318 loc) · 19.2 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
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
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet"/>
<title>Sanjana Senevirathna</title>
<link rel="icon" type="image/letter-s" href="Images/letter-s.png">
</head>
<body>
<header>
<a href="#home" class="logo">Sanjana Senevirathna</a>
<nav>
<a href="#home" class="nav-link">Home</a>
<a href="#my-skills" class="nav-link" id="scroll">Skills</a>
<a href="#experience" class="nav-link">Experience</a>
<a href="#recommendations" class="nav-link">Recommendations</a>
<a href="#footer" class="nav-link">Contact</a>
</nav>
</header>
<!-- Home page -->
<section class="home" id="home">
<div class="home-img" id="home">
<img src="./Images/photo.png" alt="main image">
</div>
<div class="home-content">
<h1>Hi, It's <span>Sanjana</span></h1>
<h3 class="typing-text">I'm a <span></span>
</h3>
<p>  I'm a software engineer undergraduate at IIT Sri Lanka. I’m deeply passionate about software development and web design, where I find joy in creating innovative, user-friendly solutions. My enthusiasm extends to content creation on YouTube.You are welcome to to reach out via email or social medias.</p>
<div class="social-icons">
<a href="https://www.linkedin.com/in/sanjana-senevirathna-09421b264/" target="_blank">
<img src="Images/linkedin.png" alt="linkeddIn image">
</a>
<a href="https://github.com/Sanjana0823" target="_blank">
<img src="Images/github.png" alt="github icon">
</a>
<a href="https://www.youtube.com/@Artisanal_Avenue" target="_blank">
<img src="Images/youtube.png" alt="youtube icon">
</a>
</div>
<a href="https://www.linkedin.com/in/sanjana-senevirathna-09421b264/" class="btn">Hire me</a>
</div>
</section>
<!-- Skills page -->
<section id="my-skills" class="all-skills">
<div class="my-skills">
<h1 class="sub-title">
My <span>Skills</span>
</h1>
<section class="section2" id="my-skills">
<div class="container1" id="skills">
<h1 class="heading1">Technical skills</h1>
<div class="Technical-bars" id="Technical-bars">
<div class="bar"><i class='bx bxl-html5' style="color: #E34C26;"></i>
<div class="info">
<span>HTML</span>
</div>
<div class="progress-line html"
id="progress-line">
<span></span>
</div>
</div>
<div class="bar"><i class='bx bxl-css3' style="color: #264de4;"></i>
<div class="info">
<span>CSS</span>
</div>
<div class="progress-line css">
<span></span>
</div>
</div>
<div class="bar"><i class='bx bxl-javascript' style="color: #8d8340;"></i>
<div class="info">
<span>Javascript</span>
</div>
<div class="progress-line js">
<span></span>
</div>
</div>
<div class="bar"><i class='bx bxl-java' style="color: #E34C26;"></i>
<div class="info">
<span>Java</span>
</div>
<div class="progress-line java">
<span></span>
</div>
</div>
<div class="bar"><i class='bx bxl-python' style="color: #a48100;"></i>
<div class="info">
<span>Python</span>
</div>
<div class="progress-line python">
<span></span>
</div>
</div>
<div class="bar"><i class='bx bxl-react' style="color: #058cae;"></i>
<div class="info">
<span>React</span>
</div>
<div class="progress-line react">
<span></span>
</div>
</div>
</div>
</div>
<!-- professional skills -->
<div class="container1">
<div class="professional-skills">
<h1 class="heading1">Professional Skills</h1>
<div class="radial-bars">
<div class="radial-bar">
<svg x="0px" y="0px" viewBox="0 0 200 200">
<circle class="progress-bar" cx="100" cy="100" r="80"></circle>
<circle class="path path-1" cx="100" cy="100" r="80"></circle>
</svg>
<div class="percentage">90%</div>
<div class="text">Creativity</div>
</div>
<div class="radial-bar">
<div class="professional-skills-rs">
<svg x="0px" y="0px" viewBox="0 0 200 200">
<circle class="progress-bar" cx="100" cy="100" r="80"></circle>
<circle class="path path-2" cx="100" cy="100" r="80"></circle>
</svg>
<div class="percentage">80%</div>
<div class="text">Communication</div>
</div>
</div>
<div class="radial-bar">
<svg x="0px" y="0px" viewBox="0 0 200 200">
<circle class="progress-bar" cx="100" cy="100" r="80"></circle>
<circle class="path path-3" cx="100" cy="100" r="80"></circle>
</svg>
<div class="percentage">70%</div>
<div class="text">Problem Solving</div>
</div>
<div class="radial-bar">
<div class="professional-skills-rs">
<svg x="0px" y="0px" viewBox="0 0 200 200">
<circle class="progress-bar" cx="100" cy="100" r="80"></circle>
<circle class="path path-4" cx="100" cy="100" r="80"></circle>
</svg>
<div class="percentage">90%</div>
<div class="text">Team Working</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</section>
<!-- Project page -->
<section id="experience" class="least-experience">
<div class="projects" id="experience">
<div class="main-text">
<h2>Least <span>Projects</span></h2>
<div class="experience">
<div class="row">
<a href="https://github.com/LSFLK/MedicinesforLK" target="_blank">
<img src="Images/elixir_img.png" class="project-img" alt="Elixir image">
</a>
<div class="layer">
<h5>Community Developer</h5>
<p>  Contributing to the front-end development of the project Elixir; an open-source application that helps the Red Cross Association to address the acute medical supply shortage in Sri Lanka.<br><br>
<span style="color: #058cae;">[React, TypeScript, CSS]</span>
</p>
</div>
<div class="social-icons">
<div class="align-icons">
<a href="https://www.linkedin.com/company/lsflk/posts/?feedView=all" target="_blank" class="fa-brands fa-linkedin"><img class="icon-img" src="Images/linkedin.png" alt="linkedin icon"></a>
<a href="https://github.com/LSFLK/MedicinesforLK"
target="_blank" class="fa-brands fa-github"><img class="icon-img" src="Images/github.png" alt="github icon"></a>
</div>
</div>
</div>
<div class="row">
<a href="https://sefglobal.org/" target="_blank"><img class="project-img" src="Images/SEF_img.png" alt="SEF image">
</a>
<div class="layer">
<h5>Community Developer</h5>
<p>  Contributing to the front-end development of the project sef site; an open-source application
that Helps local students connect with industry experts and academics worldwide.<br><br>
<span style="color: #058cae;">[HTML, CSS, JavaScript]</span> </p>
</div>
<div class="social-icons">
<div class="align-icons">
<a href="https://www.linkedin.com/company/sefglobal/posts/?feedView=all" target="_blank" class="fa-brands fa-linkedin"><img class="icon-img" src="Images/linkedin.png" alt="linkedin icon"></a>
<a href="https://github.com/Sanjana0823/sef-site" target="_blank" class="fa-brands fa-github"><img class="icon-img" src="Images/github.png" alt="github icon"></a>
</div>
</div>
</div>
<div class="row">
<a href="https://www.tillikids.com/" target="_blank"><img class="project-img" src="Images/tilli_img.png" alt="tilli image">
<div class="layer">
</a>
<h5>Community Developer</h5>
<p>  Contributing to the front-end development of the project tilli; A play-based, social-emotional learning tool designed to empower children, caregivers, and educators in building essential life skills. <br><br>
<span style="color: #058cae;">[React, Javascript, CSS]</span>
</p>
</div>
<div class="social-icons">
<div class="align-icons">
<a href="https://www.linkedin.com/company/tillikids/posts/?feedView=all" target="_blank" class="fa-brands fa-linkedin"><img class="icon-img" src="Images/linkedin.png" alt="linkedin icon"></a>
<a href="https://github.com/tillioss/tilli-web-app" target="_blank" class="fa-brands fa-github"><img class="icon-img" src="Images/github.png" alt="github icon"></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Recommendations -->
<section id="recommendations">
<div class="main-text">
<h1>My <span>Recommendations</span> </h1>
</div>
<div class="recommendations">
<div class="container2">
<div class="container-left">
<h1>Why Recommendations</h1>
<p>  Receiving recommendations from seniors in the IT field is crucial for career growth. Their insights reflect my skills, dedication, and professionalism, providing a strong endorsement of my abilities. <br><br>
  These testimonials not only build credibility but also open doors to new opportunities and connections in the industry.</p>
<br>
<a href="https://www.linkedin.com/in/sanjana-senevirathna-09421b264/details/recommendations/" target="_blank"><button>Give a Recommendation</button></a>
<p>Thank you for giving your valuable insight.</p>
</div>
</div>
<div class="container2">
<div class="container-right">
<a href="https://www.linkedin.com/in/sanjana-senevirathna-09421b264/details/recommendations/" target="_blank" class="card">
<img src="Images/recommender1.png" alt="recommender image">
<div class="card-content">
<span><i class="ri-double-quotes-l"></i></span>
<div class="card-details">
<p>Sanjana's contributions to the Red Cross Elixir project (https://elixir.redcross.lk/) were greatly appreciated. Sanjana collaborated well with the team and supported them in the lead-up to, and after a very successful project launch. It was a pleasure to work with her, and we look forward to the opportunity to work with her again in the future!</p>
<h4>- Sherazad Hamit</h4>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- Contact me -->
<footer>
<section id="footer" class="footer-section">
<!-- Background image -->
<div class="background">
<div class="wave"></div>
<div class="lower-wave"></div>
<div class="bottom-wave"></div>
<!-- contact page -->
<div class="footer">
<div class="my-message">
<h1>My <span>Message</span></h1>
<p>  The IT industry is constantly evolving, and I believe the future holds incredible opportunities for those who stay adaptable and open to change. With new technologies emerging rapidly, consistent learning is key to staying ahead in this ever-growing industry.
I am committed to continuous improvement, whether through mastering new programming languages or exploring the latest trends in software development.<br><br>
  If you have any questions, feedback, or just want to connect, You are welcome to to reach out via email , social medias or send me a message. I'm always open to discussions and collaborations!<br><br>
<span class="thank-you">  <sup><i class="ri-double-quotes-l"></i></sup> Thank you for taking the time to explore my work. </span>
</p>
</div>
<div class="footer-text">
<h1>Contact <span>Me</span></h1>
</div>
<div class="footer-content">
<div class="container3">
<h4>Let's Work Together</h4>
<p> Collaboration is key to creating innovative solutions. Whether you're looking for someone to develop software, contribute to a project, or bring fresh ideas to the table, I’m ready to work together. Let’s connect and explore how we can achieve great things!</p>
<div class="contact-icons">
<div class="mail">
<address>
<a href="mailto:[email protected]"><i class='bx bxl-gmail' style="color: black;"></i>[email protected]</a>
</address>
</div>
</div>
</div>
<div class="container3">
<div class="contact-form">
<form id="contactForm">
<input type="text" id="name" name="name" placeholder="Enter your name" required>
<input type="email" id="email" name="email" placeholder="Enter your Email" required>
<textarea id="message" name="message" rows="5" cols="50" placeholder="Enter your Message" required></textarea>
<input type="submit" value="Submit" class="send">
</form>
</div>
</div>
</div>
</div>
<div class="contact-icons">
<div class="social-icons">
<a href="https://github.com/Sanjana0823" target="_blank">
<img src="Images/github.png" alt="github image">
</a>
<a href="https://www.linkedin.com/in/sanjana-senevirathna-09421b264/" target="_blank">
<img src="Images/linkedin.png" alt="linkeddIn image">
</a>
<a href="https://www.instagram.com/sanjanasenevirathna?igsh=MWxzcjh5Y3JpemV1dQ%3D%3D&utm_source=qr" target="_blank">
<img src="Images/instagram.png" alt="instagram image">
</a>
<a href="https://www.facebook.com/profile.php?id=61565398374048&mibextid=LQQJ4d" target="_blank">
<img src="Images/facebook.png" alt="facebook image">
</a>
<a href="https://medium.com/@asanjana0823" target="_blank">
<img src="Images/medium.png" alt="medium image">
</a>
</div>
</div>
</div>
<div class="copyright">
<p><span>© </span> 2024 Sanjana Senevirathna. All rights reserved.</p>
</div>
</section>
</footer>
<script src="script.js"></script>
</body>
</html>