-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndex.html
More file actions
452 lines (444 loc) · 25.2 KB
/
Index.html
File metadata and controls
452 lines (444 loc) · 25.2 KB
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
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
<!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">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="index.css">
<script src="https://kit.fontawesome.com/d550f06ca5.js" crossorigin="anonymous"></script>
<link rel="icon" href="./imgs/logo.png">
<title>
The Web Developer
</title>
</head>
<body>
<main class="vertical_boxes">
<section class="header">
<!-- nav bar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class=" container-fluid">
<!-- logo and brand -->
<a class="navbar-brand" href="#"> <img class="logo" src="imgs/logo.png" alt=""><i>Developer's Home</i></a>
<!-- responsive button -->
<button class=" navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!--nav list items -->
<div class="collapse navbar-collapse justify-content-end" id="navbarTogglerDemo01">
<ul class="navbar-nav justify-content-end">
<li class="nav-item">
<a class="nav-link " href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#resume">Resume</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link " href="#blog">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link " href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</section>
<!-- content -->
<section class="introduction container" id="home">
<div class="content">
<h1>Dimuthu Lakshan</h1>
<h3>I am a Web Developer</h3>
</div>
</section>
<!-- About Section -->
<Section class="info-sec" id="about">
<!-- who am i -->
<div class="row container">
<div class="home">
<a href="#"><i class="fas fa-home fa-lg"></i></a>
</div>
<div class="col-6 image-wrapper">
<!-- image -->
<img class="info-img " src="./imgs/info-img.jpg" alt="info-img">
</div>
<div class="col-6 content-wrapper">
<div class="description">
<!-- Description -->
<h2>Who am I</h2>
<h6>I'm Dimuthu Lakshan, a visual UX/UI Designer and Web Developer</h6>
<div class="description">
<p>I am a freelancer based in the United Kingdom and i have been building noteworthy UX/UI designs and websites for years, which comply with the latest design trends. I help convert a vision and an idea into meaningful and useful products. Having a sharp eye for product evolution helps me prioritize tasks, iterate fast and deliver faster.</p>
</div>
</div>
<div>
<!-- information -->
<div class="info" >
<div class="row">
<div class="info-name1 col-6">
<span class="contact-des">Name :</span> <p>Dimuthu Lakshan</p>
</div>
<div class="info-name1 col-6">
<span class="contact-des">Email :</span> <p>wddlakshan@std.appsc.sab.ac.lk </p>
</div>
</div>
<div class="row">
<div class="info-name1 col-6">
<span class="contact-des">Age :</span> <p>23</p>
</div>
<div class="info-name1 col-6">
<span class="contact-des">From :</span> <p>liverpool</p>
</div>
</div>
</div>
<div>
<button type="button" class="btn btn-success"> <a href="#download CV"> Dowload CV</a></button>
</div>
</div>
</div>
<!-- Service Grid -->
<h2>My services</h2>
<div class="container services">
<div class="service-grid">
<div class="grid-item">
<i class="fab fa-css3-alt fa-3x"></i>
<h6>Design trends</h6>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Fugiat recusandae ipsam consequatur animi earum est.</p>
</div>
<div class="grid-item">
<i class="far fa-images fa-3x"></i>
<h6>PSD Design</h6>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Fugiat recusandae ipsam consequatur animi earum est.</p>
</div>
<div class="grid-item">
<i class="far fa-question-circle fa-3x"></i>
<h6>Customer support</h6>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Fugiat recusandae ipsam consequatur animi earum est.</p>
</div>
<div class="grid-item">
<i class="fab fa-wordpress fa-3x"></i>
<h6>Web Development</h6>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Fugiat recusandae ipsam consequatur animi earum est.</p>
</div>
<div class="grid-item">
<i class="fas fa-expand-arrows-alt fa-3x"></i>
<h6>Fully responsive</h6>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Fugiat recusandae ipsam consequatur animi earum est.</p>
</div>
<div class="grid-item">
<i class="fas fa-rocket fa-3x"></i>
<h6>Branding</h6>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Fugiat recusandae ipsam consequatur animi earum est.</p>
</div>
</div>
</div>
<!-- plans grid -->
<h2>Choose the best plan you need</h2>
<div class="plan-grid" >
<div class="plan-item">
<i class="fas fa-egg fa-3x"></i>
<h3>Standard</h3>
<ul>
<li>Mobile app design</li>
<li>Responsive Design</li>
<li>Database Design</li>
<li>Web design</li>
<li>24/7 support</li>
</ul>
<button class="btn btn-success">Get Standard</button>
</div>
<div class="plan-item">
<i class="fas fa-user-tie fa-3x"></i>
<h3>Professional</h3>
<ul>
<li>Mobile app design</li>
<li>Responsive Design</li>
<li>Database Design</li>
<li>Web design</li>
<li>24/7 support</li>
</ul>
<button class="btn btn-success">Get Professional</button>
</div>
<div class="plan-item">
<i class="fas fa-briefcase fa-3x"></i>
<h3>Business</h3>
<ul>
<li>Mobile app design</li>
<li>Responsive Design</li>
<li>Database Design</li>
<li>Web design</li>
<li>24/7 support</li>
</ul>
<button class="btn btn-success">Get Business</button>
</div>
</div>
</div>
</Section>
<!-- Resume Section -->
<Section class="resume" id="resume">
<div class="home">
<a href="#"><i class="fas fa-home fa-lg"></i></a>
</div>
<div class="row">
<div class="col-sm-12 col-6 education">
<h2>Education</h2>
<div class="degree">
<h4>Computer Science</h4>
<h6>cambridge University</h6>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Qui accusantium ratione dolore.</p>
</div>
<div class="degree">
<h4>Bachelor Degree</h4>
<h6>cambridge University</h6>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Qui accusantium ratione dolore.</p>
</div>
<div class="degree">
<h4>Master Degree</h4>
<h6>cambridge University</h6>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Qui accusantium ratione dolore.</p>
</div>
</div>
<div class="col-sm-12 col-6 education">
<h2>experience</h2>
<div class="experience">
<h4>Software Engineer</h4>
<h6>Google 2017/18</h6>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Qui accusantium ratione dolore.</p>
</div>
<div class="experience">
<h4>Software Engineer</h4>
<h6>Google 2017/18</h6>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Qui accusantium ratione dolore.</p>
</div>
<div class="experience">
<h4>Software Engineer</h4>
<h6>Google 2017/18</h6>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Qui accusantium ratione dolore.</p>
</div>
</div>
</div>
<div class="skill row">
<h2>Skills that I have</h2>
<div class="col-sm-12 col-6">
<div class="skillset">
<div class="skill-info">
<h6>HTML/CSS</h6>
<h6>95%</h6>
</div>
<progress id="file" value="95" max="100"> 95% </progress>
</div>
<div class="skillset">
<div class="skill-info">
<h6>Web Designing</h6>
<h6>80%</h6>
</div>
<progress id="file" value="80" max="100"> 80% </progress>
</div>
<div class="skillset">
<div class="skill-info">
<h6>Javascript</h6>
<h6>90%</h6>
</div>
<progress id="file" value="90" max="100"> 90% </progress>
</div>
</div>
<div class="col-sm-12 col-6">
<div class="skillset">
<div class="skill-info">
<h6>React JS</h6>
<h6>90%</h6>
</div>
<progress id="file" value="90" max="100"> 90% </progress>
</div>
<div class="skillset">
<div class="skill-info">
<h6>Express js</h6>
<h6>95%</h6>
</div>
<progress id="file" value="95" max="100"> 95% </progress>
</div>
<div class="skillset">
<div class="skill-info">
<h6>TypeScript</h6>
<h6>80%</h6>
</div>
<progress id="file" value="80" max="100"> 80% </progress>
</div>
</div>
</div>
</Section>
<!-- Portfolio Section-->
<section class="portfolio" id="portfolio">
<div class="home">
<a href="#"><i class="fas fa-home fa-lg"></i></a>
</div>
<h2 class="text-center">Showing some of my best works</h2>
<div class="full-img" id="imgBox">
<img src="./imgs/item-1.jpg" alt="item1" id="fullImg">
<Span onclick="CloseImg()">X</Span>
</div>
<div class=" image-gallery">
<div class="col-sm-12 tile">
<img src="https://raw.githubusercontent.com/freeCodeCamp/cdn/master/build/testable-projects-fcc/images/tribute.jpg" alt="item1" onclick="OpenImg(this.src)">
<a href="https://codepen.io/Dimuthu-10/full/rNOOQzq" target="_blank">Tribute Page</a>
</div>
<div class=" tile">
<img src="https://raw.githubusercontent.com/freeCodeCamp/cdn/master/build/testable-projects-fcc/images/random-quote-machine.png" alt="item2" onclick="OpenImg(this.src)">
<a href="https://codepen.io/Dimuthu-10/full/rNOOQzq" target="_blank">Random Quote machine</a>
</div>
<div class=" tile">
<img src="https://raw.githubusercontent.com/freeCodeCamp/cdn/master/build/testable-projects-fcc/images/calc.png" alt="item2" onclick="OpenImg(this.src)">
<a href="https://codepen.io/Dimuthu-10/full/rNOOQzq" target="_blank">JavaScript Calculater</a>
</div>
<div class=" tile">
<img src="https://raw.githubusercontent.com/freeCodeCamp/cdn/master/build/testable-projects-fcc/images/map.jpg" alt="item2" onclick="OpenImg(this.src)">
<a href="https://codepen.io/Dimuthu-10/full/rNOOQzq" target="_blank">Map Data Across the Globe</a>
</div>
<div class=" tile">
<img src="https://raw.githubusercontent.com/freeCodeCamp/cdn/master/build/testable-projects-fcc/images/wiki.png" alt="item2" onclick="OpenImg(this.src)">
<a href="https://codepen.io/Dimuthu-10/full/rNOOQzq" target="_blank">Wikipedia Viewer</a>
</div>
<div class=" tile">
<img src="https://raw.githubusercontent.com/freeCodeCamp/cdn/master/build/testable-projects-fcc/images/tic-tac-toe.png" alt="item2" onclick="OpenImg(this.src)">
<a href="https://codepen.io/Dimuthu-10/full/rNOOQzq" target="_blank">Tic Tac Toe Game</a>
</div>
<div class=" tile">
<img src="./imgs/item-3.jpg" alt="item3" onclick="OpenImg(this.src)">
<a href="https://codepen.io/Dimuthu-10/full/rNOOQzq" target="_blank">Bag Mockup</a>
</div>
<div class=" tile">
<img src="./imgs/item-4.jpg" alt="item4" onclick="OpenImg(this.src)">
<a href="https://codepen.io/Dimuthu-10/full/rNOOQzq" target="_blank">Coffee Mockup</a>
</div>
<div class=" tile">
<img src="./imgs/item-5.jpg" alt="item5" onclick="OpenImg(this.src)">
<a href="https://codepen.io/Dimuthu-10/full/rNOOQzq" target="_blank">Tshirt Mockup</a>
</div>
</div>
</section>
<!-- blog Section -->
<section class="blog-sec" id="blog">
<div class="home">
<a href="#"><i class="fas fa-home fa-lg"></i></a>
</div>
<h2 class="text-center">Check out my latest blog posts</h2>
<div class="blog-grid">
<div class="tile">
<img src="./imgs/blog 1.jpg" alt="blog1" onclick="OpenImg(this.src)">
<a href="https://datamobteam.blogspot.com/2021/06/lets-hands-on-to-cloud-computing-i.html" target="_blank">Cloud Computing I
<p>Now a days most of companies are migrating to use cloud computing concepts. Because people are getting familliar with doing things through online. Therefore campanies have to migrate to cloud computing to offer best services to their customers.... <span class="readmore">Read more</span> </p></a>
</div>
<div class="tile">
<img src="./imgs/blog 2.png" alt="blog1" onclick="OpenImg(this.src)">
<a href="https://datamobteam.blogspot.com/2021/06/lets-hands-on-to-cloud-computing-ii.html" target="_blank">Cloud Computing II
<p>cloud computing has consumption-based model. There is no cost to amortize for the organization. Because, cloud service provider manages all the costs that you have purchased physical equipment. As a result, organization or business has to responsible for the computing resources that they have used.... <span class="readmore">Read more</span> </p></a>
</div>
<div class="tile">
<img src="./imgs/blog 3.jpg" alt="blog1" onclick="OpenImg(this.src)">
<a href="https://datamobteam.blogspot.com/2021/07/being-successful-with-being-self-taught.html" target="_blank">Being a Self Learner
<p>As you already know self-learning is getting most popular method among all programmers and other people. But we know few people have got their results by self-learning. Because they all know the way that how to do self-learning effectively.... <span class="readmore">Read more</span> </p></a>
</div>
<div class="tile">
<img src="./imgs/blog 4.jpg" alt="blog1" onclick="OpenImg(this.src)">
<a href="https://datamobteam.blogspot.com/2021/07/start-your-career-path-with-successful.html" target="_blank">Career Development
<p>Before moving on to the tips let's consider what is a project? and why a project is important? A project is a task series that should be completed to get the desired outcome. But in our case, we are expecting to learn something new and update our knowledge. That would be our main goal.... <span class="readmore">Read more</span> </p></a>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="contact" id="contact">
<div class="home">
<a href="#"><i class="fas fa-home fa-lg"></i></a>
</div>
<div class="contact-info">
<div class="row">
<div class="col-6 message">
<h3>Message Me</h3>
<form>
<div class="contact-name row">
<div class="name col-6">
<input type="text" placeholder="Name" required>
</div>
<div class="email col-6">
<input type="email" placeholder="Email" required>
</div>
</div>
<div class="contact-name row">
<input type="text" placeholder="Subject" required>
</div>
<div class="row">
<textarea name="message" placeholder="Type your message" id="" cols="30" rows="5" required></textarea>
</div>
<div >
<button class="btn btn-success">Send me</button>
</div>
</form>
</div>
<div class="col-6 info">
<h3>Contact-info</h3>
<p class="contact-p">Always available for freelance work if the right project comes along, Feel free to contact me!</p>
<div>
<div class="info-des">
<i class="fas fa-file-signature fa-2x"></i>
<div class="info-name col-6">
<p> <span class="contact-des">Name</span> : <br> Dimuthu Lakshan</p>
</div>
</div>
<div class="info-des">
<i class="fas fa-map-marked-alt fa-2x"></i>
<div class="info-name col-6">
<p> <span class="contact-des">Location</span> : <br> Liverpool</p>
</div>
</div>
<div class="info-des">
<i class="fas fa-phone-alt fa-2x"></i>
<div class="info-name col-6">
<p> <span class="contact-des">Call me</span>: <br> +947123456789</p>
</div>
</div>
<div class="info-des">
<i class="fas fa-paper-plane fa-2x"></i>
<div class="info-name col-6">
<p> <span class="contact-des">Email me</span>: <br>wddlakshan@std.appsc.sab.ac.lk </p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<section class="last container-fluid">
<!-- languages -->
<div class="footer">
<div class="row"></div>
<div class="col-6 languages">
<p>Language</p>
<ul>
<li><a href="#eng">ENG</a></li>
<li><a href="#sinhal">SIN</a></li>
</ul>
</div>
<!-- social media -->
<div class="col-6 Social_Media">
<ul >
<li><a class="btn btn-link " href="#twitter"><i class="fab fa-twitter fa-lg"></i> <span class="item"></span> </a></li>
<li><a class="btn btn-link " href="#facebook"><i class="fab fa-facebook-square fa-lg"></i></a></li>
<li><a class="btn btn-link " target="_blank" href="https://www.linkedin.com/in/dimuthu10/"><i class="fab fa-linkedin fa-lg"></i></a></li>
<li><a class="btn btn-link " target="_blank" href="https://github.com/Dimuthu-10"><i class="fab fa-github fa-lg"></i></a></li>
<li><a class="btn btn-link " target="_blank" href="https://draft.blogger.com/profile/00511224355981086011"><i class="fab fa-instagram fa-lg"></i></a></li>
</ul>
</div>
</div>
</div>
</section>
</main>
<script src="./index.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
</body>
</html>