diff --git a/assets/u/static/generic-header.css b/assets/u/static/generic-header.css new file mode 100644 index 0000000..6127197 --- /dev/null +++ b/assets/u/static/generic-header.css @@ -0,0 +1,33 @@ +:root { + font-size: 16px; +} + +.blue-bg { + background-color: #40a9e3; +} + +.black-bg { + background-color: black; +} + +.red-bg { + background-color: #d1240c; +} + +.green-bg { + background-color: #5cab06; +} + + +h1.generic-header { + line-height: 6rem; + font-size: 7rem; + text-transform: uppercase; +} + +@media only screen and (max-width: 1068px){ + h1.generic-header { + font-size: 10vw; + line-height: 12vw; + } +} \ No newline at end of file diff --git a/content/u/events/contents.lr b/content/u/events/contents.lr new file mode 100644 index 0000000..7ffd310 --- /dev/null +++ b/content/u/events/contents.lr @@ -0,0 +1,29 @@ +_model: page-2020 +--- +title: Events +--- +content: + +The following is a list of events we provide or participate in. + +## 2020 + +* [2020-12-04..2020-12-06: Hack4Glarus 2020 Winter Edition @ Data Center Light, Linthal](https://hack4glarus.ch/) +* [2020-06-05..2020-06-07: Hack4Glarus 2020 Summer Edition @ Data Center Light, Linthal](https://hack4glarus.ch/) +* [2020-04-25: IPv6 in der Bildung - Open Education Day @ PHBern, Bern](https://openeducationday.ch/programm-2020/ipv6-in-der-bildung/) +* [2020-02-18: 9. Glarner Innovationsapéro: Digitalisierung in der Praxis @ Linthpark, Linthal](https://www.myswitzerland.com/en-ca/experiences/events/9-glarner-innovationsapero-digitalisierung-in-der-praxis/) + + +## 2019 + +* [2019-12-12: Ungleich IPv6-only Hosting @ IPv6 Council Annual Meeting 2019, UK IPv6 Council, London](https://www.ipv6.org.uk/2019/09/06/ipv6-council-annual-meeting-2019/) + * [Ungleich IPv6-only Hosting Presentation](https://www.ipv6.org.uk/wp-content/uploads/2019/12/UKIPv6Council_meeting_2019_Ungleich_IPv6-only_Hosting.pdf) +* [2019-11-29..2019-12-01: Hack4Glarus 2019 Winter Edition @ Data Center Light, Linthal](https://hack4glarus.ch/) +* [2019-10-18..2019-10-18: RIPE79, Rotterdam](https://ripe79.ripe.net/) + * [RIPE79 Presentation](https://ripe79.ripe.net/presentations/19-How-to-Build-Maintain-and-Market-an-IPv6-only-Data-Center-RIPE79.pdf) + * [RIPE79 Recording](https://ripe79.ripe.net/archives/video/165/) +* [2019-09-03: The reasons for IPv6-only hosting @ Cloud and IPv6 Workshop, UK IPv6 Council, London](https://www.ipv6.org.uk/2019/08/08/cloud-and-ipv6-workshop/) + * [The reasons for IPv6-only hosting: Presentation](https://www.ipv6.org.uk/wp-content/uploads/2019/08/2019-IPv6-Cloud-ipv6-only-hosting.pdf) +* [2019-05-31..2019-06-02: Hack4Glarus 2019 Summer Edition @ Data Center Light, Linthal](https://hack4glarus.ch/) +* [2019-10-25: White Hat Hacking @ Digital Bridge Forum, Nur-Sultan](http://digitalbridge.kz/) + * [Profession of a White Hat Hacker (Presentation)](profession_of_a_white_hat_hacker-20191025_digitalbridge.pdf) diff --git a/content/u/events/profession_of_a_white_hat_hacker-20191025_digitalbridge.pdf b/content/u/events/profession_of_a_white_hat_hacker-20191025_digitalbridge.pdf new file mode 100644 index 0000000..5f30d9b Binary files /dev/null and b/content/u/events/profession_of_a_white_hat_hacker-20191025_digitalbridge.pdf differ diff --git a/content/u/products/sample-product/contents.lr b/content/u/products/demo-product/contents.lr similarity index 100% rename from content/u/products/sample-product/contents.lr rename to content/u/products/demo-product/contents.lr diff --git a/content/u/products/zero-carbon-cloud/contents.lr b/content/u/products/zero-carbon-cloud/contents.lr index 5cf37fc..1858201 100644 --- a/content/u/products/zero-carbon-cloud/contents.lr +++ b/content/u/products/zero-carbon-cloud/contents.lr @@ -21,6 +21,7 @@ feature3_title: Go fully conscious feature3_text: Our services are mission-coherent: slim down everything as much as possible for reducing computer power and energy consumption. --- content1_text: + ## What is Zero Carbon Cloud? In the era of rapid climate change and sea level rise, we're here to provide an alternative system that does not use environmentally harmful energy sources. It is a safe and clean alternative to your dropbox or google cloud: our cloud storage service is built with sustainability to its core: it is fully renewable and fully recycled. @@ -80,6 +81,7 @@ content2_image: /u/image/zerocarbon-no.jpg offer1_title: 100 GB @ 23CHF/month --- offer1_text: + * **One free IPv6 VPN** included for increased security * Datacenter location: Glarus, Switzerland * Enhanced security by limiting access to only your devices @@ -92,6 +94,7 @@ offer1_link: https://ungleich.ch offer2_title: 1 TB @ 36.5CHF/month --- offer2_text: + * **Two free IPv6 VPNs** included for increased security * Datacenter location: Glarus, Switzerland * Enhanced security by limiting access @@ -105,6 +108,7 @@ offer2_link: https://ungleich.ch offer3_title: 50 TB @ 540 CHF/month --- offer3_text: + * **Ten free IPv6 VPNs** included for increased security * Datacenter location: Glarus, Switzerland * Enhanced security by limiting access to only your devices @@ -115,3 +119,15 @@ Recommended for medium to large organisations --- offer3_link: https://ungleich.ch --- +header: + +#### generic-header #### +headers: + +carbon free +zero carbon +cloud solution +---- +primary_color: blue +---- +header_color: text-light diff --git a/flowblocks/generic-header.ini b/flowblocks/generic-header.ini new file mode 100644 index 0000000..cb01ca7 --- /dev/null +++ b/flowblocks/generic-header.ini @@ -0,0 +1,22 @@ +[block] +name = generic-header + +[fields.headers] +label = headers +type = strings + +[fields.primary_color] +name = Landing Page Primary Color +label = primary_color +type = select +choices = blue, black, red, green +choice_labels = Blue, Black, Red, Green +default = blue + +[fields.header_color] +name = Header Color +label = header_color +type = select +choices = text-light, text-dark +choice_labels = light, dark +default = text-light \ No newline at end of file diff --git a/models/product.ini b/models/product.ini index 10ad499..1cd557b 100644 --- a/models/product.ini +++ b/models/product.ini @@ -12,6 +12,10 @@ size = large label = Subtitle type = string +[fields.header] +type = flow +flow_blocks = generic-header + [fields.description1] label = Description 1 type = markdown diff --git a/templates/blocks/generic-header.html b/templates/blocks/generic-header.html new file mode 100644 index 0000000..fc69d2c --- /dev/null +++ b/templates/blocks/generic-header.html @@ -0,0 +1,7 @@ +
+
+ {% for h in this.headers %} +

{{h}}

+ {% endfor %} +
+
\ No newline at end of file diff --git a/templates/layout-2020.html b/templates/layout-2020.html index 13a4f2f..4c78b87 100644 --- a/templates/layout-2020.html +++ b/templates/layout-2020.html @@ -11,6 +11,7 @@ href="/u/static/bootstrap-4.4.1-dist/css/bootstrap.min.css"> +