-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (55 loc) · 2.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Mateus Revoredo</title>
<link rel="stylesheet" href="dist/css/bundle.css">
</head>
<body>
<section class="hero is-fullheight">
<div id="particles-js"></div>
<div class="hero-body">
<div class="container has-text-centered">
<div class="column is-three-fifths is-offset-one-fifth">
<h1 class="title is-3">
Hi There
</h1>
<h2 class="title is-1">
I <span class="typeit">am Mateus Revoredo</span>
</h2>
<h2 class="title is-6">
Get in touch:
</h2>
<h2 class="title is-5">
<span class="icon is-medium">
<a href="https://www.linkedin.com/in/mateusrevoredo"><i class="fab fa-linkedin-in"></i></a>
</span>
<span class="icon is-medium">
<a href="https://github.com/mateusrevoredo"><i class="fab fa-github"></i></a>
</span>
<span class="icon is-medium">
<a href="https://www.facebook.com/mateusrevoredo"><i class="fab fa-facebook-f"></i></a>
</span>
<span class="icon is-medium">
<a href="http://twitter.com/mateusrevoredo"><i class="fab fa-twitter"></i></a>
</span>
<span class="icon is-medium">
<a href="https://www.instagram.com/galleryofalifetime"><i class="fab fa-instagram"></i></a>
</span>
</h2>
</div>
</div>
</div>
<div class="hero-foot">
<div class="container has-text-centered has-text-white">
<div class="column is-three-fifths is-offset-one-fifth">
Fork me on GitHub
</div>
</div>
</div>
</section>
<script src="dist/js/bundle.js"></script>
</body>
</html>