-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (46 loc) · 2.05 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
<!DOCTYPE HTML>
<html>
<!-- Head -->
<head>
<title>About - Muhammad Abdul Royyaq</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<script src="js/skel.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
<link rel="stylesheet" href="css/style-noscript.css" />
</noscript>
</head>
<!-- Body -->
<body class="loading">
<div id="wrapper">
<div id="bg"></div>
<div id="overlay"></div>
<div id="main">
<!-- Header -->
<header id="header">
<h1>Muhammad Abdul Royyaq</h1>
<h2>An Open Source enthusiast, Big fan of GNU/Linux, Also interested in</h2>
<p>Computers • Networking • Electronics • Programming</p>
<nav>
<ul>
<li><a href="https://facebook.com/abdulroyyaqsemarangxtream" target="_blank" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://linkedin.com/in/abdul-royyaq" target="_blank" class="icon fa-linkedin"><span class="label">Linkedin</span></a></li>
<li><a href="https://github.com/abdul-royyaq" target="_blank" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto:[email protected]" target="_blank" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
<li><a href="https://abdul-royyaq.medium.com" target="_blank" class="icon fa-globe"><span class="label">Blog</span></a></li>
</ul>
</nav>
</header>
<!-- Footer -->
<footer id="footer">
<span class="copyleft"><i class="fa fa-copyright fa-flip-horizontal"></i> <script>document.write(new Date().getFullYear());</script> Muhammad Abdul Royyaq | CC BY 3.0</span>
</footer>
</div>
</div>
</body>
</html>