-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
325 lines (289 loc) · 11.5 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
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
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="StarWarsIntro.css : The Star Wars Intro Crawl in Pure CSS" />
<meta property="og:description" content="Make great intros to awesome Star Wars tools online. Use StarWarsIntro.css to create The Star Wars Intro Crawl effect." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://polarnotion.github.io/starwarsintro/" />
<meta property="og:image" content="http://polarnotion.github.io/starwarsintro/star-wars-intro-crawl-image.jpg" />
<link rel="shortcut icon" type="image/png" href="favicon.png"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="starwarsintro.css">
<title>Star Wars Intro</title>
<style type="text/css">
body, h1, h2, h3, h4, h5, h6, p, a, td, li, .btn {
font-family: 'Lato', Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.pad {
padding: 60px 10px;
}
.container {
max-width: 900px;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
}
h1 {
font-size: 45px;
line-height: 55px;
}
h2 {
font-size: 35px;
line-height: 45px;
margin-top: 60px;
}
footer {
background-color: #111;
padding: 40px 20px;
color: white;
}
footer a {
color: white;
}
footer a:hover,
footer a:active,
footer a:focus {
color: white;
text-decoration: none;
opacity: .7;
}
.btn-white-outline {
background-color: transparent;
border-color: white;
border-width: 2px;
color: white;
}
.btn.btn-white-outline:hover,
.btn.btn-white-outline:active,
.btn.btn-white-outline:focus {
background-color: white;
border-color: white;
color: #FF5E52;
box-shadow: none;
}
.btn-primary-outline {
background-color: transparent;
border-color: #FF5E52;
border-width: 2px;
color: #FF5E52;
}
.container-md {
max-width: 500px;
}
.download-wrapper {
position: absolute;
right: 15px;
top: 15px;
z-index: 999999999;
}
.btn-outline {
border: 2px solid #EBD71C;
color: #EBD71C;
font-weight: bold;
text-transform: uppercase;
padding: 10px 20px;
}
.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
background-color: #EBD71C;
color: black;
}
</style>
</head>
<body>
<!-- <div class="download-wrapper">
<a href="starwarsintro.css.zip" class="btn btn-outline">Download CSS</a>
</div> -->
<div class="star-wars-intro">
<!-- Blue Intro Text -->
<p class="intro-text">
A few days ago, during...
</p>
<!-- Logo Image or Text goes in here -->
<h2 class="main-logo">
<img src="img/star-wars-intro.png">
</h2>
<!-- All Scrolling Content Goes in here -->
<div class="main-content">
<div class="title-content">
<p class="content-header">StarWarsIntro.css<br>A New Crawl</p>
<br>
<p class="content-body">
After years of galactic silence, civilization is on the brink of more Star Wars movies. Now, with the Force already awaken, the people of Earth seek solace in creating websites, memes, and presentations that need the intro crawl we've come to know and love. Make cooler stuff, faster, with our simple CSS library for the Star Wars Intro Crawl.
</p>
<br>
<!-- button or link or whatever -->
<a href="#welcome" class="space-button">Download StarWarsIntro.css</a>
</div>
</div>
</div>
<section id="welcome">
<div class="container">
<div class="pad">
<h1 class="text-center">StarWarsIntro.css</h1>
<p class="text-center lead">A CSS Library for the Star Wars Intro Crawl</p>
<p class="text-center">
<a href="starwarsintro.css.zip" class="btn btn-outline">Download CSS</a>
<a href="https://www.producthunt.com/tech/starwarsintro-css" target="_blank" class="btn btn-outline">Product Hunt</a>
</p>
<h2 id="examples">What is this?</h2>
<p class="lead">Star Wars Intro is a small CSS Library to build your own Star Wars-esk intro. Use it for a movie marathon you're hosting, a browser game intro, a fan site, or pretty much anything else. If you're not interested in Star Wars and/or think it's lame, we've included <a href='https://www.youtube.com/watch?v=dQw4w9WgXcQ' target="_blank">something you might find interesting.</a></p>
<h2 id="requirements">Requirements</h2>
<div class="row">
<div class="col-sm-6">
<p class="lead">To install the Star Wars Into you'll need:</p>
<ul class="lead">
<li>HTML</li>
<li>CSS</li>
</ul>
</div>
<div class="col-sm-6">
<blockquote class="lead">
That's right, the Star Wars Intro doesn't require and javascript or other dependancies.
</blockquote>
</div>
</div>
<h2 id="install">Installation</h2>
<p class="lead">The installation process is simple. <b><a href='starwarsintro.css.zip'>Download the css file</a></b> and <b><a href="#install_html">add the html sample</a></b>. You can put anything you want inside of the 'content-body'. The CSS will do the rest.</p>
<pre id="install_html" class="well">
<!-- Place in document head -->
<link rel="stylesheet" href="/path/to/starwarsintro.css">
<!-- Place in Body where you'd like intro to appear -->
<div class="star-wars-intro">
<!-- Blue Intro Text -->
<p class="intro-text">
A few days ago, during...
</p>
<!-- Logo Image or Text goes in here -->
<h2 class="main-logo">
<img src="img/star-wars-intro.png">
</h2>
<!-- All Scrolling Content Goes in here -->
<div class="main-content">
<div class="title-content">
<p class="content-header">EPISODES IV-VI<br/>A Movie Marathon</p>
<br>
<p class="content-body">
After years of galactic silence, civilization is on the brink of a new Star Wars release. Now, with the Force preparing to awaken, the people of Earth seek solace in films of old. With nowhere to turn, they gather in great numbers and watch the original trilogy without rest. Three films. 6 hours. 24 minutes. Popcorn. Slushies. Total elation.
</p>
<!-- button or link or whatever -->
<a href="./StarScroll.zip" class="space-button">Download The Code Now!</a>
</div>
</div>
</div></pre>
<div class="text-center">
<em class="lead">May the Force be with you</em>
</div>
</div>
</div>
</section>
<section id="subscription_footer">
<style type="text/css">
#subscription_footer {
padding: 40px;
background-color: #222;
color: white;
}
#subscription_footer label {
color: white;
text-transform: uppercase;
font-size: 12px;
}
#subscription_footer h2 {
color: white;
}
#subscription_footer h2::after {
content: " ";
border-bottom: 1px solid white;
width: 100px;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
padding-bottom: 10px;
}
#subscription_footer .btn-white-outline.btn-lg {
text-transform: uppercase;
}
#subscription_footer .btn-white-outline.btn-lg:hover,
#subscription_footer .btn-white-outline.btn-lg:active {
color: #222;
text-transform: uppercase;
}
</style>
<div class="container container-md">
<h2 class="text-center">Get more free plugins.</h2>
<p class="text-center text-white lead">Let us send more free stuff, right to your inbox.</p>
<form class="jotform-form" action="https://submit.jotformpro.com/submit/61093322709958/" method="post" name="form_61093322709958" id="61093322709958" accept-charset="utf-8">
<input type="hidden" name="formID" value="61093322709958" />
<div class="form-all">
<div class="form-section page-section">
<!-- <div class="form-line form-group" data-type="control_textbox" id="id_4">
<label class="form-label form-label-top" id="label_4" for="input_4"> Name </label>
<div id="cid_4" class="form-input-wide jf-required">
<input type="text" class="form-control form-textbox" data-type="input-textbox" id="input_4" name="q4_name" size="20" value="" />
</div>
</div> -->
<div class="form-line form-group jf-required" data-type="control_email" id="id_3">
<label class="form-label form-label-top" id="label_3" for="input_3"> Email <span class="form-required"> * </span></label>
<div id="cid_3" class="form-input-wide jf-required">
<input type="email" class="form-control form-textbox validate[required, Email]" id="input_3" name="q3_email3" size="30" value="" />
</div>
</div>
<div class="form-line form-group text-center" data-type="control_button" id="id_2">
<div id="cid_2" class="form-input-wide">
<div class="form-buttons-wrapper">
<button id="input_2" type="submit" class="form-submit-button btn btn-white-outline btn-lg"> Submit </button>
</div>
</div>
</div>
<div style="display:none">
Should be Empty: <input type="text" name="website" value="" />
</div>
</div>
</div>
<input type="hidden" id="simple_spc" name="simple_spc" value="61093322709958" />
<script type="text/javascript"> document.getElementById("si" + "mple" + "_spc").value = "61093322709958-61093322709958"; </script>
</form>
</div>
</section>
<footer class="text-center">
<div class="container">
<iframe src="https://ghbtns.com/github-btn.html?user=polarnotion&repo=starwarsintro&type=star&count=true" frameborder="0" scrolling="0" width="120px" height="20px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=polarnotion&type=follow&count=true&size=small" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
<br>
<br>
<p>
<a href="http://polarnotion.com/?ref=starwarsintro" class="text-white" target="_blank">
Built by Polar Notion
<br>
<em>Go Boldly Forward</em>
</a>
</p>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<script type="text/javascript">
$(function() {
$('a[href*="#"]:not([href="#"])').click(function() {
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html, body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
</script>
</body>
</html>