This repository has been archived by the owner on May 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
95 lines (77 loc) · 4.99 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
<!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,minimum-scale=1,maximum-scale=7">
<meta name="language" content="en-EN" />
<meta name="author" content="Irfan Maulana" />
<title>PHP Indonesia UXD Landing Page Prototype</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="dist/main.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-25065548-2"></script>
<script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'UA-25065548-2');</script>
<!-- GOOGLE ANALYTICS AND FRIENDS -->
<!-- <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>(adsbygoogle = window.adsbygoogle || []).push({google_ad_client: "ca-pub-5442972248172818",enable_page_level_ads: true});</script> -->
</head>
<body>
<header class="header" role="header">
<div class="header__brand brand">
<img src="UXD.jpg" alt="UXD PHP Indonesia Logo" class="brand__img">
<div class="brand__title">
DOCS.
</div>
</div>
<div class="header__nav nav">
<ul class="nav__wrapper">
<li><a href="#" class="is--active">HOME</a></li>
<li><a href="#browse">BROWSE</a></li>
<li><a href="#work">WORK</a></li>
<li><a href="#about">ABOUT</a></li>
</ul>
<a href="#write" class="nav__action">WRITE ARTICLE</a>
</div>
</header>
<section class="hero">
<div class="hero__left">
<div class="hero__title">
<b>Welcome</b> to
<br>
<strong>PHPID U.X.D</strong>, we learn UI/UX design together.
</div>
<div class="hero__subtitle">
PHPID U.X.D is a sub-community of PHP Indonesia that focused on UI/UX design.
<br>
If you have some question about UX/UI Design then you can find it here.
</div>
<div class="hero__input input">
<input type="text" class="input__text" placeholder="Ask your question here...">
<button class="input__btn">SEARCH</button>
</div>
</div>
<div class="hero__right">
</div>
</section>
<main class="main" role="main">
</main>
<footer class="footer" role="footer">
<img src="UXD.jpg" alt="UXD PHP Indonesia Logo">
<div class="footer__title">PHPID U.X.D</div>
<div class="footer__text">
Copyright © 2017. All right reserved
</div>
<div class="footer__text">
Made with <i class="fa fa-heart" aria-hidden="true"></i> by PHPID U.X.D
</div>
</footer>
<!-- GOOGLE ANALYTICS AND FRIENDS -->
<!-- <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5442972248172818" data-ad-slot="1487770485" data-ad-format="auto"></ins>
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script> -->
<script type="application/ld+json">{"@context":"http://schema.org","@type":"WebSite","url":"https://www.mazipan.github.io/","name":"Irfan Maulana | Front End Developer","author":"Irfan Maulana","image":"http://mazipan.github.io/images/irfan-maulana.jpg","description":"Irfan Maulana is Front End Developer from Indonesia - Man that craft some code to build a beauty and readable code, experienced in web and desktop technology.","sameAs":["https://www.facebook.com/mazipanneh","https://instagram.com/maz_ipan","https://twitter.com/Maz_Ipan","https://id.linkedin.com/in/irfanmaulanamazipan","https://www.slideshare.net/IrfanMaulana21","https://github.com/mazipan"]}</script> <script type="application/ld+json">{"@context":"http://schema.org","@type":"Person","email":"mailto:[email protected]","image":"http://mazipan.github.io/images/irfan-maulana.jpg","jobTitle":"Software Engineer","name":"Irfan Maulana","url":"https://www.mazipan.github.io/","sameAs":["https://www.facebook.com/mazipanneh","https://instagram.com/maz_ipan","https://twitter.com/Maz_Ipan","https://id.linkedin.com/in/irfanmaulanamazipan","https://www.slideshare.net/IrfanMaulana21","https://github.com/mazipan"]}</script>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"http://mazipan.github.io/","name":"Home","image":"http://mazipan.github.io/images/irfan-maulana.jpg"}},{"@type":"ListItem","position":2,"item":{"@id":"http://mazipan.github.io/demo/","name":"Demo","image":"http://mazipan.github.io/images/irfan-maulana.jpg"}},{"@type":"ListItem","position":3,"item":{"@id":"http://mazipan.github.io/phpid-uxd-landingpage-prototype","name":"phpid-uxd-landingpage-prototype","image":"http://mazipan.github.io/images/irfan-maulana.jpg"}}]}</script>
</body>
</html>