-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
136 lines (111 loc) · 5.85 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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta content="utf-8" http-equiv="Content-Encoding"/>
<meta charset="utf-8" content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes, shrink-to-fit=no"/> -->
<meta name="description" content="Parkour Academy"/>
<meta name="keywords" content=""/>
<meta name="author" content="Daniele Orlando <[email protected]>"/>
<title>OpenMove | Parkour Academy</title>
<!-- The base URL/target for all relative URLs in a document. -->
<!-- <base href="https://domain/path/"/> -->
<link rel="stylesheet" href="/styles/style.css"/>
<!-- <link rel="alternate" type="application/atom+xml" title="{title} Atom Feed" href="{url}"/> -->
<link rel="icon" type="image/png" href="/favicons/favicon.png"/>
<link rel="shortcut icon" type="image/png" sizes="16x16" href="/favicons/favicon-16.png"/>
<link rel="shortcut icon" type="image/png" sizes="32x32" href="/favicons/favicon-32.png"/>
<link rel="author" href="mailto:[email protected]"/><!-- mailto: or link. -->
</head>
<body>
<div id="Hero">
<video id="Hero-Video"
autoplay="true"
preload="none"
loop="true"
muted="true"
poster="/contents/hero-poster.jpg"
onended-off="this.currentTime = 0; this.play()">
<!-- webm source should be declared before mp4 due to a bug in old Chrome versions. -->
<source type="video/webm" src-off="/contents/hero.webm"/>
<source type="video/mp4" src-off="/contents/hero.mp4"/>
</video>
<div id="Hero-Content">
<div class="Wip">
<div class="BrandLogo">
<i class="BrandLogo-Emblem icon-logo"></i>
<div class="BrandLogo-Script">
<span>open</span>
<span>move</span>
</div>
<div class="BrandLogo-Subscript">parkour•add academy</div>
</div>
<div class="Wip-Box">
<div class="Wip-Intro">
<span>Seguici o Contattaci</span>
<br/>
<span>su</span>
</div>
<a class="Wip-Card Facebook" href="https://www.facebook.com/openmoveasd/">
<div class="Wip-Head">
<span class="Wip-Title">Facebook</span>
</div>
<div class="Wip-Body">
<div class="Wip-Picture" style="background-image: url('/contents/1e8e89.jpg');">
</div>
</div>
</a>
<a class="Wip-Card YouTube" href="https://www.youtube.com/user/OpenMove">
<div class="Wip-Head">
<span class="Wip-Title">YouTube</span>
</div>
<div class="Wip-Body">
<div class="Wip-Picture" style="background-image: url('/contents/a3cf72.jpg');">
</div>
</div>
</a>
<a class="Wip-Card Instagram" href="https://www.instagram.com/openmove_gram/">
<div class="Wip-Head">
<span class="Wip-Title">Instagram</span>
</div>
<div class="Wip-Body">
<div class="Wip-Picture" style="background-image: url('/contents/67a3e0.jpg');">
</div>
</div>
</a>
</div>
</div>
<!-- <img id="HeroPlay" src="/theme/icon-play.svg" style="transition: transform 100ms; transform: rotateZ(720deg) scaleX(1.2) scaleY(1.2);"/> -->
</div>
</div>
<script src="/vendor/modernizr.js" async defer></script>
<script src="/scripts/main.js" async defer></script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "LocalBusiness",
"name": "<Title>",
"telephone": "<Phone>",
"email": "<Email>",
"address": {
"@type": "PostalAddress",
"streetAddress": "Via Marrucina, 128",
"addressLocality": "Guardiagrele (Chieti)",
"addressRegion": "Abruzzo",
"addressCountry": "Italia",
"postalCode": "66016"
},
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": {
"@type": "DayOfWeek",
"name": "Lunedì, Martedì, Mercoledì, Giovedì, Venerdì"
},
"opens": "09:00",
"closes": "20:00"
}
}
</script>
</body>
</html>