diff --git a/_config.yml b/_config.yml index 1c46d257..0aa2236a 100644 --- a/_config.yml +++ b/_config.yml @@ -20,8 +20,8 @@ baseurl: "" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com # Build settings -markdown: kramdown -theme: minima +# markdown: kramdown +# theme: minima # plugins: # - jekyll-feed diff --git a/_includes/card.html b/_includes/card.html index 9869f281..ee729bcd 100644 --- a/_includes/card.html +++ b/_includes/card.html @@ -1,14 +1,25 @@ -
-
-

{{include.title}}

-
-
-

Nextcloud{{include.description}}

-

- - {{include.website}} - -

-

{{include.footer}}

+
+
+ {% if include.color == "warning" %} +
\ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 152f3a35..04a7f58c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,7 +8,7 @@ - + @@ -66,6 +66,13 @@ + diff --git a/css/custom.css b/css/custom.css index 561f6157..93599500 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,7 +1,23 @@ /* BS4 */ -.card-success { - background-color: rgba(40, 167, 69, 0.5)!important; +.card { + box-shadow: 0 3px 10px 0 rgba(150,150,150,0.2) !important; +} + +.card-bottom { + /* todo */ +} + +.card-success, .card-success .card-header { + border-color: rgba(40, 167, 69, 0.5) !important; +} + +.card-primary, .card-primary .card-header { + border-color: rgba(0, 123, 255, 0.5) !important; +} + +.card-warning, .card-warning .card-header { + border-color: rgba(255, 193, 7, 0.5) !important; } diff --git a/index.html b/index.html index ce545ecd..bdb0928e 100644 --- a/index.html +++ b/index.html @@ -1634,46 +1634,39 @@ layout: default If you are currently using Cloud Storage Services like Dropbox, Google Drive, Microsoft OneDrive or Apple iCloud you should pick an alternative here.
-
+
-
- {% include card.html color="success" title="Nextcloud - Choose your hoster" image="img/provider/Nextcloud.png" description="Similar functionally to the widely used Dropbox, with the difference being that Nextcloud is free and open-source, and thereby allowing anyone to install and operate it without charge on a private server, with no limits on storage space or the number of connected clients." url="https://nextcloud.com/" website="Website: nextcloud.com" footer="Client OS: Windows, macOS, Linux, BSD, Unix, iOS, Android, Fire OS. Server: Linux." %} -
+ {% include card.html color="success" + title="Nextcloud - Choose your hoster" + image="img/provider/Nextcloud.png" + + description="Similar functionally to the widely used Dropbox, with the difference being that Nextcloud is free and open-source, and thereby allowing anyone to install and operate it without charge on a private server, with no limits on storage space or the number of connected clients." + + url="https://nextcloud.com/" + website="Website: nextcloud.com" + footer="Client OS: Windows, macOS, Linux, BSD, Unix, iOS, Android, Fire OS. Server: Linux." %} -
-
-
-

Least Authority S4 - For Experts

-
-
-

S4S4 (Simple Secure Storage Service) is Least Authority's verifiably secure off-site backup system for individuals and businesses. 100% client-side encryption and open - source transparency. 250GB for $9.95/month or 5TB for $25.95/month. Servers are hosted with Amazon S3 in the US.

-

- - Website: leastauthority.com - -

-

OS: Linux, Windows, macOS, OpenSolaris, BSD. (Installation for advanced users)

-
-
-
-
-
-
-

Muonium

-
-
-

MuoniumFree encrypted cloud storage for your files.

-

- - Website: muonium.io - -

-

Client: Webclient. Server: Linux

-
-
-
+ + {% include card.html color="primary" + title="Least Authority S4 - For Experts" + image="img/provider/S4.jpg" + + description="S4 (Simple Secure Storage Service) is Least Authority's verifiably secure off-site backup system for individuals and businesses. 100% client-side encryption and open source transparency. 250GB for $9.95/month or 5TB for $25.95/month. Servers are hosted with Amazon S3 in the US." + + url="https://leastauthority.com/" + footer='OS: Linux, Windows, macOS, OpenSolaris, BSD. (Installation for advanced users)' + %} + + + + {% include card.html color="warning" + title="Muonium" + image="img/provider/Muonium.jpg" + description="Free encrypted cloud storage for your files." + url="https://muonium.io/" + footer="Client: Webclient. Server: Linux" + %}