-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
200 lines (172 loc) · 7.03 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!doctype html>
<html lang="en">
<head>
<meta name="robots" content="index, follow"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<title>Irfan Maulana | Journey To The Frontend World</title>
<meta name="language" content="id-ID"/>
<meta name="author" content="Irfan Maulana"/>
<link rel="author" href="https://plus.google.com/u/0/+irfanmaulana-mazipan/posts"/>
<link rel="publisher" href="https://plus.google.com/u/0/+irfanmaulana-mazipan"/>
<meta property="og:title" content="Irfan Maulana | Journey To The Frontend World" />
<meta property="og:description" content="Journey To The Frontend World by Irfan Maulana"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:site" content="@maz_ipan"/>
<meta name="twitter:creator" content="@maz_ipan"/>
<meta name="twitter:title" content="Irfan Maulana | Journey To The Frontend World"/>
<meta name="twitter:description" content="Journey To The Frontend World by Irfan Maulana"/>
<link rel="stylesheet" type="text/css" href="https://mazipan.github.io/build/dist/site.min.css">
<style>
.header__title{
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
font-style: normal;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-25065548-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="site">
<header role="header" class="site__header header" id="home">
<div class="header__wrapper">
<div class="header__brand">
<a href="https://mazipan.github.io/demo/">
<img src="https://mazipan.github.io/images/irfan-maulana.jpg" alt="Irfan Maulana" title="Irfan Maulana"/>
</a>
<div class="header__title">
Journey To The Frontend World
</div>
</div>
</div>
</header>
<main role="main" class="site__main main">
<article class="main__wrapper">
<section class="main__demo demo">
<div class="demo__wrapper">
<div class="demo__title">
<span>Index Part</span>
</div>
<div class="demo__item">
<ul>
<li>
<a href="./part-1/index.html"
onclick="_trackLink('demo frontend-world-part-1', 'demo', 'visit')">
Part 1 - The Skeleton
</a>
</li>
<li>
<a href="./part-2/index.html"
onclick="_trackLink('demo frontend-world-part-2', 'demo', 'visit')">
Part 2 - The Cosmetic
</a>
</li>
<li>
<a href="./part-2/index-with-framework.html"
onclick="_trackLink('demo frontend-world-part-2', 'demo', 'visit')">
Part 2 - The Cosmetic (with Framework)
</a>
</li>
<li>
<a href="./part-3/index.html"
onclick="_trackLink('demo frontend-world-part-3', 'demo', 'visit')">
Part 3 - JS SIMPLE LOGIC
</a>
</li>
<li>
<a href="./part-3/index.html"
onclick="_trackLink('demo frontend-world-part-3', 'demo', 'visit')">
Part 3 - The Machine
</a>
</li>
<li>
<a href="./part-4/index.html"
onclick="_trackLink('demo frontend-world-part-4', 'demo', 'visit')">
Part 4 - The Baby
</a>
</li>
</ul>
</div>
</div>
</div class="demo__wrapper">
<img src="http://blog.debugme.eu/wp-content/uploads/2016/01/great-frontend.png" alt="Frontend Journey" />
<div>
</section>
</article>
</main>
<footer role="footer" class="site__footer footer">
<div class="footer__wrapper">
<div class="footer__text">
<span>Crafted with <i class="fa fa-heart-o"></i> by Irfan Maulana</span>
</div>
<ul class="footer__list">
<li class="footer__icon footer__icon--facebook">
<a rel="nofollow" href="https://www.facebook.com/mazipanneh">
<i class="fa fa-facebook-square"></i>
</a>
</li>
<li class="footer__icon footer__icon--twitter">
<a rel="nofollow" href="https://twitter.com/Maz_Ipan">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="footer__icon footer__icon--instagram">
<a rel="nofollow" href="https://instagram.com/maz_ipan">
<i class="fa fa-instagram"></i>
</a>
</li>
<li class="footer__icon footer__icon--linkedin">
<a rel="nofollow" href="https://id.linkedin.com/in/irfanmaulanamazipan">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li class="footer__icon footer__icon--slideshare">
<a rel="nofollow" href="https://www.slideshare.net/IrfanMaulana21">
<i class="fa fa-slideshare"></i>
</a>
</li>
<li class="footer__icon footer__icon--github">
<a rel="nofollow" href="https://github.com/mazipan">
<i class="fa fa-github"></i>
</a>
</li>
<li class="footer__icon footer__icon--wordpress">
<a rel="nofollow" href="https://mazipanneh.wordpress.com/">
<i class="fa fa-wordpress"></i>
</a>
</li>
<li class="footer__icon footer__icon--paypal">
<a rel="nofollow" href="https://www.paypal.me/mazipan">
<i class="fa fa-paypal"></i>
</a>
</li>
</ul>
</div>
</footer>
<script>
function _trackLink(linkClick, category, action){
if(!category) category = 'Link';
if(!action) action = 'click';
ga('send', {
hitType: 'event',
eventCategory: category,
eventAction: action,
eventLabel: linkClick
});
}
window.onload = function(){
try{
_trackLink('demo frontend', 'demo', 'visit directly');
}catch(err){}
};
</script>
<script src="https://use.fontawesome.com/89344806bd.js"></script>
<script src="https://mazipan.github.io/library/g-adsense.js"></script>
</body>
</html>