-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.jade
executable file
·63 lines (57 loc) · 1.95 KB
/
index.jade
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
doctype html
html
head
title Fission
meta(name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no')
link(rel='stylesheet' type='text/css' href='public/css/main.css')
body
#wrapper.wrapper
#menu.menu
//-.left
img(src='public/images/logo.svg')
.left
a(href='/') FISSION.JS
li
a(href='https://github.com/fissionjs/fission') CODE
li
a(href='https://github.com/fissionjs/fission/tree/master/docs') DOCS
li
a(href='https://github.com/fissionjs/examples' target='_blank') EXAMPLES
li
a(href='https://www.npmjs.org/browse/keyword/fission-plugin' target='_blank') PLUGINS
.right
a(href='https://github.com/fissionjs/fission' target='_blank') GITHUB
.content
.logo
img(src='public/images/logo.svg')
.text FISSION.JS
.sub The Reactjs Toolkit
#down.down ‹
.spacer
.items
.item
h3 Easy to use
p.
Fission lets you focus on the app, not worry about designing the core system behind it.
.item
h3 Efficient
p.
Fission uses React for extremely efficient rendering, with the best parts of Ampersandjs, model and state.
br
br
.item
h3 Customizable API
p.
Fully modifiable API enables swapping out of core elements, such as Sync, for a mulit-service application
.item
h3 Open Source
p.
Fission is, and will always be Fully Open Source.
a.button.blue.center.large(href='https://github.com/fissionjs/fission') Get Started!
.spacer
#footer.footer
img(src='public/images/fractal.png')
.title Made by
a(href='http://wearefractal.com') Fractal
.spacer
script(src='public/js/main.js')