Skip to content
Open
Show file tree
Hide file tree
Changes from 40 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
146429c
don't need asside section:
lorenzwalthert Jan 26, 2020
2cee59f
new image
lorenzwalthert Jan 26, 2020
f7e53df
change colors to cca green
lorenzwalthert Jan 26, 2020
50db9f9
bulk updates
lorenzwalthert Jan 26, 2020
0031b13
use smaller image
lorenzwalthert Jan 26, 2020
cb0711f
use smaller image2
lorenzwalthert Jan 26, 2020
6529369
change background picture
lorenzwalthert Jan 26, 2020
8c78c28
change background picture to smaller
lorenzwalthert Jan 26, 2020
3e0c35e
add logo that is clickable
lorenzwalthert Jan 26, 2020
4575491
go back to old image
lorenzwalthert Jan 26, 2020
679e8b0
remove ds store
lorenzwalthert Jan 27, 2020
ebe9a65
use transparent logo
lorenzwalthert Jan 28, 2020
cebe924
use logo always from root folder no matter where nav is (for multilan…
lorenzwalthert Feb 10, 2020
474b70d
implement naive switch between german and french version
lorenzwalthert Feb 10, 2020
c6e8485
multiple facebook pages
lorenzwalthert Feb 11, 2020
31b68f2
spelling
lorenzwalthert Feb 11, 2020
1debed0
use german as german, not englihs
lorenzwalthert Feb 11, 2020
902f346
Merge pull request #1 from lorenzwalthert/support-french
lorenzwalthert Feb 13, 2020
7cca4d7
add another text element
lorenzwalthert Feb 27, 2020
96e6dc6
fix offset
lorenzwalthert Feb 27, 2020
36b4817
different link
lorenzwalthert Feb 27, 2020
3b74c7c
update them for newsletter
lorenzwalthert Mar 10, 2020
b09ddaf
show fa icons correctly on browser
lorenzwalthert Mar 11, 2020
53bb705
another try to make fa icons work
lorenzwalthert Mar 12, 2020
3862069
reverse order
lorenzwalthert Mar 12, 2020
8edc4ab
support first draft of events
lorenzwalthert Aug 25, 2020
2abd606
move events up
lorenzwalthert Aug 25, 2020
816031c
rename from hope
lorenzwalthert Aug 25, 2020
863cb29
support new with image
lorenzwalthert Sep 16, 2020
e47780e
added telegram + way of centering row with odd number of elements
Oct 20, 2020
2e291e2
Merge pull request #2 from lorenzwalthert/telegram
Oct 20, 2020
d57e579
fixed fontawesome version
Oct 26, 2020
ffc73f9
Merge pull request #4 from lorenzwalthert/telegram
Oct 26, 2020
e030f61
small fix: wrong if conidition for displaying newsletter symbol
Oct 26, 2020
b6fdc14
moving text under contact symbols consistently to config toml file
Oct 26, 2020
6efee85
Merge pull request #5 from lorenzwalthert/issue-15
Oct 26, 2020
59045b5
make image smaller
lorenzwalthert Mar 22, 2021
a55608b
add insta, clean up divs
lorenzwalthert Aug 11, 2021
e5a5338
Merge pull request #6 from lorenzwalthert/add-insta
lorenzwalthert Aug 11, 2021
60c1e6d
fix hugo breaking version changes
lorenzwalthert Sep 12, 2022
afac091
make themes work with more than one event
lorenzwalthert Aug 4, 2023
e73e17e
Revert "make themes work with more than one event"
lorenzwalthert Mar 31, 2025
28a7f46
adjust file size
lorenzwalthert Mar 31, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions layouts/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!DOCTYPE html>

<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- to use locally, instead use this line: -->
<!-- <link href={{ "font-awesome/css/font-awesome.min.css" | absURL }} rel="stylesheet"> -->
<head>
{{ partial "head.html" . }}
</head>
Expand All @@ -12,10 +16,15 @@
{{ partial "hero.html" . }}
{{ end }}

{{ if .Site.Params.events }}
{{ partial "events.html" . }}
{{ end }}

{{ if .Site.Params.about }}
{{ partial "about.html" . }}
{{ end }}


{{ if .Site.Params.services.list }}
{{ partial "services.html" . }}
{{ end }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h2 class="section-heading">{{ . }}</h2>
<p class="text-faded">{{ . | markdownify }}</p>
{{ end }}
{{ with .Site.Params.about.buttonText }}
<a href="#" class="btn btn-default btn-xl">{{ . }}</a>
<a href="#services" class="btn btn-default btn-xl">{{ . }}</a>
{{ end }}
</div>
</div>
Expand Down
11 changes: 0 additions & 11 deletions layouts/partials/aside.html
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
{{ "<!-- ASIDE -->" | safeHTML }}
<aside class="bg-dark">
<div class="container text-center">
<div class="call-to-action">
{{ with .Site.Params.aside.headline }}<h2>{{ . }}</h2>{{ end }}
{{ if and .Site.Params.aside.button.link .Site.Params.aside.button.text }}
<a href="{{ .Site.Params.aside.button.link }}" class="btn btn-default btn-xl wow tada">{{ .Site.Params.aside.button.text }}</a>
{{ end }}
</div>
</div>
</aside>
71 changes: 49 additions & 22 deletions layouts/partials/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<div class="text-center">
{{ with .Site.Params.contact.headline }}
<h2 class="section-heading">{{ . }}</h2>
{{ end }}
Expand All @@ -13,30 +13,57 @@ <h2 class="section-heading">{{ . }}</h2>
<p>{{ . | markdownify }}</p>
{{ end }}
</div>
{{ if .Site.Params.contact.phone }}
<div class="
{{ if .Site.Params.contact.email }}
col-lg-4
{{ else }}
col-lg-8
{{ end }}
col-lg-offset-2 text-center">
<i class="fa fa-phone fa-3x wow bounceIn"></i>
<p>{{ .Site.Params.contact.phone }}</p>
</div>
{{ end }}
{{ if .Site.Params.contact.email }}
<div class="
{{ if .Site.Params.contact.phone }}
col-lg-4
{{ else }}
col-lg-8 col-lg-offset-2
{{ end }}
text-center">
</div>
<!-- TODO switch to bootstrap 4 (supports flexbox, makes our life with centering easier -->
<!-- using empty cols to center. This is not ideal, but seems like the best solution in BS3 -->
<div class="row">
<div class="col-md-12"></div>
{{ if .Site.Params.contact.newsletterSignup }}
<div class="col-md-4 text-center">
<i class="fa fa-envelope-o fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p><a href="mailto:{{ .Site.Params.contact.email }}">{{ .Site.Params.contact.email }}</a></p>
<p><a href="{{ .Site.Params.contact.newsletterSignup }}">{{ .Site.Params.contact.newsletterText }}</a></p>
</div>
{{ end }}

{{ if .Site.Params.contact.telegramChannel }}
<div class="col-md-4 text-center">
<!-- TODO upgrade fontawesome, use fab-telegram-plane (looks much nicer) -->
<i class="fa fa-telegram fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p><a href="{{ .Site.Params.contact.telegramChannel }}">{{ .Site.Params.contact.telegramChannelText }}</a></p>
</div>
{{ end }}
{{ if .Site.Params.contact.facebookLocal }}
<div class="col-md-4 text-center">
<i class="fa fa-facebook fa-3x wow bounceIn"></i>
<p><a href={{ .Site.Params.contact.facebookLocal }}>{{ .Site.Params.contact.facebookLocalText }}</a></p>
</div>
{{ end }}
</div>
<div class="row">
<div class="col-md-12"></div>

{{ if .Site.Params.contact.email }}
<div class="col-md-4 text-center">
<i class="fa fa-envelope-o fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p><a href="mailto:{{ .Site.Params.contact.email }}">{{ .Site.Params.contact.emailText}}</a></p>
</div>
{{ end }}

{{ if .Site.Params.contact.Instagram }}
<div class="col-md-4 text-center">
<i class="fa fa-instagram fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p><a href={{ .Site.Params.contact.Instagram }}>{{ .Site.Params.contact.InstagramText}}</a></p>
</div>
{{ end }}

{{ if .Site.Params.contact.facebookGlobal }}
<div class="col-md-4 text-center">
<i class="fa fa-facebook fa-3x wow bounceIn"></i>
<p><a href={{ .Site.Params.contact.facebookGlobal }}>{{ .Site.Params.contact.facebookGlobalText }}</a></p>
</div>
{{ end }}

</div>
</section>
<!-- needed to display fa icons correctly in some browsers:https://stackoverflow.com/questions/57430455/font-awesome-unicode-icon-is-not-working-in-firefox -->
<i class="fa fa-check"></i>
22 changes: 22 additions & 0 deletions layouts/partials/events.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{{ "<!-- events -->" | safeHTML }}
<section id="events">
<div class="container">
<div class="row">
<div class="col-lg-10 text-center">
{{ with .Site.Params.events.headline }}
<h2 class="section-heading">{{ . }}</h2>
{{ end }}
{{ if and .Site.Params.events.headline .Site.Params.events.description }}
<hr class="primary">
{{ end }}
{{ if .Site.Params.events.imageLink }}
<p style="float: left; margin-right: 50px"><img src= {{ .Site.Params.events.imageLink }} height="200px" width="200px"></p>
{{ end }}
<p style="text-align: left">{{ .Site.Params.events.description | markdownify }}</p>

<a href= {{ .Site.Params.events.buttonLink }} class="btn btn-default btn-xl">{{ .Site.Params.events.buttonText }}</a>
</div>
</div>
</div>
</section>

2 changes: 1 addition & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
{{ with .Site.Params.name }}<meta name="author" content="{{ . }}">{{ end }}
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
{{ .Hugo.Generator }}
{{ hugo.Generator }}
<title>{{ .Site.Title }}</title>

{{ "<!-- Favicon -->" | safeHTML }}
Expand Down
3 changes: 3 additions & 0 deletions layouts/partials/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<div class="header-content">
<div class="header-content-inner">
{{ with .Site.Params.hero.slogan }}

<h1>{{ . | markdownify }}</h1>
{{ end }}
{{ if and .Site.Params.hero.slogan .Site.Params.hero.subtitle }}
Expand All @@ -17,3 +18,5 @@ <h1>{{ . | markdownify }}</h1>
</div>
</div>
</header>


9 changes: 5 additions & 4 deletions layouts/partials/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
{{ "<!-- Brand and toggle get grouped for better mobile display -->" | safeHTML }}
<div class="navbar-header">
<div class="navbar-nav">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
{{ with .Site.Params.navigation.brand }}
<a class="navbar-brand page-scroll" href="#page-top">{{ . | markdownify }}</a>
{{ end }}
<a href="#page-top"><img src="/img/logo.png" alt="image" width="48" height="48"/></a>
</div>
{{ "<!-- Collect the nav links, forms, and other content for toggling -->" | safeHTML }}
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
Expand Down Expand Up @@ -41,6 +39,9 @@
<a class="page-scroll" href="#contact">{{ .Site.Params.navigation.links.contact }}</a>
</li>
{{ end }}
<li>
<a class="page-scroll" href= {{ cond (eq (.Site.LanguagePrefix) "/fr") "/de" "fr" }} >{{ cond (eq (.Site.LanguagePrefix) "/fr") "Deutsch" "Français" }}</a>
</li>
</ul>
</div>
{{ "<!-- /.navbar-collapse -->" | safeHTML }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/services.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h2 class="section-heading">{{ . }}</h2>
<div class="container">
<div class="row">
{{ range .Site.Params.services.list }}
<div class="col-lg-3 col-md-6 text-center">
<div class="col-lg-3 col-md-6 text-left">
<div class="service-box">
<i class="fa fa-4x {{ .icon }} wow bounceIn text-primary"></i>
<h3>{{ .title }}</h3>
Expand Down
3 changes: 3 additions & 0 deletions static/css/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 21 additions & 15 deletions static/css/creative.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body {

hr {
max-width: 50px;
border-color: #f05f40;
border-color: #22b538;
border-width: 3px;
}

Expand All @@ -25,7 +25,7 @@ hr.light {
}

a {
color: #f05f40;
color: #22b538;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
Expand All @@ -45,7 +45,12 @@ a:focus {
color: rgb(52, 52, 52);
}

h1,
h1 {
padding-top: 240px;
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}


h2,
h3,
h4,
Expand All @@ -54,14 +59,15 @@ h6 {
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}


p {
margin-bottom: 20px;
font-size: 16px;
line-height: 1.5;
}

.bg-primary {
background-color: #f05f40;
background-color: #22b538;
}

.bg-dark {
Expand Down Expand Up @@ -98,7 +104,7 @@ aside {
text-transform: uppercase;
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
font-weight: 700;
color: #f05f40;
color: #22b538;
}

.navbar-default .navbar-header .navbar-brand:hover,
Expand All @@ -116,12 +122,12 @@ aside {

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
color: #f05f40;
color: #22b538;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
color: #f05f40!important;
color: #22b538!important;
background-color: transparent;
}

Expand Down Expand Up @@ -162,7 +168,7 @@ aside {

.navbar-default.affix .navbar-header .navbar-brand {
font-size: 14px;
color: #f05f40;
color: #22b538;
}

.navbar-default.affix .navbar-header .navbar-brand:hover,
Expand All @@ -177,7 +183,7 @@ aside {

.navbar-default.affix .nav > li>a:hover,
.navbar-default.affix .nav>li>a:focus:hover {
color: #f05f40;
color: #22b538;
}
}

Expand Down Expand Up @@ -332,7 +338,7 @@ header .header-content .header-content-inner p {
}

.text-primary {
color: #f05f40;
color: #22b538;
}

.no-gutter > [class*=col-] {
Expand Down Expand Up @@ -394,9 +400,9 @@ fieldset[disabled] .btn-default.active {
}

.btn-primary {
border-color: #f05f40;
border-color: #22b538;
color: #fff;
background-color: #f05f40;
background-color: #22b538;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
Expand Down Expand Up @@ -437,12 +443,12 @@ fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
border-color: #f05f40;
background-color: #f05f40;
border-color: #22b538;
background-color: #22b538;
}

.btn-primary .badge {
color: #f05f40;
color: #22b538;
background-color: #fff;
}

Expand Down
Binary file added static/img/header-old.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/header.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.