-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdocumentation.html
154 lines (132 loc) · 7.43 KB
/
documentation.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
<!DOCTYPE html>
<html lang="en" ng-app="myApp">
<head>
<meta charset="UTF-8">
<title>Exprecss Frontend Framework</title>
<link rel="stylesheet" href="exprecss.css">
<link rel="stylesheet" href="docs/docs.css">
<link rel="stylesheet" href="docs/prettify-theme.min.css">
<script src="http://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<script src="//use.typekit.net/zui1jgr.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-29186069-2', 'exprecss.com');
ga('send', 'pageview');
</script>
</head>
<body ng-app="exprecss" onload="prettyPrint()">
<div class="wrapper">
<!-- Hero Unit -->
<div class="hero-unit-demo">
<div class="container">
<div class="description">
<h1 class="name">Exprecss</h1>
<div class="tagline">
<p>A beautiful front-end framework built on
<span><strong>Bourbon</strong></span>,
<span><strong>Neat</strong></span>
&
<span><strong>AngularJS</strong></span>
</p>
</div>
</div>
<div class="hero-group">
<a href="https://github.com/colealanroberts/colealanroberts.github.io/archive/master.zip" class="btn btn-download-repo">Download from Github
</a>
<a href="https://github.com/colealanroberts/Exprecss" class="btn btn-view-examples">Explore the Repo</a>
<div class="bower-install">
<img src="docs/img/bower-logo.png" class="bower-logo">
<span>bower install exprecss</span>
</div>
</div>
</div>
</div>
<main>
<div class="container">
<div class="row">
<div class="col-2 col-12-mobile pos-rel float-right">
<aside class="sidebar">
<ul>
<li><a href="" class="active">Setup</a></li>
<li><a href="">Typography</a></li>
<li><a href="">Grid</a></li>
<li><a href="">Scaffolding</a></li>
<li><a href="">Navbar</a></li>
<li><a href="">Modal</a></li>
<li><a href="">Buttons</a></li>
<li><a href="">Dropdowns</a></li>
<li><a href="">Inputs</a></li>
<li><a href="">Selects</a></li>
<li><a href="">Radios</a></li>
<li><a href="">Checkboxes</a></li>
<li><a href="">Cards</a></li>
<li><a href="">Widgets</a></li>
<li><a href="">Validation</a></li>
<li><a href="">Helpers</a></li>
<li><a href="">Footer</a></li>
<li><a href="" class="download">Download</a></li>
</ul>
</aside>
</div>
<div class="col-10 col-12-mobile container-content">
<!-- Include Setup -->
<div ng-include src="'docs/components/setup.html'"></div>
<!-- Include Foundation -->
<div ng-include src="'docs/components/foundation.html'"></div>
<!-- Include Grid -->
<div ng-include src="'docs/components/grid.html'"></div>
<!-- Include Scaffolding -->
<div ng-include src="'docs/components/scaffolding.html'"></div>
<!-- Include Navbar -->
<div ng-include src="'docs/components/nav.html'"></div>
<!-- Include Modals -->
<div ng-include src="'docs/components/modals.html'"></div>
<!-- Include Buttons -->
<div ng-include src="'docs/components/ui-buttons.html'"></div>
<!-- Include Dropdowns -->
<div ng-include src="'docs/components/ui-dropdowns.html'"></div>
<!-- Include Inputs -->
<div ng-include src="'docs/components/ui-inputs.html'"></div>
<!-- Include Selects -->
<div ng-include src="'docs/components/ui-selects.html'"></div>
<!-- Include Radios -->
<div ng-include src="'docs/components/ui-radios.html'"></div>
<!-- Include Radios -->
<div ng-include src="'docs/components/ui-checkboxes.html'"></div>
<!-- Include Crds -->
<div ng-include src="'docs/components/cards.html'"></div>
<!-- Include Widgets -->
<div ng-include src="'docs/components/widgets.html'"></div>
<!-- Include Validation -->
<div ng-include src="'docs/components/validation.html'"></div>
<!-- Include Helpers -->
<div ng-include src="'docs/components/helpers.html'"></div>
<!-- Include Helpers -->
<div ng-include src="'docs/components/footer.html'"></div>
</div>
</div>
</div>
</main>
</div> <!-- End of .wrapper -->
<!-- Attribution -->
<footer class="footer footer-sticky text-center">
<div class="container">
<ul>
<span class="copyright">Copyright © 2014. Crafted by <a href="http://twitter.com/colealan"><strong>Cole Roberts</strong></a> and <a href="https://www.linkedin.com/pub/jacob-biggs/68/7/81b"><strong>Jacob Biggs</strong></a></span>
</ul>
</div>
</footer>
<!-- Le JS -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="vendor/angular/angular.min.js"></script>
<script src="vendor/angular-animate/angular-animate.min.js"></script>
<script src="src/js/exprecss.js"></script>
<script src="docs/docs.js"></script>
</body>
</html>