-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (44 loc) · 1.99 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Index</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet">
</head>
<body>
<div id="header">
<div class="profile">
<h1>Zeke Putra</h1>
<p>Full stack developper</p>
</div>
<div class="menu">
<ul>
<li><a href="contact.html">Contact Me!</a> </li>
<li><a href="index.html">Home</a></li>
</ul>
</div>
</div>
<div class="content">
<div class="profile-picture">
<img src="images/profile-picture.jpeg" alt="profile picture" style=""width=" 600" height="600">
</div>
<div class="about-me">
<h1>Hello,</h1>
<h2>a bit about me :</h2>
<p>I'm a Jakarta-based freelancer. If i'm not freelancing at some of Jakarta's finest digital agencies, i'm working remotely on projects for clients all over the world <p>
<h7>I have a diverse set of skills, ranging from design to HTML, CSS+ Javascript, all the way to PHP, Java, and C++. </h3>
</div>
<div class="logo-contact">
<a href="https://www.facebook.com/" target="_blank" class="fa fa-facebook"></a>
<a href="https://www.twitter.com/" target="_blank" class="fa fa-twitter"></a>
<a href="https://www.google.com/" target="_blank" class="fa fa-google"></a>
<a href="https://www.linkedin.com/" target="_blank" class="fa fa-linkedin"></a>
<a href="https://www.instagram.com/" target="_blank" class="fa fa-instagram"></a>
</div>
</body>
</html>