-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
192 lines (151 loc) · 5.23 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
<!DOCTYPE html>
<HTML lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="http://localhost:8080/img/favicon.png?v=3" type="img/png"/>
<title>FFolders, Pure Css file folders</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href="css/ffolders.min.css" rel="stylesheet">
<style type="text/css">
@import url(https://fonts.googleapis.com/css?family=Lato:400,300);
body{
font-family: 'Lato', sans-serif;
}
h1{
font-size: 86px;
color: #777;
font-weight: 300;
}
h4{
font-size: 24px;
color: #777;
font-weight: 300;
}
p{
font-size: 17px;
color:#777;
}
.container.main{
padding-top: 40px;
padding-bottom: 40px;
}
.ffolder{
margin:0 20px 24px 0;
}
span.version{
font-size: 15px;
font-weight: 400;
}
.ffolder.demo span, .ffolder.demo2 span{
background-color: transparent;
}
.ffolder.demo span i{
color: #FF5E6E;
}
.sepSection{
margin-bottom: 50px;
}
p.info{
font-size: 15px;
font-weight: 400;
}
</style>
</HEAD>
<BODY>
<div class="container main">
<h1>FFolders<span class='version'>(v1.0.0)</span></h1>
<p>
Simple, clean and beautiful folders implemented only with CSS.
Available in 3 sizes and 5 colors (but customizable of course).<br>
Download them and use them (only 4 kb).
</p>
<h4>Small/Basic</h4>
<div class="ffolder small cyan"></div>
<div class="ffolder small yellow"></div>
<div class="ffolder small pink"></div>
<div class="ffolder small green"></div>
<div class="ffolder small gray"></div>
<pre><div class="ffolder small cyan"></div></pre>
<div class="alert alert-success sepSection" role="alert">
* classes for available colors: <b>cyan</b>, <b>yellow</b>, <b>pink</b>, <b>green</b> and <b>gray</b>.
</div>
<h4>Small/with labels</h4>
<div class="ffolder small cyan"><span>24 Files</span></div>
<div class="ffolder small yellow"><span>07 Files</span></div>
<div class="ffolder small pink"><span>37 Files</span></div>
<pre class="sepSection"><div class="ffolder small cyan">
<span>24 Files</span>
</div></pre>
<h4>Small/with icons (Font Awesome)</h4>
<div class="ffolder small cyan"><i class="fa fa-behance"></i></div>
<div class="ffolder small yellow"><i class="fa fa-stack-overflow"></i></div>
<div class="ffolder small pink"><i class="fa fa-dribbble"></i></div>
<pre><div class="ffolder small cyan">
<i class="fa fa-behance"></i>
</div></pre>
<div class="alert alert-success sepSection" role="alert">
* For more information about Font-Awesome icons, visit <a href="https://fortawesome.github.io/Font-Awesome/icons/">Font-Awesome</a>.
</div>
<h4>Medium (Basic/with labels/with icon)</h4>
<div class="ffolder medium cyan"></div>
<div class="ffolder medium yellow"><span>07 Files</span></div>
<div class="ffolder medium pink"><span>37 Files</span></div>
<div class="ffolder medium gray"><i class="fa fa-dropbox"></i></div>
<pre class="sepSection"><div class="ffolder medium gray">
<i class="fa fa-dropbox"></i>
</div></pre>
<h4>Big</h4>
<div class="ffolder big cyan"><span>24 Files</span></div>
<div class="ffolder big yellow"><span>07 Files</span></div>
<div class="ffolder big pink"><span>37 Files</span></div>
<pre class="sepSection"><div class="ffolder big pink">
<span>37 Files</span>
</div></pre>
<h4>Big/With icons</h4>
<div class="ffolder big green">
<i class="fa fa-android"></i>
</div>
<div class="ffolder big pink demo">
<i class="fa fa-heart"></i>
</div>
<div class="ffolder big gray">
<i class="fa fa-github"></i>
</div>
<pre class="sepSection"><div class="ffolder big gray">
<i class="fa fa-github"></i>
</div></pre>
<hr>
<h4>Getting started</h4>
<p>
<span>
<a href="https://github.com/jlizanab/FFolders">
<div class="ffolder small gray" style="float:left;"><i class="fa fa-github"></i></div>
</a>
Download or clone the project from github:<br>
<a href="https://github.com/jlizanab/FFolders">https://github.com/jlizanab/FFolders</a><br>
and add it to your project directly as any CSS library:
</span>
</p>
<br>
<p>
<pre class="sepSection"><!-- Latest compiled and minified CSS -->
<link href="css/ffolders.min.css" rel="stylesheet"></pre></p>
<hr>
<h4>SASS Mixin</h4>
<p class="info">The latest version includes a SASS Mixin: (<b>ffolders.scss</b>).<br> how to use in a SASS file:</p>
<pre class="sepSection">/*how-to use ffolder Sass Mixin*/
.folder_style1 {
@include ffolder($small, $pink);
}
.folder_style2 {
@include ffolder($medium,$yellow);
}
.folder_custom {
@include ffolder(200px, #A192C3);
}
</pre>
</div>
</BODY>
</HTML>