-
Notifications
You must be signed in to change notification settings - Fork 0
/
revealmenu.html
181 lines (138 loc) · 6.95 KB
/
revealmenu.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
<!doctype html>
<html lang="en" class="menu-overlay">
<head>
<link rel="icon" href="http://emojipedia-us.s3.amazonaws.com/cache/ff/e5/ffe53f17871d428dfd67720ad00b659e.png">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title> + 💩 = 💀</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="reveal/css/menu/reveal-mod-menu.css">
<link rel="stylesheet" href="reveal/css/menu/2001-mod-menu.css" id="theme">
<!-- CUSTOM -->
<link rel="stylesheet" href="reveal/css/styling.css">
<link rel="stylesheet" href="reveal/css/menu/menu-overlay.css">
<link rel="stylesheet" href="reveal/css/media2.css">
<link rel="stylesheet" type="reveal/text/css" media="only screen and (max-device-width: 480px)" href="reveal/css/media2.css" />
<link rel="stylesheet" media="all" href="reveal/css/media2.css">
<!-- PLUGINS -->
<link rel="stylesheet" href="reveal/lib/ven/animateCSS/animate.min.css">
<link rel="stylesheet" href="reveal/lib/ven/animateCSS/animate.css">
<link rel="stylesheet" href="ven/font-awesome/css/font-awesome.min.css">
<!-- Overlay -->
<link rel="stylesheet" href="reveal/lib/ven/overlay/overlay.css">
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
<style>
.reveal.overview {
/* -webkit-perspective-origin: 50% 50%; */
/* perspective-origin: 50% 50%; */
/* -webkit-perspective: 700px; */
/* perspective: 700px; */
visibility: hidden;
display: inherit;
}
.slides {
width: 260%;
height: 260%;
}
</style>
</head>
<body class="menu-overlay animated fadeIn">
<div class="reveal">
<div class="slides">
<section class="headers animated fadeIn" data-background="rgba(0, 0, 255, 0.35)" data-state="nikeACG" style="top: 0;">
<!--rgba(0, 0, 255, 0.5), rgba(30,32,43,0.7), rgba(47, 59, 68, 0.7)-->
<div class="menu-overlay header">
<h2 class="headers">
<img class="menu-overlay icon pHolder logo animated pulse" src="http://emojipedia-us.s3.amazonaws.com/cache/06/ef/06ef6b773082d0e98439c4e0b8c9dee6.png" alt="placeholder icon logo" style="opacity:0.5;width:0.75em;padding-left:3px;"> Site-map
</h2>
<nav class="menu">
<ul class="nav">
<li><a class="nav fade-Out" href="index.html#/showcase">Showcase</a></li>
<li><a class="nav fade-Out" href="index.html#/awards">Awards</a></li>
<br />
<li><a class="nav fade-Out" href="index.html#/mentions">Press</a></li>
<li><a class="nav fade-Out" href="index.html#/workshops">Workshops</a></li>
<br />
<li><a class="nav fade-Out" href="index.html#/contact">Get Advice</a></li>
<li><a class="nav fade-Out" href="index.html#/what-we-do">What we do</a></li>
</ul>
</nav>
</div><!-- End of menu-overlay header -->
<div class="menu-overlay coreContent">
<h3 class="info">Info</h3>
<h5 class="info">
<ul class="info">
<li><a class="info selected fade-In" href="index.html">Home</a></li>
<li><a class="info selected fade-In" href="index.html#/about">About Us</a></li>
<li><a class="info fade-In" href="index.html#/tiny">Disclaimer</a></li>
<li><a class="info fade-In" href="index.html#/look-at-the-bottom-right-corner"><i class="fa fa-arrows-alt" aria-hidden="true"></i> <i class="fa fa-keyboard-o" aria-hidden="true"></i> CTRLs</a></li>
</ul>
</h5>
</div><!-- End of coreContent -->
<div class="menu-overlay foot">
<div class="footSection left">
<h6 class="data tinyPrint">
<span class="copy icon">©</span> <span class="copy date">2016</span> <span class="name connie">Connie Leung</span>
</h6>
</div>
<div class="footSection right">
<h6 class="data contact">
<ul class="contact">
<li>
<a class="data email" href="mailto:info@company.com?subject=Let's%20Collaborate&body=Hey-Company-I've-got-an-idea-...">info@company.com</a>
</li>
<li>
Auto Updates
</li>
</ul>
</h6>
</div>
</div><!-- End of foot -->
</section>
</div><!-- End of Slides -->
<!-- Custom Navigations -->
<!-- Top Right Corner Hamburger -->
<aside class="control-menu-overlay" style="display: block;">
<a onclick="goBack()" href="index.html" data-preview-link>
<img src="reveal/assets/img/cross.png" />
</a>
</aside>
<!-- history.back() Syntax = button + onclick="goBack()" -->
<script>
function goBack() {
window.history.back();
}
</script>
</div><!-- End of Reveal -->
<!-- Optional libraries for code syntax highlighting and classList support in IE9 -->
<script src="reveal/lib/js/head.min.js"></script>
<script src="reveal/js/reveal.js"></script>
<script src="reveal/js/bg-iframe.js"></script>
<!-- Overlay -->
<script src="reveal/lib/ven/overlay/modernizr.overlay.js"></script>
<script src="reveal/lib/ven/overlay/classie.js"></script>
<script src="reveal/lib/ven/overlay/overlay.js"></script>
<script>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: false,
progress: false,
history: false,
center: false,
transition: 'slide', // none/fade/slide/convex/concave/zoom
// Optional reveal.js plugins
dependencies: [
{ src: 'reveal/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'reveal/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
//{ src: 'reveal/plugin/zoom-js/zoom.js', async: false },
//{ src: 'reveal/plugin/notes/notes.js', async: true }
]
});
</script>
</body>
</html>