-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (56 loc) · 2.56 KB
/
index.html
File metadata and controls
76 lines (56 loc) · 2.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pesandu Jayasinghe</title>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<header data-aos="zoom-in">
<li>
<ul><a href="index.html">Home</a></ul>
<ul> <a href="about.html">About Me</a></ul>
<ul><a href="projects.html">Projects</a></ul>
</li>
</header>
<div class="home">
<div class="info" data-aos="zoom-in-down">
<h1 data-aos="zoom-in-down"><span> I'm Pesandu Jayasinghe. 👋👋</span></h1>
<h2 data-aos="zoom-in-right"><span>Aspiring software engineer building skills in Java, SQL, and web technologies.</span>
</h2>
<h2 data-aos="zoom-out"><span>Learning, coding, and growing every day. 😊❤️"</span></h2>
<h2 data-aos="zoom-in-left"> <span>Pleasure to see you landing on my portfolio</span></h2>
<div class="icons">
<div>
<a href="https://github.com/PesanduJayasinghe">
<img src="https://img.icons8.com/?size=100&id=12599&format=png&color=000000" alt=""
class="icons-size"></a>
</div>
<div>
<a href="https://www.linkedin.com/in/pesandu-jayasinghe-a1b4b3354">
<img src="https://img.icons8.com/?size=100&id=8808&format=png&color=000000" alt=""
class="icons-size"></a>
</div>
<div>
<img src="https://img.icons8.com/?size=100&id=9918&format=png&color=000000" alt=""
class="icons-size">
</div>
<div>
<img src="https://img.icons8.com/?size=100&id=30888&format=png&color=000000" alt=""
class="icons-size">
</div>
</div>
</div>
<div data-aos="fade-zoom-in" data-aos-easing="ease-in-back" data-aos-delay="300" data-aos-offset="0"><img
src="assets/images/me.jpeg" alt="" height="508px"
style="border-radius: 40px; margin:40px 100px; filter: grayscale(100%);"></div>
</div>
<footer>
THANKS FOR READING. ALL RIGHTS RESERVED (2025)
</footer>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>