-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
271 lines (238 loc) · 13.8 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
<!-- #00FFAB
#14C38E
#B8F1B0
#E3FCBF-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="Personal, Luxshan, CSE, Student, Moratuwa">
<meta name="description" content="Thavarasa Luxshan is a Computer Science and Engineering student at the University of Moratuwa, Sri Lanka.">
<meta name="author" content="Luxshan Thavarasa">
<title>Luxshan | CSE Student </title>
<link rel="shortcut icon" href="/assets/default/webIcon.png" type="image/png">
<meta property="og:image" content="https://github.com/Luxshan2000/luxshan2000.github.io/raw/main/assets/default/profile.jpg">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />
<link rel="stylesheet" type="text/css" href="/assets/bootstrap-5.0.2/css/bootstrap.css"/>
<link rel="stylesheet" type="text/css" href="/assets/MyCSS/my-style.css"/>
<script src="/assets/bootstrap-5.0.2/js/bootstrap.bundle.min.js" ></script>
<meta name="language" content="english">
<meta name="robots" content="index,follow" />
<meta name="googlebot" content=”notranslate” />
<meta name="rating" content="G">
<meta name="copyright" content="Copyright 2023">
<link rel="stylesheet" href="/assets/animate/animate.min.css" />
<script src="/assets/wow/wow.min.js"></script>
</head>
<body>
<header class="shadow-sm fixed-top">
<div class="navbar ">
<div class="logo"><a >Luxshan Thavarasa</a></div>
<ul style="margin: 0" class="links">
<li><a href="#">Home</a></li>
<li><a href="/views/about.html">About Me</a></li>
<li><a href="/views/project.html">Projects</a></li>
<li><a href="/views/resume.html">Resume</a></li>
</ul>
<a href="#myFooter" class="contact_btn animate__animated animate__bounceIn">Contact Me</a>
<div class="toggle_btn">
<i class="fa-solid fa-bars"></i>
</div>
</div>
<div class="dropdown_menu">
<li class="menu_item" ><a href="#">Home</a></li>
<li class="menu_item" ><a href="/views/about.html">About Me</a></li>
<li class="menu_item" ><a href="/views/project.html">Projects</a></li>
<li class="menu_item" ><a href="/views/resume.html">Resume</a></li>
<a href="#myFooter" class="contact_btn menu_item">Contact Me</a>
</div>
</header>
<div class="container-fluid DesktopImageSlider pb-3 p-0 mt-2 pt-5">
<div id="carouselExampleCaptions" class="carousel slide" data-bs-touch="true" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="/assets/default/des-1.png" class="d-block w-100 img1" alt="Luxshan Thavarasa">
<div class="foreground"></div>
<div class="carousel-caption d-none d-md-block">
<h5>My E-20 CSE Batch Mates</h5>
<p>After end of the third semester exam.</p>
</div>
</div>
<div class="carousel-item">
<img src="/assets/default/des-2.png" class="d-block w-100 img2" alt="Luxshan Thavarasa">
<div class="foreground"></div>
<div class="carousel-caption d-none d-md-block">
<h5>My Personal Image</h5>
<p>After taking dinner at a restaurant.</p>
</div>
</div>
<div class="carousel-item">
<img src="/assets/default/des-4.png" class="d-block w-100 img3" alt="Luxshan Thavarasa">
<div class="foreground"></div>
<div class="carousel-caption d-none d-md-block">
<h5>Learn Arduino</h5>
<p>These are some electronic items which are having by me.</p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<div class="container-fluid MobileImageSlider pb-3 p-0 mt-2 pt-5">
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="/assets/default/mob-1.png" class="d-block w-100" alt="...">
<div class="foreground"></div>
</div>
<div class="carousel-item">
<img src="/assets/default/mob-2.png" class="d-block w-100" alt="...">
<div class="foreground"></div>
</div>
<div class="carousel-item">
<img src="/assets/default/mob-4.png" class="d-block w-100" alt="...">
<div class="foreground"></div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<main>
<div id="about" class="container-fluid p-sm-1 p-lg-5 pt-lg-0">
<div class="title">
<h3 class="text-center text-decoration-underline">ABOUT</h3>
</div>
<div style="background:transparent" class="card shadow-sm p-3 mb-3 rounded-3">
<div class="about">
<div class="img text-center float-lg-start ">
<img alt="Luxshan Thavarasa" style="max-width: 180px;" class="rounded-circle wow animate__animated animate__zoomIn mt-lg-5 p-lg-2" src="/assets/default/profile.jpg">
</div>
<p style="text-align: justify" class="justify-content-md-center pt-sm-1 pt-lg-5">
Hello and welcome to my personal website!<br>
I am a second-year Computer Science & Engineering student at the University of Moratuwa, Sri Lanka, with a strong passion for problem-solving and web development. I believe that technology can create positive change in the world and I am committed to making a difference through my work.
In my academic journey, I have gained knowledge and experience in various programming languages and web development tools. I am proficient in languages such as Java, Python, and C++, and have experience in frontend web development using HTML, CSS, JS, and Bootstrap, as well as backend development with PHP and MySQL. I am also familiar with Android Studio and have developed some Android apps using Java.
I have excelled academically, with 3 distinctions at the GCE A/L exam and 8 A’s and 1 B at the GCE O/L exam. As a university student, I continue to excel in my studies and strive for excellence in all that I do.
<br><br>I believe that critical thinking, communication, and time management are essential skills for any professional, and I have honed these skills through various academic and leadership experiences. As a prefect in my secondary school, I learned the importance of responsibility and teamwork, and developed my leadership skills.
<br><br>
Thank you for visiting my website, and I hope that my skills and experiences will be valuable to you. Please feel free to contact me if you have any questions or would like to discuss potential collaborations.
</p>
<a href="/views/about.html"><button class="btn readMore border-success bg-gradient mb-3">Read More..</button></a>
</div>
</div>
</div>
</main>
<div id="myFooter" class="container-fluid myFooter">
<footer class="pt-5 p-2">
<div class="row">
<div class="col-md-6 col-lg-3 col-sm-12 pb-sm-2">
<h5>Contact details</h5>
<ul class="nav flex-column">
<li class="nav-item p-0"><a class="nav-link p-0 text-muted">Phone No: 0773038402</a></li>
<li class="nav-item p-0"><a class="nav-link p-0 text-muted">Email: [email protected]</a></li>
<li class="nav-item p-0"><a class="nav-link p-0 text-muted">Address: Neththaliyaru, Visuvamadu West, Visuvamadu, Mullaitivu.</a></li>
</ul>
</div>
<div class="col-md-6 col-lg-3 col-sm-12 pb-sm-2 pb-2">
<h5>My links</h5>
<ul class="nav flex-column">
<li class="nav-item p-0"><a href="#" class="nav-link p-0 text-muted">Home</a></li>
<li class="nav-item p-0"><a href="/views/about.html" class="nav-link p-0 text-muted">About Me</a></li>
<li class="nav-item p-0"><a href="/views/project.html" class="nav-link p-0 text-muted">Projects</a></li>
<li class="nav-item p-0"><a href="/views/resume.html" class="nav-link p-0 text-muted">Resume</a></li>
</ul>
</div>
<div class="col-md-12 col-lg-6 col-sm-12 mb-3">
<form>
<h5>Put Your Valuable Feedback</h5>
<p>As someone who is always striving to improve, I would love to hear your feedback.</p>
<div class="d-flex flex-column flex-sm-row w-100 gap-2">
<label for="newsletter1" class="visually-hidden">Your Feedback</label>
<input style="background-color: #f1f8e9;" id="newsletter1" type="text" class="form-control text-dark" placeholder="Comment">
<button class="btn btn-success" type="button">Post</button>
</div>
</form>
</div>
</div>
<div class="d-flex flex-column row text-center border-top">
<ul class="list-unstyled justify-content-center d-flex pt-3">
<li ><a class="link-dark" href="https://www.linkedin.com/in/lux-thavarasa/"><i class="fa-brands text-info fa-2x fa-linkedin"></i></a></li>
<li ><a class="link-dark" href="https://github.com/Luxshan2000"><i class="fa-brands text-dark fa-2x fa-github"></i></a></li>
<li ><a class="link-dark" href="https://web.facebook.com/profile.php?id=100091384557793&sk"><i class="fa-brands text-info fa-2x fa-facebook"></i></a></li>
<li ><a class="link-dark" href="https://wa.me/+94773038402?text=Hey!%20LuxShan"><i class="fa-brands fa-2x text-success fa-whatsapp"></i></a></li>
<li ><a class="link-dark" href="mailto: [email protected]"><i class="fa-regular fa-2x text-info fa-envelope"></i></a></li>
</ul>
</div>
<div class="d-flex flex-column text-center row justify-content-center">
<p>Thavarasa Luxshan</p>
<p>©2023 All rights reserved.</p>
</div>
</footer>
</div>
<script src="/assets/jquery/jquery-3.6.4.min.js"></script>
<script>
const toggleBtn = document.querySelector('.toggle_btn');
const toggleBtnIcon = document.querySelector('.toggle_btn i');
const dropdownMenu = document.querySelector('.dropdown_menu');
const menuItems = document.querySelectorAll('.menu_item');
toggleBtn.onclick = function() {
dropdownMenu.classList.toggle('open');
toggleBtnIcon.classList.toggle('fa-xmark');
toggleBtnIcon.classList.toggle('fa-bars');
};
menuItems.forEach(item => {
item.onclick = function() {
dropdownMenu.classList.toggle('open');
toggleBtnIcon.classList.toggle('fa-xmark');
toggleBtnIcon.classList.toggle('fa-bars');
};
});
</script>
<button id="go-up-btn">
<i class="fa-solid fa-2x fa-circle-chevron-down"></i>
</button>
<script>
const goUpBtn = document.querySelector('#go-up-btn');
window.addEventListener('scroll', () => {
if (window.pageYOffset > 100) {
goUpBtn.classList.add('show');
} else {
goUpBtn.classList.remove('show');
}
});
goUpBtn.addEventListener('click', () => {
window.scrollTo({
top: 0,
behavior: 'smooth'
});
});
</script>
<script>
new WOW().init();
</script>
</body>
</html>