-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Petter Joelson
committed
Mar 18, 2019
1 parent
4e6ac27
commit a4c4505
Showing
64 changed files
with
5,186 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: CivicTech Göteborg | ||
permalink: "/en/goteborg/" | ||
lang: en | ||
ref: goteborg | ||
excerpt: Etiam porta sem malesuada magna mollis euismod. | ||
ingress-text: Cras mattis consectetur purus sit amet fermentum. Donec ullamcorper nulla non metus auctor fringilla. | ||
--- | ||
|
||
Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Nullam quis risus eget urna mollis ornare vel eu leo. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: CivicTech Göteborg | ||
ref: goteborg | ||
excerpt: Etiam porta sem malesuada magna mollis euismod. | ||
ingress-text: Cras mattis consectetur purus sit amet fermentum. Donec ullamcorper nulla non metus auctor fringilla. | ||
--- | ||
|
||
Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Nullam quis risus eget urna mollis ornare vel eu leo. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,15 @@ | ||
<section id="partners" class=""> | ||
<section class="section"> | ||
<div class="container"> | ||
<h2 class="title">{{site.partner[page.lang].partnership}}</h2> | ||
|
||
<div class="container py-3"> | ||
<div class="row"> | ||
<div class="col-sm-4"> | ||
<h2 class="display-3">{{site.partner[page.lang].initiative}}</h2> | ||
<div class="row"> | ||
<div class="col-md-8 col-sm-12 pb-2"> | ||
<a href="http://digidemlab.org" title="Digidem Lab"> | ||
<img src="{{site.baseurl}}/uploads/logo-digidemlab.png" alt="Digidem Lab" class="img-fluid"> | ||
</a> | ||
</div> | ||
<div class="columns"> | ||
{% for item in site.partners %} | ||
<div class="column"> | ||
<a href="{{item.link}}" title="{{item.title}}"> | ||
<img src="{{site.baseurl}}{{item.logo}}" alt="{{item.title}}"> | ||
</a> | ||
</div> | ||
<h2 class="display-3">{{site.partner[page.lang].support}}</h2> | ||
<div class="row"> | ||
<div class="col-md-6 col-sm-12 pb-2"> | ||
<a href="http://arvsfonden.se" title="Allmänna Arvsfonden"> | ||
<img src="{{site.baseurl}}/uploads/logo-arvsfonden.png" alt="Arvsfonden" class="img-fluid"> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-sm-8"> | ||
<h2 class="display-3">{{site.partner[page.lang].partnership}}</h2> | ||
<div class="row"> | ||
{% for item in site.partners %} | ||
<div class="col-sm-6 col-md-3 pb-1"> | ||
<a href="{{item.link}}" title="{{item.title}}"> | ||
<img src="{{site.baseurl}}{{item.logo}}" alt="{{item.title}}" class="img-fluid"> | ||
</a> | ||
</div> | ||
{% endfor %} | ||
</div> | ||
</div> | ||
{% endfor %} | ||
</div> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,24 @@ | ||
{% assign hackathons=site.hackathons | where:"lang", page.lang | sort:'event-date' | reverse %} | ||
<div class="columns"> | ||
|
||
{% for item in hackathons %} | ||
<div class="{% cycle 'bg-faded', '' %}"> | ||
<div class="container py-3b py-lg-3c"> | ||
<div class="row"> | ||
<div class="col"> | ||
<h2 class="display-2 mb-0b mb-lg-2b"><a href="{{site.baseurl}}{{item.url}}" class="text-primary">{{item.title}}</a></h2> | ||
{% for post in site.posts limit:3 %} | ||
<div class="column"> | ||
<div class="card"> | ||
<div class="card-image"> | ||
<figure class="image is-4by3"> | ||
<img src="https://bulma.io/images/placeholders/1280x960.png" alt="Placeholder image"> | ||
</figure> | ||
</div> | ||
</div> | ||
<div class="row mb-3"> | ||
<div class="col-lg-9"> | ||
<h3 class="mb-0">{{item.event-date-desc}} // {{item.place}}</h3> | ||
<p class="lead text-primary">{{item.excerpt}}</p> | ||
<p class="">{{ item.ingress-text | strip_html }}</p> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-lg-5 col-xl-4 offset-xl-1 push-lg-7"> | ||
{% include page-links.html links=item.links %} | ||
</div> | ||
{% if site.categories[item.ref] %} | ||
<div class="col-lg-7 pull-lg-5 hidden-xs-down"> | ||
{% include project-logos.html %} | ||
<div class="card-content"> | ||
<div class="content"> | ||
<h3 class="title">{{post.title}}</h3> | ||
{{post.excerpt}} | ||
</div> | ||
{% endif %} | ||
<div class="card-footer"> | ||
icon | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
{% endfor %} | ||
{% endfor %} | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,96 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
<header class="site-header bg-primary" role="banner"> | ||
<div class="header-image"> | ||
<div class="container" style="z-index:99"> | ||
<nav class="navbar navbar-toggleable-md navbar-light pt-2 pt-lg-3 pb-0"> | ||
<button class="navbar-toggler navbar-toggler-right border-0" type="button" data-toggle="modal" data-target="#menuModal" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> | ||
<!-- <i class="fa fa-bars fa-3x" aria-hidden="true"></i> --> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse justify-content-end mb-auto" id="main-menu"> | ||
<ul class="navbar-nav nav-menu-secondary ml-4"> | ||
{% include menu-lang.html %} | ||
</ul> | ||
<section class="hero is-primary is-medium"> | ||
<!-- Hero head: will stick at the top --> | ||
<div class="hero-head"> | ||
<nav class="navbar"> | ||
<div class="container"> | ||
<div class="navbar-brand"> | ||
<a class="navbar-item"> | ||
<img src="https://bulma.io/images/bulma-type-white.png" alt="Logo"> | ||
</a> | ||
<span class="navbar-burger burger" data-target="navbarMenuHeroA"> | ||
<span></span> | ||
<span></span> | ||
<span></span> | ||
</span> | ||
</div> | ||
</nav> | ||
<div class="row py-5"> | ||
<div class="col-lg-10 offset-lg-1 text-center"> | ||
<h1 class="display-1"><span class="bg-danger text-white text-uppercase">{{page.title}}</span></h1> | ||
<h2 class=""><span class="bg-danger text-white text-uppercase">{{page.description}}</span></h2> | ||
<a class="btn btn-secondary" href="https://chat.civictech.se" role="button">{{site.join[page.lang]}}</a> | ||
<div id="navbarMenuHeroA" class="navbar-menu"> | ||
<div class="navbar-end"> | ||
<a class="navbar-item"> | ||
Om oss | ||
</a> | ||
<a class="navbar-item"> | ||
Joina chatten | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</nav> | ||
</div> | ||
|
||
<!-- Hero content: will be in the middle --> | ||
<div class="hero-body"> | ||
<div class="container has-text-centered"> | ||
<h1 class="title"> | ||
Title | ||
</h1> | ||
<h2 class="subtitle"> | ||
Subtitle | ||
</h2> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
<section class="container mt-2 mt-lg-3 pb-3b"> | ||
<div class="row"> | ||
<div class="col p-0"> | ||
<div class="box text-update py-2b px-2 px-lg-3"> | ||
<p class="mb-2b lead text-primary">{{page.news-flash[0].text}}</p> | ||
<div class="text-right lead text-primary"> | ||
<a href="{{site.baseurl}}{{page.news-flash[0].link}}" class="icon-arrow-blue pl-4 pl-lg-3">{{page.news-flash[0].link-title}}</a> | ||
</div> | ||
|
||
<!-- Hero footer: will stick at the bottom --> | ||
<div class="hero-foot"> | ||
<div class="container"> | ||
<div class="field is-grouped is-pulled-right"> | ||
{% for item in site.groups %} | ||
<p class="control"> | ||
<a href="{{item.url}}" class="button is-text">{{item.title}}</a> | ||
</p> | ||
{% endfor %} | ||
<p class="control"> | ||
<a class="button"> | ||
Starta i din stad! | ||
</a> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section id="projects"> | ||
<div class="container pt-2"> | ||
<div class="row"> | ||
<div class="col"> | ||
<h2 class="display-3">{{site.project-title[page.lang]}}</h2> | ||
</div> | ||
<section class="section"> | ||
<div class="container"> | ||
<div class="columns"> | ||
{% for item in page.principles %} | ||
<div class="column"> | ||
<h3 class="title">{{item.title}}</h3> | ||
<p>{{item.text}}</p> | ||
</div> | ||
{% endfor %} | ||
</div> | ||
</div> | ||
</section> | ||
|
||
{% include projects.html %} | ||
<section class="section"> | ||
<div class="container"> | ||
<p class="mb-2b lead text-primary">{{page.news-flash[0].text}}</p> | ||
<div> | ||
<a href="{{site.baseurl}}{{page.news-flash[0].link}}" class="icon-arrow-blue pl-4 pl-lg-3">{{page.news-flash[0].link-title}}</a> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="section"> | ||
<div class="container"> | ||
<h2 class="title">{{site.project-title[page.lang]}}</h2> | ||
{% include projects.html %} | ||
|
||
</div> | ||
</section> | ||
|
||
|
||
{% include contact.html %} | ||
{% include footer-partners.html %} | ||
{% include footer.html %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
@charset "utf-8" | ||
/*! bulma.io v0.7.4 | MIT License | github.com/jgthms/bulma */ | ||
@import "bulma/utilities/_all" | ||
@import "bulma/base/_all" | ||
@import "bulma/elements/_all" | ||
@import "bulma/components/_all" | ||
@import "bulma/grid/_all" | ||
@import "bulma/layout/_all" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
@charset "utf-8" | ||
|
||
@import "minireset.sass" | ||
@import "generic.sass" | ||
@import "helpers.sass" |
Oops, something went wrong.