-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (53 loc) · 2.14 KB
/
index.html
File metadata and controls
61 lines (53 loc) · 2.14 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>shasta</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel='stylesheet' type='text/css' href='https://fonts.googleapis.com/css?family=Source+Code+Pro:400,300,200,500,600,700'>
<link rel='stylesheet' type='text/css' href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css">
<link rel='stylesheet' type='text/css' href="index.css">
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
<p class='title'>shasta toolkit</p>
<p class='coming-soon'>(coming soon)</p>
<div class='containers'>
<div class='container'>
<a class='sub-logo' href='http://shasta.tools/shasta'>
<img src='./img/shasta-logo-white.png'/>
</a>
<div class='side-text'>
<p class='side-text-content'>Build complex applications using React, Redux, and Immutable.js</p>
</div>
</div>
<div class='container'>
<a class='sub-logo' href='http://shasta.tools/sutro'>
<img src='./img/sutro-logo-white.png'/>
</a>
<div class='side-text'>
<p class='side-text-content'>Create simple, fast, and highly scalable real-time APIs using RethinkDB and Node.js</p>
</div>
</div>
<div class='container'>
<a class='sub-logo' href='http://shasta.tools/tahoe'>
<img src='./img/tahoe-logo-white.png'/>
</a>
<div class='side-text'>
<p class='side-text-content'>Seamlessly integrate your backend and frontend with redux actions</p>
</div>
</div>
<div class='container'>
<a class='sub-logo' href='http://shasta.tools/palisade'>
<img src='./img/palisade-logo-white.png'/>
</a>
<div class='side-text'>
<p class='side-text-content'>Create fine-grained controls over how your data is accessed and modified</p>
</div>
</div>
</div>
</body>
</html>