-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (43 loc) · 1.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ronny John</title>
<link rel="icon" type="image/png" href="/img/favicon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Leckerli+One&display=swap" rel="stylesheet">
<link rel="stylesheet" href="index.css">
</head>
<body>
<header>
<h1></> Ronny John</h1>
</header>
<main>
<div class="photo">
<div class="draw">
<img src="img/profile.webp">
</div>
<!-- <p>Ronny John</p>-->
<div class="contacts">
<a href="https://www.linkedin.com/in/ronnyjohnti/" target="_blank">
<img src="img/in.svg" alt="Linkedin">
</a>
<a href="https://github.com/ronnyjohnti/" target="_blank">
<img src="img/gh.png" alt="Github">
</a>
<a href="malito:[email protected]" target="_blank">
<img src="img/@.png" alt="E-mail">
</a>
<a href="https://drive.google.com/file/d/1_1ml_eiwA-Qndo5q6Ujn02k7yzaQ38li/view?usp=sharing" target="_blank">
<img src="img/resume.svg" alt="resume">
</a>
</div>
</div>
</main>
<div class="float" id="float-1"></div>
<div class="float" id="float-2"></div>
<script src="index.js"></script>
</body>
</html>