forked from ryan-andri/ryan-andri.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (52 loc) · 2.32 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
56
57
58
59
60
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- Titulo do Site -->
<title>ECr34T1v3 - Android Device Maintainer</title>
<!-- Redireciona se o navegador for o Internet Explorer 8 ou inferior (urgh!) -->
<!--[if lt IE 9]>
<script type="text/javascript">
window.location = "index_ie8.html";
</script>
<![endif]-->
<!-- Formatação -->
<meta charset="utf-8"/>
<!-- Adiciona o viewport para ajudar na resposividade -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- ??? -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Reset most of CSS definitions -->
<link rel="stylesheet" href="css/reset.css">
<!-- Fonte Roboto -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/button.css">
<link rel="stylesheet" href="css/cores.css">
<link rel="stylesheet" href="css/social.css">
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<div id="particles-js">
<div class="main-content">
<figure>
<img src="images/profile.jpg" alt="Avatar" class="center">
</figure>
<h1>ECr34T1v3</h1>
<h2>Or Erik Garcia if it's easier :P</h2>
<h2 style="font-style: italic">'View source code' ... What if this existed for people?</h2>
<ul class="social index">
<li><a href="https://github.com/ECr34T1v3" target="_blank"><i class="icon-github"></i></a></li>
<li><a href="https://twitter.com/ecr34t1v3" target="_blank"><i class="icon-twitter"></i></a></li>
<li><a href="https://www.instagram.com/ECr34T1v3" target="_blank"><i class="icon-instagram"></i></a></li>
<li><a href="https://www.facebook.com/TioECr34T1v3" target="_blank"><i class="icon-facebook"></i></a></li>
<li><a href="https://forum.xda-developers.com/member.php?u=6364365" target="_blank">XDA</a></li><br>
<button onclick=" window.open('home.html','_blank')" class="btn color" type="button"><span><b>Projects</b></span></button>
</ul>
<footer id="footer">© 2018 ECr34T1v3</footer>
</div>
</div>
<script src="js/particles.js"></script>
<script src="js/app.js"></script>
</body>
</html>