-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuttons.html
278 lines (204 loc) · 6.72 KB
/
buttons.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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="text/html; charset=utf-8; initial-scale=1.0; maximum-scale=1.0; width = device-width;" http-equiv="Content-Type" />
<title>Learn App Development/Programming at Holy Rosary!</title>
<link href="css/holy_rosary.css" rel="stylesheet" type="text/css" />
<link href="css/m-styles.min.css" rel="stylesheet" type="text/css" />
<link href="css/m-buttons.min.css" rel="stylesheet" type="text/css" />
<link href="css/m-icons.min.css" rel="stylesheet" type="text/css" />
<script src="js/jquery-1.3.2.min.js"></script>
<script src="js/TweenMax.min.js" type="text/javascript"></script>
<script src="js/jquery.spritely-0.6.1.js"></script>
<!-- This is for the ipad. Check it there too. -->
<style>
#container {
width:200px;
height:100%;
position:absolute;
top:80%;
right:100%;
}
#bird {
background: transparent url(img/bird-forward-back.png) 0 0 no-repeat;
position: absolute;
top: -70px;
left: 5px;
width: 180px;
height: 123px;
z-index: 2000;
cursor: pointer;
}
@font-face {
font-family: 'DestroyRegular';
src: url('fonts/DESTROY_-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SFToontimeBold';
src: url('fonts/SF_Toontime_Bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'brady_bunch_remasteredregular';
src: url('fonts/bradbunr-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SourceCodeProLight';
src: url('fonts/SourceCodePro-Light-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'PatagoniaRegular';
src: url('fonts/Patagonia-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AaarghNormal';
src: url('fonts/Aaargh-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
</style>
<script type="text/javascript">
(function($) {
$(document).ready(function() {
$('#bird')
.sprite({fps: 9, no_of_frames: 3})
.spRandom({top: 0, bottom: 0, left: 800, right: 800})
.isDraggable()
.activeOnClick()
.active();
//$('body').flyToTap();
});
})(jQuery);
</script>
<script>
function animateText() {
var arr = new Array();
$('li').each(function(i) {
$(this).css('margin-left', 50*i+'px')
arr.push(this);
})
TweenMax.staggerTo(arr,.1,{scale:0});
TweenMax.staggerTo(arr,.5,{scale:1.2, left:"-=50px", autoAlpha:1,delay:.5},1.5);
}
function BlockMove(event) {
// Tell Safari not to move the window.
event.preventDefault() ;
}
</script>
</head>
<body ontouchmove="BlockMove(event)">
<!-- These divs are used for anchor-jumps with the pseudoclass :target -->
<div id="a1">
<div id="a2">
<div id="a3">
<div id="a4">
<!-- Top Navigation. Ya, tables are evil. -->
<table>
<tbody><tr>
<td><a id="p1" href="#a1">what</a></td>
<td><a id="p2" href="#a2" onclick="animateText()">why</a></td>
<td><a id="p3" href="#a3">when</a></td>
<td><a id="p4" href="#a4">how</a></td>
</tr>
</tbody></table>
<!-- Fallback -->
<div class="page" id="i0">
<h1>Your browser can't view our cool slideshow! Please check us out on a browser made in the last decade :)</h1>
</div>
<!-- First Page #a1 -->
<div class="page" id="i1">
<a class="backbutton" href="#a3"></a>
<a class="nextbutton" href="#a2"></a>
<!-- begin the POPUP for details -->
<div id="detailContainer">
<div id="detailPopup">
<div id="subjects">
<h1>The Subjects</h1>
<p>We'll begin with the basics of programming. We'll discuss concepts such as:</p>
<ul>
<li>variables</li>
<li>functions</li>
<li>arrays</li>
<li>loops</li>
<li>syntax</li>
</ul>
<p>The world of programming is vast, so we'll focus on a technology and its 3 languages
you can use to build web, desktop, and mobile apps quickly: HTML5. HTML5 apps consist of 3 parts.</p>
<ul>
<li>html</li>
<li>javascript</li>
<li>css</li>
</ul>
<p></p>
</div>
<div id="tools">
<h1>The Tools</h1>
<p></p>
<p></p>
<p></p>
</div>
<div id="challenge">
<h1>The Challenge</h1>
<p></p>
<p></p>
<p></p>
</div>
</div>
</div>
<!-- end of the POPUP for details -->
<div id="intro1" class="intro1">
<div id="container">
<div id="bird"></div>
</div>
<p style="width:120%">Come be part of something <font style="color: #CC3300;font-size:larger; font-family:'DestroyRegular'"><b>uber cool!</b></font></p>
<p style="color:purple;font-family:'PatagoniaRegular'; text-align:center;font-weight:bolder;"> Join our programming/app development group at Holy Rosary.</p>
<p style="width:120%">Lead by kindergarten mom Stacey Reiman, developer of 20 different educational and children's game apps across the app universe.</p>
<div style="margin-left:200px;width:100%;margin-top:-20px;" >
<form>
<a class="m-btn purple big">Read details here! <i class="m-icon-big-swapright m-icon-white"></i></a>
</form>
</div>
</div>
</div>
<!-- Second Page #a2 -->
<div class="page" id="i2">
<a class="backbutton" href="#a1"></a>
<a class="nextbutton" href="#a3"></a>
<div id="intro2" class="intro2">
<ul id="textlist" style="visibility:hidden;text-align:left;margin-left:200px;margin-top:20px;line-height:190%;">
<li>Use your brain</li>
<li>Create cool stuff</li>
<li>Explore new horizons</li>
<li>Learn marketable skills</li>
<li>Develop for friends and family</li>
<li>Programming is FUN!</li>
</ul>
</div>
</div>
<!-- Third Page #a3 -->
<div class="page" id="i3">
<a class="backbutton" href="#a2"></a>
<a class="nextbutton" href="#a4"></a>
<div id="intro3" class="intro3"><p></p>Ms. Neumayr and I have batted around the idea of <font style="font-family:'PatagoniaRegular'">Saturday mornings</font>, as we know you guys are all really busy after school.</p><p style="margin-left:150px;margin-top:50px;"> Please let Ms. Neumayr know if you have a strong preference for a different day, or a time on Saturday...</p></div>
</div>
<!-- Third Page #a3 -->
<div class="page" id="i4">
<a class="backbutton" href="#a3"></a>
<a class="nextbutton" href="#a1"></a>
<div id="intro4" class="intro4"><p>Signing up is easy!</p>
<p>Just tell somebody in the office</p><p style="text-align:center; font-size:200%;font-family:'PatagoniaRegular'"> "hey I want to be part of that cool programming group!"</p>
</p>
</div>
</div>
<!-- The End -->
</body>
</html>