diff --git a/basewiki/bootstrap.local.css b/basewiki/bootstrap.local.css index a9d06e2..500862d 100644 --- a/basewiki/bootstrap.local.css +++ b/basewiki/bootstrap.local.css @@ -51,13 +51,12 @@ body { background-color: #f5f5f5; } - /* Custom page CSS -------------------------------------------------- */ /* Not required for template or sticky footer method. */ body > .container { - padding: 60px 15px 15px; + padding:; } .container .text-muted { margin: 20px 0; @@ -91,33 +90,6 @@ code { font-size: 80%; } -/* comments fixup */ -.comment { - border: none; - padding: 1em; - margin: 1em; - background: #f3f3f3; -} -.mastodon-comment { - display: flex; -} -/* mastodon posts have a span to hide the scheme and post id, use it */ -.mastodon-comment-content span.invisible { - display: none; -} -.mastodon-comment .avatar img { - margin-right: 1rem; -} -.mastodon-comment span.disabled { - display: none; -} -.mastodon-comment .author { - display: flex; - justify-content: space-between; -} -.mastodon-comment .author time { - font-size: small; -} .actions ul { margin: inherit; padding: inherit; @@ -128,7 +100,7 @@ code { /* limit main content to ~90 chars per line */ /* update: practical typography recommends 2-3 alphabets */ #content { - max-width: 35em; /* this is 2.5 alphabets with Charter */ + max-width: 100%; } /* limit header as well otherwise logo is out of whack without sidebar */ @@ -248,8 +220,6 @@ div.footnotes { font-size: small; } /* scale down images so they are centered like the rest of the text */ #content img { max-width: 100%; } -/* except in the mastodon avatar, it squeezes them weirdly and messes with borders */ -#content .mastodon-comment .avatar img { max-width: inherit; } /* format HTML5 captions like ikiwiki's table-based captions * @@ -291,19 +261,6 @@ figure.align-right figcaption { word-wrap: break-word; } -/* make table scale out to avoid ugly word-wrapping - * bootstrap should deal with this, but ikiwiki doesn't assign the - * right style and anyways our width is smaller than necessary - * - * pages with tables that should be checked when this is changed: - * - * https://anarc.at/blog/2017-10-26-comparison-cryptographic-keycards/ - * https://anarc.at/blog/2018-01-28-large-disk-price-review/ - * https://anarc.at/services/backup/ - * https://anarc.at/services/ - * https://anarc.at/services/dns/registrars/ - * https://anarc.at/services/welcome/ - */ table, table.table { width: 100%; } table { font-size: inherit; } /* why the heck does chrome override font-size for tables?! */ diff --git a/basewiki/local.css b/basewiki/local.css index a0dec8c..308a7b0 100644 --- a/basewiki/local.css +++ b/basewiki/local.css @@ -1,3 +1,120 @@ /* ikiwiki local style sheet */ -/* Add local styling here, instead of modifying style.css. */ +.home { + display: flex; + flex-basis: 50%; + justify-content: space-between; + height: 100%; + height: 100vh; +} + +div.home-logo { + flex-basis: 50%; + width: 50%; + margin: auto; + padding: 25vh 0 0 0; + text-align: center; + +} + +.login { + margin: 0px; + color: #EBEBEB; + background-color: black; + margin: 12vh auto 10vh auto; + width: 28%; + border-radius: 25px; + padding: 12px; + +} + +.login a { + color:white; +} + +.login:hover { + width: 40%; + cursor:pointer; + transition: 0.3s; + +} + +.home-title { + flex-basis: 50%; + background-image: url(images/chris-ried-79NfyK85Ahc-unsplash.jpg); + background-position: center; + height: 500; + text-align: center; + padding-top: 400px + color: white; +} + +.join { + margin: 0px; + color: #EBEBEB; + background-color: black; + margin: 12vh auto 10vh auto; + width: 28%; + border-radius: 25px; + padding: 12px; +} + +.join:hover { + width: 40%; + cursor:pointer; + transition: 0.3s; +} + +.coop { + display: flex; + flex-basis: 50%; + justify-content: space-between; + background-color:; + height: 100vh; +} + +.coop-title { + flex-basis: 50%; + background-color: black; + height: 100vh; + padding: 0 0 0 0 ; + +} +.coop-title h5{ + color: white; + padding: 27vh 7vw 0; + +} + +.coop-title h1{ + color: white; + text-align: left; + padding: 1vw 7vw; +} + + +.services { + display: flex; + background-color:; + height: 80vh; +} + +.services-title { + flex-basis: 50%; + text-align: center; + virtical-align: middle; +} + +.services-title h5{ + text-align: left; + padding: 0 0 0 30px ; +} + +.services-content { + flex-basis: 50%; + background-color: black; + color: white; + text-align: center; + padding: 20vh 0 0 0; + +} diff --git a/content/images/chemistry-lab-instrument.png b/content/images/chemistry-lab-instrument.png new file mode 100644 index 0000000..dd432be Binary files /dev/null and b/content/images/chemistry-lab-instrument.png differ diff --git a/content/images/chemistry-lab-instrument_w.png b/content/images/chemistry-lab-instrument_w.png new file mode 100644 index 0000000..e576029 Binary files /dev/null and b/content/images/chemistry-lab-instrument_w.png differ diff --git a/content/images/chris-ried-79NfyK85Ahc-unsplash.jpg b/content/images/chris-ried-79NfyK85Ahc-unsplash.jpg new file mode 100644 index 0000000..0133633 Binary files /dev/null and b/content/images/chris-ried-79NfyK85Ahc-unsplash.jpg differ diff --git a/content/images/database.png b/content/images/database.png new file mode 100644 index 0000000..3a4d53b Binary files /dev/null and b/content/images/database.png differ diff --git a/content/images/database_w.png b/content/images/database_w.png new file mode 100644 index 0000000..d3dde63 Binary files /dev/null and b/content/images/database_w.png differ diff --git a/content/images/forum.png b/content/images/forum.png new file mode 100644 index 0000000..45cd057 Binary files /dev/null and b/content/images/forum.png differ diff --git a/content/images/forum_w.png b/content/images/forum_w.png new file mode 100644 index 0000000..b0f4df4 Binary files /dev/null and b/content/images/forum_w.png differ diff --git a/content/images/ilot.black.png b/content/images/ilot.black.png new file mode 100644 index 0000000..d0dfdd9 Binary files /dev/null and b/content/images/ilot.black.png differ diff --git a/content/images/ilot_black.svg b/content/images/ilot_black.svg new file mode 100644 index 0000000..a7b8139 --- /dev/null +++ b/content/images/ilot_black.svg @@ -0,0 +1,525 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/images/ilot_intro.gif b/content/images/ilot_intro.gif new file mode 100644 index 0000000..8bac1e9 Binary files /dev/null and b/content/images/ilot_intro.gif differ diff --git a/content/images/ilot_white.png b/content/images/ilot_white.png new file mode 100644 index 0000000..bce9d14 Binary files /dev/null and b/content/images/ilot_white.png differ diff --git a/content/images/ilot_white.svg b/content/images/ilot_white.svg new file mode 100644 index 0000000..b578385 --- /dev/null +++ b/content/images/ilot_white.svg @@ -0,0 +1,534 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/images/right-arrow.png b/content/images/right-arrow.png new file mode 100644 index 0000000..90b1b11 Binary files /dev/null and b/content/images/right-arrow.png differ diff --git a/content/images/right-arrow_w.png b/content/images/right-arrow_w.png new file mode 100644 index 0000000..7789717 Binary files /dev/null and b/content/images/right-arrow_w.png differ diff --git a/content/images/wikipedia.png b/content/images/wikipedia.png new file mode 100644 index 0000000..370c7fb Binary files /dev/null and b/content/images/wikipedia.png differ diff --git a/content/images/wikipedia_w.png b/content/images/wikipedia_w.png new file mode 100644 index 0000000..6083bcf Binary files /dev/null and b/content/images/wikipedia_w.png differ diff --git a/content/index.fr.po b/content/index.fr.po index cf6b957..3584cf4 100644 --- a/content/index.fr.po +++ b/content/index.fr.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: ilot.io\n" -"POT-Creation-Date: 2024-09-08 17:44-0400\n" +"POT-Creation-Date: 2024-09-08 18:45-0400\n" "PO-Revision-Date: 2024-09-08 12:33-0400\n" "Last-Translator: Philippe Batailler \n" "Language-Team: dev@ayakael.net\n" @@ -25,10 +25,10 @@ msgstr "[[!meta title=\"Accueil\"]]\n" #, fuzzy, no-wrap #| msgid "[[ilot|https://ilot.io]] is a cooperative corner of the internet. We operate a Nextcloud instance, a free and open-source collaboration platform analoguous to Google Drive. We aim to eventually incorporate as a cooperative to create a digital infrastructure that is by and for its users as an alternative to the siloed and privatized internet of today. Members fund our operations and decide how to set our community policies, steward our data, and manage our shared technologies. Members also provide the labor to run ilot at all levels." msgid "" -"
\n" +"
\n" "
\n" -" \t\"ilot \n" -" \t
\n" +" \t\"ilot \n" +" \t
\n" " \t\t

Your files

\n" "\t\t
\n" "
\n" @@ -39,8 +39,8 @@ msgid "" "
\n" " \t\t

Join

\n" "
\n" -"\t
\n" -"
\n" +" \n" +"\n" "
\n" "
\n" "
the
\n" diff --git a/content/index.mdwn b/content/index.mdwn index e373f6e..ca6b629 100644 --- a/content/index.mdwn +++ b/content/index.mdwn @@ -1,9 +1,9 @@ [[!meta title="Home"]] -
+
-
+
+
the
diff --git a/content/index.pot b/content/index.pot index d6564f5..2562597 100644 --- a/content/index.pot +++ b/content/index.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-09-08 17:48-0400\n" +"POT-Creation-Date: 2024-09-08 18:47-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -24,11 +24,11 @@ msgstr "" #. type: Plain text #, markdown-text, no-wrap msgid "" -"
\n" +"
\n" "
\n" -" \t\"ilot \n" -" \t
\n" +" \t
\n" " \t\t

Your files

\n" "\t\t
\n" "
\n" @@ -39,8 +39,8 @@ msgid "" "
\n" " \t\t

Join

\n" "
\n" -"\t
\n" -"
\n" +"
\n" +"
\n" "
\n" "
\n" "
the
\n" diff --git a/templates/page.tmpl b/templates/page.tmpl index b0f6aa2..f0cfbbd 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -40,7 +40,7 @@ -