-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 858 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
25
26
27
<html>
<head>
<link rel="stylesheet" href="./style.css">
<link href="https://fonts.googleapis.com/css?family=Dosis" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
</head>
<body>
<div class="master">
<img height="300" src="./okokokok.png">
<p class="text">
Dani
</p>
<div class="block">
<div class="social">
<a href="https://github.com/d4geiger" target="_blank">
<i class="fab fa-github fa-5x"></i>
</a>
</div>
<div class="social">
<a href="https://twitter.com/d4geiger" target="_blank">
<i class="fab fa-twitter fa-5x"></i>
</a>
</div>
</div>
</div>
</body>
</html>