-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (58 loc) · 2.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>More about me. @apriandanilus</title>
<link href="css/sequence-theme.basic.css" rel="stylesheet" media="all">
<!-- <link href="https://fonts.googleapis.com/css?family=Crimson+Text|Lato:700" rel="stylesheet"> -->
<style>
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div id="sequence" class="seq">
<div class="seq-screen">
<ul class="seq-canvas">
<li class="seq-step1" id="step1">
<div class="seq-content">
<h2 data-seq class="seq-title">About Me. </h2>
<!-- <h3 data-seq class="seq-subtitle">The responsive CSS animation framework</h3> -->
<h4 data-seq class="seq-subtitle">
Hi! My name is Apriandana Ilus <br>
A Programmer & Startup Enthusiast
</h4>
</div>
</li>
<li class="seq-step2" id="step2">
<div class="seq-content">
<h2 data-seq class="seq-title">Things I corncerned about.</h2>
<h4 data-seq class="seq-subtitle">
Eduation, Technology, Education and Technology.
</h4>
</div>
</li>
<li class="seq-step3" id="step3">
<div class="seq-content">
<h2 data-seq class="seq-title">Something you might not want to know</h2>
<h3 data-seq class="seq-subtitle">I Play football and still hoping for at least playing in semipro league. <br> I cook and wash my dishes. <br> I run at least 1 miles a day. </h3>
</div>
</li>
</ul>
</div>
<ul rel="sequence" class="seq-pagination" role="navigation" aria-label="Pagination">
<li><a href="#step1" rel="step1" title="Go to slide 1">Powered by Sequence.js</a></li>
<li><a href="#step2" rel="step2" title="Go to slide 2">Create Unique Animated Themes</a></li>
<li><a href="#step3" rel="step3" title="Go to slide 3">Rapid Development of Step-Based Animated Applications</a></li>
</ul>
</div>
<script src="scripts/imagesloaded.pkgd.min.js"></script>
<script src="scripts/hammer.min.js"></script>
<script src="scripts/sequence.min.js"></script>
<script src="scripts/sequence-theme.basic.js"></script>
</body>
</html>