-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 875 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Paulus Sesa UI Design Portfolio</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="container">
<div class="card" data-tilt>
<img src="images/3.jpeg.jpeg.jpeg" />
<h2>Paulus Sesa</h2>
<p>I'm student of Jayapura and I like to lear coding.</p>
<div class="links">
<a href="https://facebook.com"><img src="images/facebook.png" /></a>
<a href="https://twitter.com"><img src="images/twitter.png" /></a>
<a href="https://telegram.com"><img src="images/telegram.png" /></a>
</div>
<a href="#" class="btn">message me</a>
</div>
</div>
<script src="vanilla-tilt.js"></script>
</body>
</html>