-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
306 lines (289 loc) · 14.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sameera Sandakelum</title>
<meta
content="A passionate developer, designer and a student from Sri Lanka who is always ready to learn new things."
name="description" />
<meta content="Sameera Sandakelum, sameerasw, sameera, portfolio, sameerasw, sameera_s_w" name="keywords" />
<meta data-rh="true" property="og:type" content="article" />
<meta data-rh="true" property="og:title" content="Sameera Sandakelum - My personal space in the internet." />
<meta data-rh="true" property="og:description"
content="A passionate developer, designer and a student from Sri Lanka who is always ready to learn new things." />
<meta data-rh="true" property="og:url" content="https://sameerasw.com/" />
<meta data-rh="true" property="og:image"
content="https://raw.githubusercontent.com/sameerasw/sameerasw.com/main/assets/img/web-preview.png" />
<!-- twitter card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@sameera_s_w">
<meta name="twitter:creator" content="@sameera_s_w">
<meta name="twitter:title" content="Sameera Sandakelum">
<meta name="twitter:description"
content="A passionate developer, designer and a student from Sri Lanka who is always ready to learn new things.">
<meta name="twitter:image"
content="https://raw.githubusercontent.com/sameerasw/sameerasw.com/main/assets/img/web-preview.png">
<link rel=”canonical” href=”https://www.sameerasw.com/” />
<link rel="stylesheet" href="css/dark.css" id="css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/no-cursor.css">
<link rel="stylesheet" href="css/background.css">
<!-- <link rel="stylesheet" href="css/arc.css"> -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,0,200" />
<!-- favicon -->
<link rel="icon" href="assets/img/logo-mini.png" type="image/png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6F3G1NW62X"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-6F3G1NW62X');
</script>
<div class="cursor rounded move blur cursor-normal" id="cursor">
<div id="cursor-text"></div>
</div>
<nav id="nav">
<ul>
<li><a href="#" id='home-nav' class="active" aria-label="Home - navigation bar">
<span class="material-symbols-rounded">
home
</span>
<span class="caption">Home</span>
</a></li>
<li><a href="#projects" id="projects-nav" aria-label="Projects - Navigation bar">
<span class="material-symbols-rounded">
data_object
</span>
<span class="caption">Projects</span>
</a></li>
<li><a href="#about-me" id="about-nav" aria-label="About me - Navigation bar">
<span class="material-symbols-rounded">
face
</span>
<span class="caption">About</span>
</a></li>
<li><a href="#contact" id="contact-nav" aria-label="Contact me - Navigation bar">
<span class="material-symbols-rounded">
chat_bubble
</span>
<span class="caption">Contact</span>
</a></li>
</ul>
</nav>
<div id="sidebar">
<a>
<div id="theme" class="sidebar-button">
<span class="material-symbols-rounded">
brightness_4
</span>
</div>
<div id="color" class="sidebar-button">
<span class="material-symbols-rounded">
palette
</span>
</div>
</a>
</div>
<div id="background"></div>
<div class="container">
<section id="intro">
<div class="heading">
<div id="logo" class="home-logo"></div>
<div class="container-mini item">
<h1 id="title">Sameera Sandakelum</h1>
<p id="typing-text">Hello! I'm <span class="typed-text"></span><span class="cursor"> </span>
</p>
</div>
</div>
<div id="socials" class="item">
<div class="button">
<a href="https://www.github.com/sameerasw" target="_blank" data-title="GitHub" aria-label="Github">
<i class="fa fa-github" style="font-size:48px;"></i>
</a>
</div>
<div class="button">
<a href="https://www.twitter.com/sameera_s_w" target="_blank" data-title="Twitter" aria-label="Twitter (X)">
<i class="fa fa-twitter" style="font-size:48px;"></i>
</a>
</div>
<div class="button">
<a href="https://www.linkedin.com/in/sameerasw" target="_blank" data-title="LinkedIn" aria-label="LinkedIn">
<i class="fa fa-linkedin" style="font-size:48px;"></i>
</a>
</div>
<div class="button">
<a href="https://www.facebook.com/sameerasw" target="_blank" data-title="Facebook" aria-label="Facebook">
<i class="fa fa-facebook" style="font-size:48px;"></i>
</a>
</div>
<div class="button">
<a href="https://www.instagram.com/sameera_s_w" target="_blank" data-title="Instagram" aria-label="Instagram">
<i class="fa fa-instagram" style="font-size:48px;"></i>
</a>
</div>
<div class="button">
<a href="https://t.me/sameera_s_w" target="_blank" data-title="Telegram" aria-label="Telegram">
<i class="fa fa-telegram" style="font-size:48px;"></i>
</a>
</div>
<div class="button">
<a href="https://www.threads.net/sameera_s_w" target="_blank" data-title="Threads" aria-label="Threads">
<i class="fa fa-at" style="font-size:48px;"></i>
</a>
</div>
<div class="button">
<a href="https://music.youtube.com/playlist?list=PLwPOyB_hI8FvpPFGHdHNEIc7kOowdfoRZ&si=Ih6b0Yh2nsFwpC_E"
target="_blank" data-title="YouTube Music" aria-label="YouTube Music playlist">
<i class="fa fa-music" style="font-size:48px;"></i>
</a>
</div>
</div>
<div id="email-btn" class="item button-view">
<a href="mailto:[email protected]" aria-label="Email me">
<span class="material-symbols-rounded">
email
</span>
<span class="caption">Business? Send an email</span>
</a>
</div>
<div id="music" class="item">
<img src="https://images.emojiterra.com/google/noto-emoji/unicode-15/animated/1f3b6.gif" alt="now playing music animation"
class="new-article">
<p>Now Playing</p>
<img src="https://lastfm-recently-played.vercel.app/api?user=S4M33R4&loved=true&header_size=none&footer_style=normal_stats&width=300&bg_color=00000088"
alt="currently playing music from last.fm">
</div>
</section>
<section id="projects">
<div class="heading item">
<h2>Projects</h2>
</div>
<div class="container">
<div id="highlights">
<a id="edc" class="highlight-item item" href="./edc-setup.html"
data-title="../assets/img/articles/edc.png">
<h3>My Every Day Carry</h2>
</a>
<a id="macos" class="highlight-item item" href="./macos.html"
data-title="../assets/img/articles/macos/web-preview-macos.png">
<h3>My MacBook Setup</h2>
</a>
<a id="pixel" class="highlight-item item" href="./pixel.html"
data-title="../assets/img/articles/pixel/web-preview-pixel.png">
<h3>Pixel Notes</h2>
</a>
<a id="foldericons" class="highlight-item item" href="./icons/categories.html"
data-title="../assets/img/articles/folder-icons-preview.png">
<h3>Folder Icons</h2>
</a>
<a id="tidwib" class="highlight-item item" href="https://t.me/tidwib"
data-title="../assets/img/articles/telegram-tidwib-preview.png">
<h3>My Community</h2>
</a>
<a id="more-github" class="highlight-item item" href="https://github.com/sameerasw/"
data-title="Visit my profile">
<h3>More on GitHub</h2>
</a>
<a id="website" class="highlight-item item hidden" href="https://github.com/sameerasw/sameerasw.com"
data-title="Checkout the code behind this website">
<h3>Website Repo</h2>
</a>
<a id="macro" class="highlight-item item hidden" href="https://github.com/sameerasw/numpad-macros"
data-title="Visit the repository">
<h3>Numpad Macros</h2>
</a>
<a id="menubar" class="highlight-item item hidden" href="https://github.com/sameerasw/menubar"
data-title="A menu bar skin I made for Rainmeter">
<h3>MenuBar</h2>
</a>
</div>
<div class="button-view item" id="more-projects-button">
<a>Show more</a>
</div>
</div>
</section>
<section id="about-me">
<div class="heading item">
<h2>About Me</h2>
<div id="photo"></div>
</div>
<div class="content">
<p class="item">
A passionate developer, designer and a student from Sri Lanka who is always ready to learn new
things. Fluent in Python, Java and Web with experience in many other languages and tools including
React, Figma, GitHub, and more.
</p>
<table class="details">
<tr class="item">
<td><b class="accent">Name</b></td>
<td>: Sameera Sandakelum Wijerathna</td>
</tr>
<tr class="item">
<td><b class="accent">Age</b></td>
<td>: 22</td>
</tr>
<tr class="item">
<td><b class="accent">Location</b></td>
<td>: Colombo, Sri Lanka</td>
</tr>
<tr class="item">
<td><b class="accent">Education</b></td>
<td>: Undergraduate at University of Westminster via IIT</td>
</tr>
<tr class="item">
<td><b class="accent">Work</b></td>
<td>: Trainee Associate UI Engineer at Zone24x7 Pvt. LTD</td>
</tr>
</table>
<div class="skills">
<a href="https://github.com/sameerasw" aria-label="Sameera's github link">
<img class="item"
src="https://skillicons.dev/icons?i=github,gitlab,py,java,androidstudio,kotlin,html,css,js,ts,react,bootstrap,vscode,idea,ps,ai,figma,xd,linux,md&theme=light&perline=10" alt="My skills"/>
</a>
<a href="https://github.com/sameerasw" class="github" aria-label="Sameera's github link"><img
src="https://github-readme-stats.vercel.app/api?username=sameerasw&show_icons=true&count_private=true&border_radius=20"
alt="sameerasw's github stats" class="stats item" /></a>
</div>
</div>
</section>
<section id="contact">
<div class="heading item">
<h2>Contact</h2>
</div>
<div class="content">
<p class="item">
If you have any questions or want to work with me, feel free to contact me via email or any of my
social media profiles.
</p>
<div id="contact-form">
<form name="contact" netlify>
<input type="text" name="name" id="name" placeholder="Name" required class="hover-state item">
<input type="email" name="_replyto" id="email" placeholder="Email" required
class="hover-state item">
<textarea name="message" id="message" placeholder="Message" required
class="hover-state item"></textarea>
<input type="submit" value="Send" id="btn" class="hover-state item">
</form>
<div>
<a href="assets/resume.pdf" target="_blank" id="resume" aria-label="Download my resume">
<div class="button-view item">
View My Resume
</div>
</a>
</div>
</div>
</div>
</section>
</div>
<script src="js/script.js"></script>
<script src="js/typing.js"></script>
<script src="js/cursor.js"></script>
</body>
</html>