-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (59 loc) · 3.16 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
<!doctype html>
<html lang="pt-br" prefix="og: http://ogp.me/ns#">
<head>
<!-- SEO -->
<title>Hippie Elements</title>
<meta name="description" content="#fantastic-ui #a11y #atomic-design #awd #reusable #tdd #customize #wpo #progressive #webcomponents #polymer">
<meta name="robots" content="index,follow">
<!-- configs -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- favicons -->
<link rel="icon" href="favicon.png">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:title" content="Hippie Elements">
<meta property="og:description" content="#fantastic-ui #a11y #atomic-design #awd #reusable #tdd #customize #wpo #progressive #webcomponents #polymer">
<meta property="og:url" content="https://hippie-elements.github.io/">
<meta property="og:image" content="https://hippie-elements.github.io/src/images/lhippie-logo.png">
<!-- Twitter Cards -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Hippie Elements">
<meta name="twitter:description" content="#fantastic-ui #a11y #atomic-design #awd #reusable #tdd #customize #wpo #progressive #webcomponents #polymer">
<meta name="twitter:url" content="https://hippie-elements.github.io/">
<meta name="twitter:image" content="https://hippie-elements.github.io/src/images/lhippie-logo.png">
<!-- styles -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css">
<!-- fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400">
<link href="https://fonts.googleapis.com/css?family=Shadows+Into+Light" rel="stylesheet">
<!-- polyfill -->
<script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<!-- components -->
<link rel="import" href="bower_components/github-corner/github-corner.html">
<link rel="import" href="bower_components/made-with-heart/made-with-heart.html">
<link rel="import" href="assets/styles/leaf-theme.html">
</head>
<body>
<!-- Github
=========================================== -->
<github-corner href="https://github.com/hippie-elements/hippie-elements.github.io"></github-corner>
<!-- header
=========================================== -->
<header class="header">
<img src="assets/images/hippie-logo.png" class="logo">
<h1 class="heading-lv1">What is the <span class="hippie-txt">Hippie Elements</span>?</h1>
<h2 class="heading-lv2">#UseThePlatform</h2>
<h3 class="heading-lv3">#fantastic-ui #a11y #atomic-design #awd #reusable #tdd #customize #wpo #progressive #webcomponents #polymer</h3>
<a href="https://github.com/hippie-elements" target="_blank" class="btn">Discover elements</a>
</header>
<!-- footer
=========================================== -->
<footer class="footer">
<made-with-heart href="https://github.com/afonsopacifer">Afonso Pacifer</made-with-heart>
</footer>
<!-- scritps
=========================================== -->
<!-- <script src=""></script> -->
</body>
</html>