-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
146 lines (146 loc) · 6.01 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Anju Chamantha</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link
href="https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;500;600;700;800;900&
family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header>
<a href="index.html" class="header-brand"> Anju Chamantha</a>
<nav>
<ul>
<li>
<a href="CV_Anju.pdf"
target="_blank">Curriculum Vitae</a>
</li>
<li>
<a href="portfolio.html">Portfolio</a>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
</ul>
<a href="#footer" class="header-gallery">Contact</a>
</nav>
</header>
<main>
<section class="index-banner">
<div class="vertical-center">
<h3>
T. ANJU CHAMANTHA
</h3>
<h2>
Computer Science & Engineering undergraduate.
</h2>
<h1>
I am a Final Year undergraduate with good skills,
attitude, and passion for learning
and willing to put the maximum effort into whatever I
do.
Have an interest in designing and developing mobile &
web solutions.
Love to do robotics & IoT projects in leisure time.
Seeking for a career opportunity in the field of
Software Engineering.
</h1>
</div>
</section>
<!-- <div class="wrapper">
<section class="index-links">
<a href="portfolio.html">
<div class="index-boxlink-square">
<h3>About Me</h3>
</div>
</a>
<a onclick="route('portfolio.html')">
<div class="index-boxlink-square">
<h3>Education</h3>
</div>
</a>
<a href="portfolio.html">
<div class="index-boxlink-rectangle">
<h3>Awards & Achievements</h3>
</div>
</a>
<a href="portfolio.html">
<div class="index-boxlink-square">
<h3>Projects</h3>
</div>
</a>
<a href="portfolio.html">
<div class="index-boxlink-rectangle">
<h3>Skills</h3>
</div>
</a>
<a href="portfolio.html">
<div class="index-boxlink-square">
<h3>Contact</h3>
</div>
</a>
</section>
</div> -->
</main>
<footer id="footer">
<div class="wrapper">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="portfolio.html">Portfolio</a>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li>
<a href="#">Contact</a>
</li>
<li>
<a href="portfolio.html">About Me</a>
</li>
</ul>
<ul class="footer-contact" id="footer-contact">
<li>
<a href="tel:94778396415">+94 778396415</a>
</li>
<li>
<a href="https://maps.google.com/?q=6.670752866299279,
79.92809486119278" target="_blank">11 A, Weragama
Rd, Wadduwa, Sri Lanka</a>
</li>
<li>
<a href="mailto:[email protected]"
target="_blank">[email protected]</a>
</li>
<li>
<a href="https://www.linkedin.com/in/anjuchamantha/"
target="_blank">www.linkedin.com/in/anjuchamantha</a>
</li>
<li>
<a href="https://github.com/anjuchamantha"
target="_blank">https://github.com/anjuchamantha</a>
</li>
</ul>
<div class="footer-social">
<a href="https://www.linkedin.com/in/anjuchamantha/"
target="_blank" class="fa fa-linkedin"></a>
<a href="https://github.com/anjuchamantha" target="_blank"
class="fa fa-github"></a>
<a href="https://www.facebook.com/anju.chamantha.77"
target="_blank" class="fa fa-facebook"></a>
<a href="https://api.whatsapp.com/send?phone=94778396415"
target="_blank" class="fa fa-whatsapp"></a>
</div>
</div>
</footer>
<script src="js/portfolio.js"></script>
</body>
</html>