-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
104 lines (93 loc) · 3.64 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE HTML>
<!--
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>AnggaR96s | Angga 'R' Saputra</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<script data-ad-client="ca-pub-8161640035146760" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo">
<img src="images/me.jpg" alt="It's me lul" style="width: 100%; height: 100%; border-radius:100%;">
</div>
<div class="content">
<div class="inner">
<h1>Angga 'R' Saputra</h1>
<p>STUDENTS<br>
UPI "YPTK" Padang</p>
</div>
</div>
<nav>
<ul>
<li><a href="#work" title="Work">Work</a></li>
<li><a href="#contact" title="Contact">Contact</a></li>
<li><a href="http://build.deathrhythm.com" target="_blank" title="Project">Project</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- Work -->
<article id="work">
<h2 class="major">Musikuy</h2>
<span class="image main"><img src="images/musikuy.jpg" alt="Musikuy" /></span>
<p>Musikuy is my first Android Project</p>
<a href="https://github.com/AnggaR96s/Musikuy" class="button primary">Source</a></p>
</article>
<!-- Contact -->
<article id="contact">
<h2 class="major">Contact</h2>
<form method="post" action="mailto:[email protected]">
<div class="fields">
<div class="field half">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="4"></textarea>
</div>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" class="primary" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</form>
<ul class="icons">
<li><a href="https://twitter.com/NGGJNCK" class="icon fa-twitter" title="Twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/jnckxyz" class="icon fa-facebook" title="Facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/anggasync" class="icon fa-instagram" title="Instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/AnggaR96s" class="icon fa-github" title="Github"><span class="label">GitHub</span></a></li>
</ul>
</article>
</div>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© AnggaR96s | Design: <a href="https://html5up.net" title="HTML5 UP">HTML5 UP</a>.</p>
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>