forked from ryan-andri/ryan-andri.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (38 loc) · 1.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Ryan Andri</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="images/favicon.ico">
</head>
<body>
<div id="particles-js">
<div class="main-content">
<figure>
<img src="images/profile_img.ico" alt="Ryan Andri">
</figure>
<h1>Ryan Andri</h1>
<h2>Rainforce279</h2>
<h3>Linux and Android Enthusiast<br><br>
Informatics Engineering Student<br><br>
Indonesia - Palembang</h3>
<ul class="social">
<li><a href="https://github.com/ryan-andri" target="_blank"><i class="icon-github"></i></a></li>
<li><a href="https://www.instagram.com/ryan.andri" target="_blank"><i class="icon-instagram"></i></a></li>
<li><a href="https://www.facebook.com/ryanandri07" target="_blank"><i class="icon-facebook"></i></a></li>
<li><a href="https://forum.xda-developers.com/member.php?u=5250109" target="_blank">XDA</a></li>
</ul>
</div>
<footer id="footer">
© 2019 Ryan Andri
</footer>
</div>
<script src="js/particles.js"></script>
<script src="js/app.js"></script>
</body>
</html>