-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
341 lines (325 loc) · 11.6 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
<!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>Chandula Janith | A Junior Developer from Sri Lanka</title>
<!-- Favicons -->
<link rel="icon" href="./assets/logo.png" type="image/x-icon" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="./assets/logo.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./assets/logo.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./assets/logo.png"
/>
<link rel="manifest" href="./assets/site.webmanifest" />
<meta name="author" content="Chandula Janith" />
<meta
name="description"
content="Chandula's (RedEdge967) personal website created with glassmorphism UI"
/>
<meta
name="keywords"
content="Developer, Portfolio, HTML, CSS, JS, GlassMorphic, Glassmorphic, GlassMorphism, Glassmorphism, UI"
/>
<meta name="referrer" content="no-referrer-when-downgrade" />
<link rel="canonical" href="https://rededge.vercel.app" />
<link rel="stylesheet" href="./assets/css/all.min.css" />
<link rel="stylesheet" href="./assets/css/style.css" />
<script defer src="./assets/js/all.js"></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css"
/>
<script src="https://code.iconify.design/2/2.0.4/iconify.min.js"></script>
<script src="./assets/js/repo-card.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!--Animation-->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
</head>
<body>
<!-- <div id="progress">
<span id="progress-value"></span>
</div> -->
<section>
<div class="container">
<div id="top" class="page-scroll"></div>
<!-- Navbar -->
<header>
<a href="#top" class="logo">Chandula.</a>
<ul>
<li><a class="active page" href="#top" id="home-btn">Home</a></li>
<li><a href="#about" class="page" id="about-btn">About Me</a></li>
<li><a href="#projects" class="page" id="project-btn">Projects</a></li>
<li>
<a href="#contact" class="enabledisable page" id="contact-btn"
>Contact</a
>
</li>
</ul>
</header>
<!-- Main Content -->
<div class="content">
<div class="column">
<h2 data-aos="fade-down" data-aos-duration="1000">Hi all, I'm Chandula<span class="wave">👋</span></h2>
<p data-aos="fade-right" data-aos-duration="1000">
I love software development and deep learning. I
know a little bit of Web Dev too and UI/UX! Want to discuss
regarding any project or just want to say a Hi? I am always
available to listen to you.
</p>
<a href="mailto:janithc967@gmail.com" data-aos="fade-right" data-aos-duration="1000">Contact Me</a>
</div>
<div class="img">
<img src="./assets/me.png" alt="Hello There!!" data-aos="fade-up-right" data-aos-duration="1000"/>
</div>
</div>
<!-- 2nd Section -->
<div id="about" class="content page-scroll" style="justify-content: space-around">
<div class="img" data-aos="fade-right" data-aos-duration="1000">
<!-- https://media.giphy.com/media/7wA0YhMXvDBhTckOGM/giphy.gif?cid=790b7611b6565a9092ee51eeee34015858a0783fd77b6f31&rid=giphy.gif&ct=s -->
<img
src="https://media.giphy.com/media/7wA0YhMXvDBhTckOGM/source.gif?cid=790b7611b6565a9092ee51eeee34015858a0783fd77b6f31&rid=source.gif&ct=s"
alt="APS-OCTOCAT"
/>
</div>
<div class="column-2">
<svg
xmlns="//www.w3.org/2000/svg"
version="1.1"
class="svg-filters"
style="display: none"
>
<defs>
<filter id="marker-shape">
<feTurbulence
type="fractalNoise"
baseFrequency="0 0.15"
numOctaves="1"
result="warp"
/>
<feDisplacementMap
xChannelSelector="R"
yChannelSelector="G"
scale="30"
in="SourceGraphic"
in2="warp"
/>
</filter>
</defs>
</svg>
<h2 style="font-weight: 550">
<span class="low-highlight-pink">What I do</span>
</h2>
<h3 style="font-size: 24px; color: #444444; font-weight: 1">
I love all aspects of technology and want to explore as much as I
can!
</h3>
<div class="dev-icons">
<ul>
<li class="software-skill-inline html5">
<i class="devicon-html5-plain"></i>
<p>HTML5</p>
</li>
<li class="software-skill-inline css3">
<i class="devicon-css3-plain"></i>
<p>CSS3</p>
</li>
<li class="software-skill-inline javascript">
<i class="devicon-javascript-plain"></i>
<p>JavaScript</p>
</li>
<li class="software-skill-inline linux">
<i class="devicon-typescript-plain"></i>
<p>TypeScript</p>
</li>
<li class="software-skill-inline linux">
<i class="devicon-svelte-plain"></i>
<p>Svelte</p>
</li>
<li class="software-skill-inline python">
<i class="devicon-python-plain"></i>
<p>Python</p>
</li>
<li class="software-skill-inline c">
<i class="devicon-c-plain"></i>
<p>C</p>
</li>
<li class="software-skill-inline cplusplus">
<i class="devicon-cplusplus-plain"></i>
<p>C++</p>
</li>
<li class="software-skill-inline flask">
<i class="devicon-java-plain"></i>
<p>Java</p>
</li>
<li class="software-skill-inline linux">
<i class="devicon-react-original"></i>
<p>React</p>
</li>
<li class="software-skill-inline linux">
<i class="devicon-jquery-plain"></i>
<p>JQuery</p>
</li>
</ul>
</div>
<div>
<p style="color: #444444; font-size: 20px">
<img
alt="⚡"
draggable="false"
src="https://twemoji.maxcdn.com/2/72x72/26a1.png"
style="
height: 1em;
width: 1em;
margin: 0px 0.05em 0px 0.1em;
vertical-align: -0.1em;
"
/>
Develop highly interactive Front end / User Interfaces for your
web
</p>
<p style="color: #444444; font-size: 20px">
<img
alt="⚡"
draggable="false"
src="https://twemoji.maxcdn.com/2/72x72/26a1.png"
style="
height: 1em;
width: 1em;
margin: 0px 0.05em 0px 0.1em;
vertical-align: -0.1em;
"
/>
Develop games, softwares and Design more and more things
</p>
</div>
</div>
</div>
<!-- 4th Section -->
<svg
xmlns="//www.w3.org/2000/svg"
version="1.1"
class="svg-filters"
style="display: none"
>
<defs>
<filter id="marker-shape">
<feTurbulence
type="fractalNoise"
baseFrequency="0 0.15"
numOctaves="1"
result="warp"
/>
<feDisplacementMap
xChannelSelector="R"
yChannelSelector="G"
scale="30"
in="SourceGraphic"
in2="warp"
/>
</filter>
</defs>
</svg>
<h2
id="projects"
class="mob-h2 page-scroll"
style="font-size: 56px; font-weight: 700; margin-top: 50px"
>
<span class="low-highlight-cyan">Projects</span>
</h2>
<div class="projects" data-aos="fade-up" data-aos-duration="1500">
<div class="repo-card" data-repo="RedEdge967/adventures-of-red"></div>
<div class="repo-card" data-repo="RedEdge967/MK-Wiki"></div>
<div
class="repo-card"
data-repo="RedEdge967/Doctor-Strange"
></div>
<div
class="repo-card"
data-repo="RedEdge967/Spider-Man"
></div>
<div
class="repo-card"
data-repo="RedEdge967/Keyboard-Hero"
></div>
<div class="repo-card" data-repo="RedEdge967/candy-crush"></div>
</div>
<h2 id="contact"
class="mob-connect enabledisable page-scroll"
style="font-size: 40px; font-weight: 700; margin-top: 50px"
>
<span class="low-highlight-hazeskin">Connect with me</span>
</h2>
<ul class="socialsites ">
<li>
<a href="https://github.com/RedEdge967"><i class="fab fa-github"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/chandula-janith-is-here/"><i class="fab fa-linkedin"></i></a>
</li>
<li>
<a href="https://codepen.io/RedEdge967"><i class="fab fa-codepen"></i></a>
</li>
<li>
<a href="https://dribbble.com/RedEdge967"><i class="fab fa-dribbble"></i></a>
</li>
<li>
<a href="https://discordapp.com/users/931930701463437334"><i class="fab fa-discord"></i></a>
</li>
</ul>
<!-- Footer -->
</div>
</section>
<div class="button-top-div" id="myDIV">
<a id="button-top" href="#top"><i class="fas fa-chevron-up"></i></a>
</div>
<!-- Page Scroll Percentage -->
<script src="./assets/js/script.js"></script>
<!-- Page Scroll Up On Click -->
<script>
//scroller fixed
var scrolBtn = document.querySelector("#myDIV");
window.addEventListener("scroll", function () {
let offset;
offset = window.pageYOffset;
if (offset > 300) {
scrolBtn.style.display = "block";
}
if (offset < 300) {
scrolBtn.style.display = "none";
}
});
//remove that #s in the link
document.querySelectorAll('a[href^="#"]').forEach((anchor) => {
anchor.addEventListener("click", function (e) {
e.preventDefault();
document.querySelector(this.getAttribute("href")).scrollIntoView({
behavior: "smooth",
block: "center",
});
});
});
</script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>