forked from benocd/benocd.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (39 loc) · 1.83 KB
/
index.html
File metadata and controls
42 lines (39 loc) · 1.83 KB
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
<!DOCTYPE html>
<html>
<title>Beӣo</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.12/css/all.css" integrity="sha384-G0fIWCsCzJIMAVNQPfjH08cyYaUtMwjJwqiRKxxE/rx96Uroj1BtIQ6MLJuheaO9" crossorigin="anonymous">
<link rel="stylesheet" media="screen" href="css/particles.css">
<link rel="icon" type="image/png" href="images/favicon.png">
<style>
h1 {font-family: "Oswald", sans-serif}
body {font-family: "Raleway", sans-serif}
body, html {height: 100%}
</style>
<body>
<div class="w3-display-container w3-animate-opacity w3-text-white" id="particles-js">
<div class="w3-display-topleft w3-padding-large w3-xlarge">
</div>
<div class="w3-display-middle">
<h1 class="w3-xxxlarge w3-animate-top">Bernardo Campos Diocaretz</h1>
<hr class="w3-border-white" style="margin:auto;width:40%">
<p class="w3-large w3-center">Web & App Developer</p>
</div>
<div class="w3-display-bottomleft w3-padding-large">
<div style="position:relative; z-index:10">
<a class="w3-button w3-xlarge w3-hover-opacity" href="https://github.com/benocd/"><i class="fab fa-github"></i></a>
<a class="w3-button w3-xlarge w3-hover-opacity" href="https://www.twitter.com/beno_cd"><i class="fab fa-twitter"></i></a>
<a class="w3-button w3-xlarge w3-hover-opacity" href="https://cl.linkedin.com/in/bernardo-campos-diocaretz-7662b378"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</div>
<!-- scripts -->
<script src="js/particles.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>