Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanschoeberl committed Jul 24, 2020
0 parents commit 6752269
Show file tree
Hide file tree
Showing 44 changed files with 25,265 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea
_site
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# granittreff.com

GranitTreff Hagenberg Website: [granittreff.com](https://granittreff.com)
10 changes: 10 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "page"
hidemobiletitle: false

collections:
granittreff:
18 changes: 18 additions & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
- name: Home
url: /
external: false
- name: Team
url: /team
external: false
- name: Über uns
url: /about
external: false
- name: Partner
url: /partners
external: false
- name: Meetup
url: "https://www.meetup.com/de-DE/GranitTreff/"
external: true
- name: YouTube
url: "https://www.youtube.com/channel/UCd-kXaq7DpeFOepwas6zV0w"
external: true
20 changes: 20 additions & 0 deletions _data/partners.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
- name: bluesource mobile solutions gmbh
image: /images/partners/bluesource.svg
url: "https://www.bluesource.at"
- name: Dynatrace
image: /images/partners/dynatrace.png
url: "https://www.dynatrace.com"
- name: JetBrains
description: JetBrains IDE Lizenzen
image: /images/partners/jetbrains.png
url: "https://www.jetbrains.com"
- name: SIWA Online GmbH
description: Domain und E-Mail
image: /images/partners/siwa.png
url: "https://www.siwa.at"
- name: STIWA Group
image: /images/partners/stiwa-group.png
url: "https://www.stiwa.com"
- name: Unternehmensnetzwerk
image: /images/partners/unternehmensnetzwerk.png
url: "http://unswp.cms.countit.at"
14 changes: 14 additions & 0 deletions _data/team.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
- name: Martin Ahrer
company: bluesource mobile solutions gmbh
image: /images/people/ahrer_martin.jpg
- name: Markus Gierlinger
company: Dynatrace
image: /images/people/gierlinger_markus.jpg
- name: Stefan Gusenbauer
company: Dynatrace
image: /images/people/gusenbauer_stefan.jpg
- name: Stefan Schöberl
image: /images/people/schoeberl_stefan.jpg
- name: Roland Wingelhofer
company: STIWA Group
image: /images/people/wingelhofer_roland.jpg
32 changes: 32 additions & 0 deletions _granittreff/01.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
number: 1
date: 2020-04-22
time: "19:00"
pending: false
host: Dynatrace
meetupevent: "https://www.meetup.com/de-DE/GranitTreff/events/270039830/"
talks:
- speaker: Thomas Herzog
image: /images/people/herzog_thomas.jpg
topic: Microservices with Thorntail.io
links:
- name: Code-Beispiele
url: "https://github.com/Gepardec/GranitTreff-220420"
- speaker: David Baumgartner
image: /images/people/baumgartner_david.jpg
topic: The current 90ies of machine learning, what's missing?
links:
- name: Präsentation
url: "https://gl.githack.com/2er0/pres/-/raw/GranitTreff-ML/index.html#/title-slide"
- name: Repository zum Talk
url: "https://gitlab.com/2er0/pres/tree/GranitTreff-ML"
- speaker: Halko Karr-Sajtarevic
image: /images/people/karr-sajtarevic_halko.jpg
topic: Spoonboy - Wie uns ein Thermodrucker serverless satt macht
links:
- name: Präsentation
url: "https://speakerdeck.com/halko/spoonboy"
links:
- name: Aufzeichnung
url: "https://www.youtube.com/watch?v=w8aXIARxXOI"
---
30 changes: 30 additions & 0 deletions _granittreff/02.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
number: 2
date: 2020-06-03
time: "19:00"
pending: false
host: bluesource mobile solutions gmbh
meetupevent: "https://www.meetup.com/de-DE/GranitTreff/events/270879935/"
talks:
- speaker: Thomas Herzog
image: /images/people/herzog_thomas.jpg
topic: Git in Software Engineering
links:
- name: Code-Beispiele
url: "https://github.com/Gepardec/GranitTreff-030620"
- speaker: Martin Ahrer
image: /images/people/ahrer_martin.jpg
topic: TDD, CI/CD for infrastructure as code with footloose, ignite, and firecracker
links:
- speaker: Bernhard Mayr
image: /images/people/mayr_bernhard.jpg
topic: Build.WithConfidence();
links:
- name: Repository zum Talk
url: "https://github.com/bemayr/talk.build-with-confidence"
- name: Statecharts.NET
url: "https://github.com/bemayr/Statecharts.NET"
links:
- name: Aufzeichnung
url: "https://www.youtube.com/watch?v=uJ2G-znIabg"
---
17 changes: 17 additions & 0 deletions _includes/formatdate.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{{ include.date | date: "%-d" }}.
{% assign m = include.date | date: "%-m" %}
{% case m %}
{% when '1' %}Jänner
{% when '2' %}Februar
{% when '3' %}März
{% when '4' %}April
{% when '5' %}Mai
{% when '6' %}Juni
{% when '7' %}Juli
{% when '8' %}August
{% when '9' %}September
{% when '10' %}Oktober
{% when '11' %}November
{% when '12' %}Dezember
{% endcase %}
{{ include.date | date: "%Y" }}
33 changes: 33 additions & 0 deletions _includes/navigation.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<nav class="uk-navbar uk-light uk-width-expand" uk-navbar>
<a class="uk-navbar-item uk-logo uk-hidden@s" href="/">GranitTreff Hagenberg</a>
<div class="uk-navbar-left uk-visible@s">
<ul class="uk-navbar-nav">
{% for item in site.data.navigation %}
<li class="{% if page.url == item.url %} uk-active {% endif %} {%if forloop.first == true %} uk-margin-small-left {% endif %}">
<a href="{{ item.url }}"
{% if item.external %} target="_blank" rel="noreferrer" {% endif %}>
{{ item.name }}
</a>
</li>
{% endfor %}
</ul>
</div>
<div class="uk-navbar-right uk-hidden@s">
<button type="button" class="uk-navbar-toggle" uk-toggle="target: #side-nav" uk-navbar-toggle-icon></button>
</div>
</nav>

<div id="side-nav" uk-offcanvas="overlay: true" class="uk-hidden@s">
<div class="uk-offcanvas-bar">
<ul class="uk-nav uk-nav-primary uk-nav-center uk-light">
{% for item in site.data.navigation %}
<li class="{% if page.url == item.url %} uk-active {% endif %}">
<a href="{{ item.url }}"
{% if item.external %} target="_blank" rel="noreferrer" {% endif %}>
{{ item.name }}
</a>
</li>
{% endfor %}
</ul>
</div>
</div>
29 changes: 29 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="de" class="uk-background-secondary">
<head>
<title>GranitTreff Hagenberg</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="GranitTreff Hagenberg">
{% if page.url == '/' %}
<meta name="robots" content="index, nofollow">
{% else %}
<meta name="robots" content="noindex, nofollow">
{% endif %}
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="stylesheet" href="/css/uikit.min.css"/>
<link rel="stylesheet" href="/css/custom.css"/>
<script src="/js/uikit.min.js"></script>
</head>
<body>

{% include navigation.html %}

<main class="uk-container">
{{ content }}
</main>

</body>
</html>
11 changes: 11 additions & 0 deletions _layouts/page.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: default
---
<h1 class="uk-light {% if page.hidemobiletitle %} uk-visible@s {% endif %}">{{ page.title }}</h1>
{% if page.background %}
<div class="uk-card uk-card-default uk-card-body uk-dark uk-margin-medium-bottom">
{% endif %}
{{ content }}
{% if page.background %}
</div>
{% endif %}
14 changes: 14 additions & 0 deletions about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Worum es bei uns geht
permalink: /about
background: true
---
GranitTreff Hagenberg: Technologie, eigene Projekte, ... in und um Hagenberg

Jeder darf einen Vortrag halten &rarr; Just contact the organizers<br>
Jeder Vortrag dauert ca. 30-40 Minuten.

Pro Treff gibt es ca. 3 Vorträge.

For our non-german speakers:<br>
Language is German but if requested, and the speaker is comfortable with it, the talks will be held in English.
Binary file added apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.partner-image {
max-height: 150px;
max-width: 250px;
}
Loading

0 comments on commit 6752269

Please sign in to comment.