|
5 | 5 | <header class="hero is-info">
|
6 | 6 | <div class="hero-body">
|
7 | 7 | <div class="container">
|
8 |
| - <h2 class="subtitle has-text-centered">A stylish file manager</h2> |
9 |
| - <figure class="image banner-header"> |
10 |
| - <img src="assets/images/hero.png"> |
| 8 | + <figure class="image home-banner"> |
| 9 | + <img src="assets/images/banner.svg"> |
11 | 10 | </figure>
|
12 |
| - |
13 |
| - <div class="block has-text-centered"> |
14 |
| - <a class="button is-medium is-primary is-inverted" href="{{ site.url }}{{ site.baseurl }}/quick-start/"> |
15 |
| - Get Started |
16 |
| - </a> |
17 |
| - <a class="button is-medium is-primary is-inverted" href="https://github.com/filebrowser/filebrowser/"> |
18 |
| - <span class="icon is-medium"> |
19 |
| - <i class="fa fa-github"></i> |
20 |
| - </span> |
21 |
| - <span>Star</span> |
22 |
| - </a> |
| 11 | + <h2 class="subtitle has-text-centered has-text-dark">A stylish web-based file manager</h2> |
| 12 | + <div class="buttons is-centered"> |
| 13 | + <a class="button is-medium is-link is-outlined" href="{{ site.url }}{{ site.baseurl }}/quick-start/">Quick Start</a> |
| 14 | + <a class="button is-medium is-link is-outlined" href="{{ site.url }}{{ site.baseurl }}/installation/">Installation</a> |
| 15 | + <a class="button is-medium is-link is-outlined" href="{{ site.url }}{{ site.baseurl }}/configuration/">Configuration</a> |
23 | 16 | </div>
|
| 17 | + <figure class="image home-hero"> |
| 18 | + <img src="assets/images/hero.png"> |
| 19 | + </figure> |
24 | 20 | </div>
|
25 | 21 | </div>
|
26 | 22 | </header>
|
27 | 23 |
|
28 | 24 | <section class="section" id="features">
|
29 | 25 | <div class="container">
|
30 |
| - <h2 class="title is-2 is-spaced has-text-centered">Features</h2> |
| 26 | + <h2 class="has-text-primary title is-2 is-spaced has-text-centered">Features</h2> |
31 | 27 | <div class="columns is-multiline">
|
32 | 28 | <div class="column is-one-third">
|
33 |
| - <p class="heading has-text-centered">Cloud</p> |
34 |
| - <p class="has-text-centered"> |
| 29 | + <div class="has-text-primary has-text-centered"> |
35 | 30 | <span class="icon is-large">
|
36 |
| - <i class="fa fa-cloud"></i> |
| 31 | + <i class="fa fa-cloud fa-2x"></i> |
37 | 32 | </span>
|
38 |
| - </p> |
| 33 | + </div> |
39 | 34 | <p>
|
40 |
| - Create, edit, copy, move, download your files easily, everywhere, every time, use File Browser |
41 |
| - as your personal cloud. |
| 35 | + Create, edit, copy, move, download your files easily, everywhere, every time. Use File Browser |
| 36 | + as your <b>personal cloud</b>. |
42 | 37 | </p>
|
43 | 38 | </div>
|
44 | 39 |
|
45 | 40 | <div class="column is-one-third">
|
46 |
| - <p class="heading has-text-centered">Search</p> |
47 |
| - <p class="has-text-centered"> |
| 41 | + <div class="has-text-primary has-text-centered"> |
48 | 42 | <span class="icon is-large">
|
49 |
| - <i class="fa fa-search"></i> |
| 43 | + <i class="fa fa-search fa-2x"></i> |
50 | 44 | </span>
|
51 |
| - </p> |
| 45 | + </div> |
52 | 46 | <p>
|
53 |
| - Search through your files and find the one instantly. Filter by type, by extension. |
| 47 | + <b>Search</b> through your files and find the one instantly. Filter by type, by extension... |
54 | 48 | </p>
|
55 | 49 | </div>
|
56 | 50 |
|
57 | 51 | <div class="column is-one-third">
|
58 |
| - <p class="heading has-text-centered">Users</p> |
59 |
| - <p class="has-text-centered"> |
| 52 | + <div class="has-text-primary has-text-centered"> |
60 | 53 | <span class="icon is-large">
|
61 |
| - <i class="fa fa-users"></i> |
| 54 | + <i class="fa fa-users fa-2x"></i> |
62 | 55 | </span>
|
63 |
| - </p> |
| 56 | + </div> |
64 | 57 | <p>
|
65 |
| - You can have multiple users, each one with their own folder, permissions and access roles. |
| 58 | + <b>Multiple users</b> are supported, each one with their own folder, permissions and access roles. |
66 | 59 | </p>
|
67 | 60 | </div>
|
68 | 61 |
|
69 | 62 | <div class="column is-one-third">
|
70 |
| - <p class="heading has-text-centered">Languages</p> |
71 |
| - <p class="has-text-centered"> |
| 63 | + <div class="has-text-primary has-text-centered"> |
72 | 64 | <span class="icon is-large">
|
73 |
| - <i class="fa fa-globe"></i> |
| 65 | + <i class="fa fa-globe fa-2x"></i> |
74 | 66 | </span>
|
75 |
| - </p> |
| 67 | + </div> |
76 | 68 | <p>
|
77 |
| - Available in multiple languages! It's not available in yours? You can contribute and translate it yourself |
78 |
| - for the community. |
| 69 | + Available in <b>multiple languages</b>! It's not <a href="https://github.com/filebrowser/frontend/tree/master/src/i18n">available</a> in yours? |
| 70 | + You can contribute and translate it yourself for the community. |
79 | 71 | </p>
|
80 | 72 | </div>
|
81 | 73 |
|
82 | 74 | <div class="column is-one-third">
|
83 |
| - <p class="heading has-text-centered">Commands</p> |
84 |
| - <p class="has-text-centered"> |
| 75 | + <div class="has-text-primary has-text-centered"> |
85 | 76 | <span class="icon is-large">
|
86 |
| - <i class="fa fa-terminal"></i> |
| 77 | + <i class="fa fa-terminal fa-2x"></i> |
87 | 78 | </span>
|
88 |
| - </p> |
| 79 | + </div> |
89 | 80 | <p>
|
90 |
| - You can execute commands such as git, svn or hg on the web interface. They are configured by you |
91 |
| - so you can run whatever you want. |
| 81 | + <b>Execute commands</b> such as <code>git</code>, <code>svn</code>, <code>hg</code>, <code>gofmt</code>... on the web interface. |
| 82 | + They are <a href="{{ site.url }}{{ site.baseurl }}/configuration/">configured</a> by you so you can run whatever you want. |
92 | 83 | </p>
|
93 | 84 | </div>
|
94 | 85 |
|
95 | 86 | <div class="column is-one-third">
|
96 |
| - <p class="heading has-text-centered">Static Binary</p> |
97 |
| - <p class="has-text-centered"> |
| 87 | + <div class="has-text-primary has-text-centered"> |
98 | 88 | <span class="icon is-large">
|
99 |
| - <i class="fa fa-archive"></i> |
| 89 | + <i class="fa fa-archive fa-2x"></i> |
100 | 90 | </span>
|
101 |
| - </p> |
| 91 | + </div> |
102 | 92 | <p>
|
103 |
| - File Browser is a single executable file with no dependencies. You just need to download |
104 |
| - it and add it to your PATH. |
| 93 | + File Browser is a <b>single executable file with no dependencies</b>. Just download |
| 94 | + it and add it to your <code>PATH</code>. See <a href="{{ site.url }}{{ site.baseurl }}/installation/">Installation</a>. |
105 | 95 | </p>
|
106 | 96 | </div>
|
107 |
| - |
| 97 | + |
108 | 98 | <div class="column is-one-third">
|
109 |
| - <p class="heading has-text-centered">Caddy</p> |
110 |
| - <p class="has-text-centered"> |
| 99 | + <div class="has-text-primary has-text-centered"> |
111 | 100 | <span class="icon is-large">
|
112 |
| - <i class="fa fa-lock"></i> |
| 101 | + <i class="fa fa-lock fa-2x"></i> |
113 | 102 | </span>
|
114 |
| - </p> |
| 103 | + </div> |
115 | 104 | <p>
|
116 |
| - File Browser is available as a <a href="/installation/#caddy">plugin</a> for Caddy, |
117 |
| - which is the HTTP/2 web server with automatic HTTPS. |
| 105 | + File Browser is available as a <a href="{{ site.url }}{{ site.baseurl }}/installation/#caddy">plugin</a> for <a href="https://caddyserver.com/">Caddy</a> |
| 106 | + (a HTTP/2 web server with automatic HTTPS). |
118 | 107 | </p>
|
119 | 108 | </div>
|
120 | 109 |
|
121 | 110 | <div class="column is-one-third">
|
122 |
| - <p class="heading has-text-centered">Docker</p> |
123 |
| - <p class="has-text-centered"> |
| 111 | + <div class="has-text-primary has-text-centered"> |
124 | 112 | <span class="icon is-large">
|
125 | 113 | <i class="fa">
|
126 |
| - {% include docker.svg %} |
| 114 | + <img src="assets/images/docker.svg"> |
127 | 115 | </i>
|
128 | 116 | </span>
|
129 |
| - </p> |
| 117 | + </div> |
130 | 118 | <p>
|
131 |
| - File Browser can be easily installed using Docker with <code>docker pull hacdias/filemanager</code>. |
| 119 | + File Browser can be easily installed using <a href="https://www.docker.com/">Docker</a> with <code>docker pull hacdias/filebrowser</code>. |
132 | 120 | </p>
|
133 | 121 | </div>
|
134 | 122 |
|
135 | 123 | <div class="column is-one-third">
|
136 |
| - <p class="heading has-text-centered">Static Generators</p> |
137 |
| - <p class="has-text-centered"> |
| 124 | + <div class="has-text-primary has-text-centered"> |
138 | 125 | <span class="icon is-large">
|
139 |
| - <i class="fa fa-file-text"></i> |
| 126 | + <i class="fa fa-file-text fa-2x"></i> |
140 | 127 | </span>
|
141 |
| - </p> |
| 128 | + </div> |
142 | 129 | <p>
|
143 |
| - File Browser plays well with some static website generators, such as Jekyll and Hugo. |
| 130 | + File Browser plays well with <b>static website generators</b>, such as <a href="https://jekyllrb.com/">Jekyll</a> and <a href="https://gohugo.io/">Hugo</a>. |
144 | 131 | </p>
|
145 | 132 | </div>
|
146 | 133 | </div>
|
|
0 commit comments