-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcurriculum.html
63 lines (49 loc) · 2.04 KB
/
curriculum.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Supuni Abeysinghe-Personal Portfolio Website </title>
<link rel="preload" as="image" imagesrcset="https://blog.thesimplifieddev.com/wp-content/uploads/2023/01/Portfolio-1-1024x510.jpg 1024w, https://blog.thesimplifieddev.com/wp-content/uploads/2023/01/Portfolio-1-1200x598.jpg 1200w, https://blog.thesimplifieddev.com/wp-content/uploads/2023/01/Portfolio-1.jpg 1324w"
imagesizes="(max-width: 860px) 100vw, 860px" />
<link rel="preload" as="font" href="https://blog.thesimplifieddev.com/wp-content/themes/smart-mag/css/icons/fonts/ts-icons.woff2?v2.4" type="font/woff2" crossorigin="anonymous" />
<link rel="stylesheet" href="style.css">
<link data-minify="1" rel="stylesheet" href="https://blog.thesimplifieddev.com/wp-content/cache/min/1/npm/boxicons@latest/css/boxicons.min.css?ver=1680857252">
</head>
<body>
<header>
<a href="#" class="logo">Supuni <span>Abeysinghe</span> - Curriculum Aactivities & Volunteering.</a>
</header>
<section>
<ul>
<li>
<br><br>
<h3>Treasure at IEEE WIE Affinity Group</h3>
</li>
University of Kelaniya <br> 2023-2024
</ul>
<li>
<br><br><br>
<h3>Editor at Softwae Engineering Student Association</h3>
</li>
University of Kelaniya <br> 2023-2024
</ul>
<li>
<br><br><br>
<h3>Graphic designer at Rotaract club</h3>
</li>
University of Kelaniya <br> 2022-2024
</ul>
<li>
<br><br><br>
<h3>Member of AEISEC CN</h3>
</li>
University of Kelaniya <br> 2023-present
</ul>
</section>
<div class="copyright">
© Supuni Abeysinghe | All Right Reserved
<p></p>
</div>
</body>
</html>