-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
executable file
·34 lines (33 loc) · 1.54 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Roboto:300" rel="stylesheet">
<link rel="stylesheet" href="src/style/css/main.css">
<title>Allythy</title>
</head>
<body>
<main class="container">
<header>
<figure class="center-img">
<img class="avatar"src="src/img/ally.jpeg" alt="">
</figure>
<h1 class="title">Welcome</h1>
<p class="center-text">"That he not busy being born is busy dying."<span> Bob Dylan</span></p>
</header>
<section>
<div class="social">
<a href="https://t.me/allythy" target="_blank"><i class="fa fa-telegram fa-2x"></i></a>
<a href="https://gitlab.com/allythy" target="_blank"><i class="fa fa-gitlab fa-2x"></i></a>
<a href="https://github.com/allythy" target="_blank"><i class="fa fa-github fa-2x"></i></a>
<a href="https://allythy.github.io" target="_blank"><i class="fa fa-laptop fa-2x"></i></a>
</div>
</section>
</main>
<footer>
<p class="text-rodape">Created by <a href="https://github.com/allythy" target="_blank">Allythy</a></p>
</footer>
</body>
</html>