-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (63 loc) · 2.87 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
<!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">
<meta name="HandheldFriendly" content="true">
<title>Personal Portfolio</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<style>
p {
font-family: "Sofia", sans-serif;
font-size: 25px;
}
</style>
</head>
<body>
<div class="container">
<div class="hero">
<div class="navbar">
<div class="jumbotron" style="background:#eff4fd">
<!-- <img src="images/logo.png" class="logo"> -->
<!-- <ul> -->
<a href="https://chamoth.github.io/Chamoth-s_WebSite/">HOME</a>
<!-- <a href="#">ABOUT</a> -->
<a href="https://Kavindu404.github.io/Blog/">BLOGS</a>
<a href="https://github.com/Chamoth">PROJECTS</a>
<!-- <div class="dropdown-content">
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
</div> -->
<a href="https://huggingface.co/?recent=update-space">HUGGINGFACE</a>
</div>
</div>
<div class="detel">
<h1>I'M <span>Chamoth Devinda</span></h1>
<p>Software Engineer</p>
</div>
<!-- <div class="row"> -->
<div class="col-sm-4">
<a href="resources\Chamoth Devinda's Resume.pdf"
class="btn-flip" data-back="OPEN CV" data-front="OPEN CV"></a>
</div>
<div class="images" class="col-sm-4">
<img src="images/shape.png" class="shape" style="max-width:60%;height:auto;">
<img src="images/PNG.png" class="person" style="max-width:75%;height:auto;">
</div>
<div class="social" class="col-sm-4">
<a href="https://linkedin.com/in/chamoth-devinda"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/Chamoth"><i class="fab fa-github"></i></a>
</div>
<!-- </div> -->
</div>
</div>
</body>
</html>