-
Notifications
You must be signed in to change notification settings - Fork 136
/
index.html
233 lines (212 loc) · 9.04 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>Δ.js</title>
<script type="text/javascript" src="dist/anything.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.6/semantic.min.css"/>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.6/semantic.min.js"></script>
<script>
var anything = Δ;
$(document).ready(function() {
$('.ui.sidebar').sidebar('attach events', '.toc.item');
});
</script>
<style type="text/css">
.hidden.menu {
display: none;
}
.masthead.segment {
min-height: 700px;
padding: 1em 0em;
}
/*
this is the masthead CSS, it is quite important, as it is, well like I said, the masthead
(edit) it's important, but not that much... but it's still important
*/
.masthead
{
/** Very important, please do not ignore **/
background: url(assets/masthead.png) no-repeat center!important;
background-size: cover!important;
}
.ui.secondary.inverted.pointing.menu
{
border: 0px!important;
}
.masthead .logo.item img {
margin-right: 1em;
}
.masthead .ui.menu .ui.button {
margin-left: 0.5em;
}
.masthead h1.ui.header {
margin-top: 3em;
margin-bottom: 0em;
font-size: 4em;
font-weight: normal;
}
.masthead h2 {
font-size: 1.7em;
font-weight: normal;
}
.ui.vertical.stripe {
padding: 8em 0em;
}
.ui.vertical.stripe h3 {
font-size: 2em;
}
.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
margin-top: 3em;
}
.ui.vertical.stripe .floated.image {
clear: both;
}
.ui.vertical.stripe p {
font-size: 1.33em;
}
.ui.vertical.stripe .horizontal.divider {
margin: 3em 0em;
}
.quote.stripe.segment {
padding: 0em;
}
.quote.stripe.segment .grid .column {
padding-top: 5em;
padding-bottom: 5em;
}
.footer.segment {
padding: 5em 0em;
}
.secondary.pointing.menu .toc.item {
display: none;
}
.bower {
display: block !important;
width: 222px !important;
margin: 15px auto 0px !important;
}
@media only screen and (max-width: 700px) {
.ui.fixed.menu {
display: none !important;
}
.secondary.pointing.menu .item,
.secondary.pointing.menu .menu {
display: none;
}
.secondary.pointing.menu .toc.item {
display: block;
}
.masthead.segment {
min-height: 350px;
}
.masthead h1.ui.header {
font-size: 2em;
margin-top: 1.5em;
}
.masthead h2 {
margin-top: 0.5em;
font-size: 1.5em;
}
}
</style>
</head>
<body class="pushable">
<!-- Sidebar Menu -->
<div class="ui vertical inverted sidebar menu left">
<a class="active item">Home</a>
<a href="playground.html" class="item">Playground</a>
<a href="docs/anything.js/1.35.0/index.html" class="item">Documentation</a>
<a href="https://github.com/Rabrennie/anything.js/archive/master.zip" class="item">Download</a>
<a href="https://github.com/Rabrennie/anything.js/" class="item">Make a pull request</a>
</div>
<!-- Page Contents -->
<div class="pusher">
<div class="ui inverted vertical masthead center aligned segment">
<div class="ui container">
<div class="ui large secondary inverted pointing menu">
<a class="toc item">
<i class="sidebar icon"></i>
</a>
<a class="active item">Home</a>
<a href="playground.html" class="olive item">Playground</a>
<a href="docs/anything.js/1.35.0/index.html" class="pink item">Documentation</a>
<div class="right item">
<a href="https://github.com/Rabrennie/anything.js/" class="ui basic inverted purple button"><i class="icon github"></i> Make a pull request</a>
</div>
</div>
</div>
<div class="ui text container">
<h1 class="ui inverted header">
Welcome to Δ.js
</h1>
<h2>The library that can do anything you want.</h2>
<a href="https://github.com/Rabrennie/anything.js/archive/master.zip" class="ui huge primary button">Get Started <i class="right arrow icon"></i></a>
<div class="ui basic inverted bower"><i class="right plug icon"></i> bower install anything.js</div>
</div>
</div>
<div class="ui vertical stripe segment">
<div class="ui middle aligned stackable grid container">
<div class="row">
<div class="eight wide column">
<h3 class="ui header">You can do anything</h3>
<p><u>Anything</u> at all.. The only limit is yourself.</p>
<p>Anything is possible with Δ.js</p>
<h3 class="ui header">Add real functionality on the fly</h3>
<p>That's right! Just call <span class="ui label">Δ.addRealFunctionalityOnTheFly();</span> and you get neat features on the fly!</p>
<h3 class="ui header">Calculate the answer to the life, the universe and everything</h3>
<p>Δ.js is the only library that can actually calculate the answer!
Just use <span class="ui label">Δ.theAnswerToLifeTheUniverseAndEverything();</span> and prepare to be amazed!</p>
</div>
<div class="six wide right floated column" style="text-align: center;">
<img src="https://i.imgur.com/aLPpSED.png" class="ui image">
</div>
</div>
<div class="row">
<div class="center aligned column">
<a href="playground.html" class="ui huge green button">Try it out <i class="right arrow icon"></i></a>
</div>
</div>
</div>
</div>
<div class="ui vertical stripe quote segment">
<div class="ui equal width stackable internally celled grid">
<div class="center aligned row">
<div class="column">
<h3>Δ.js does the thing</h3>
<p>We don't even know what "the thing" is exactly, but Δ.js can do it as well!</p>
<p>You only have to call <span class="ui label">Δ.doTheThing();</span> and the thing will get done!.</p>
</div>
<div class="column">
<h3>¡llǝʍ sɐ ʇxǝʇ dᴉlɟ uɐɔ no⅄</h3>
<p>
¡ʇɐɥʇ ɹoɟ ʎɹɐɹqᴉl ǝʇɐɹɐdǝs ɐ pǝǝu ɹǝƃuol ou llᴉʍ no⅄
</p>
<p><span class="ui label">Δ.flipText("ɔ ᴉ ʇ ǝ ɥ ʇ s ǝ ɐ");</span></p>
</div>
</div>
</div>
</div>
<div class="ui vertical stripe segment">
<div class="ui text container">
<h3 class="ui header">But wait! there's more!</h3>
<p>You can <span class="ui label">Δ.find(sel);</span> and <span class="ui label">Δ.greetHannah();</span>.
<br/>Need help? Call <span class="ui label">Δ.batman();</span>
<br/>Want to know if a number equals to 5? <span class="ui label">Δ.isNumber5(num);</span>
<br/>Don't know if it's christmas? <span class="ui label">Δ.isChristmas();</span>. And a <i>lot</i> of other cool things!</p>
<p>Don't want to do anything? <span class="ui label">Δ.nothing();</span> is here for that!</p>
<a href="playground.html" class="ui right labeled icon purple large button">Go to the playground <i class="right arrow icon"></i></a>
<h4 class="ui horizontal header divider">
<a href="docs/anything.js/1.35.0/index.html">Read the documentation</a>
</h4>
<h3 class="ui header">Want to improve Δ.js?</h3>
<p>We <i>literally</i> accept <u>anything</u>. Just make a pull request and be part of this project <s>to dominate the world</s> to make the ultimate library.</p>
<a href="https://github.com/Rabrennie/anything.js/" class="ui teal basic large button"><i class="github icon"></i> Make a pull request</a>
</div>
</div>
</div>
</body>
</html>