Skip to content

Commit 216ad4c

Browse files
author
Florent Biville
committed
First version
1 parent 50f4688 commit 216ad4c

26 files changed

+102
-176
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ hs_err_pid*
2424
.DS_Store
2525
.sass-cache
2626
_site
27+
.jekyll-cache

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ default_lang: "en"
1010

1111
twitter_username: hackcommitpush
1212
github_username:
13-
github_url: https://github.com/hack-commit-push/hack-commit-push.github.io
13+
github_url: https://github.com/hack-commit-push
1414
# Build settings
1515
markdown: kramdown

_data/events.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
upcoming:
2+
- name: Paris 2020
3+
url: https://paris-2020.hack-commit-pu.sh/
4+
short_desc: 👋 Join us<br/>on June 6th! 👋
5+
6+
- name: More to come
7+
url: https://hack-commit-pu.sh/
8+
short_desc: 👂 Stay Tuned! 👂
9+
10+
past:
11+
- name: Paris 2019
12+
url: https://paris-2019.hack-commit-pu.sh/
13+
short_desc: 🚀 1st edition<br/>...ever! 🚀

_data/team.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

_includes/_events.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<div class="row justify-content-start align-items-center">
2+
{% for event in include.events %}
3+
{% if forloop.length == 1 %}
4+
<div class="grid_item col-xs-12 col-sm-4 col-sm-offset-4">
5+
{% else %}
6+
{% assign mod = forloop.index0 | modulo:2 %}
7+
{% if mod == 0 %}
8+
<div class="grid_item col-xs-12 col-sm-4 col-sm-offset-2">
9+
{% else %}
10+
<div class="grid_item col-xs-12 col-sm-4">
11+
{% endif %}
12+
{% endif %}
13+
<a href="{{event.url}}" rel="noopener" target="_blank">
14+
<p class="wow bounceIn name">{{event.name}}</p>
15+
<p class="short_desc">{{event.short_desc}}</span></p>
16+
</a>
17+
</div>
18+
{% endfor %}
19+
</div>

_includes/_members.html

Lines changed: 0 additions & 18 deletions
This file was deleted.

_includes/about.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
<div class="container">
33
<div class="row">
44
<div class="col-sm-8 col-sm-offset-2 text-center">
5-
<h2 class="section-heading">A <a href="http://hackergarten.net/" rel="noopener" target="_blank">Hackergarten</a> event</h2>
5+
<h2 class="section-heading">A <a href="https://www.hackergarten.net/" rel="noopener" target="_blank">Hackergarten</a> event</h2>
66
<hr class="light">
7-
<p class="text-left">We want to invite developers contribute to Open Source.<br />
8-
Let us get together and support open source projects by fixing issues and adding new features and most of all learn and have fun.</p>
9-
<p class="text-left">The event is open to every developer, regardless of their experience.<br />
10-
We plan to have introduction workshops at the beginning of the day.</p>
7+
<p class="text-left"><a href="https://hack-commit-pu.sh" rel="noopener" target="_blank">hack-commit-push</a> is a series of events inviting attendees to start contributing to Free/Open Source projects with the help of their maintainers.<br />
8+
Get together, support free/open source projects by fixing issues and adding new features and most of all learn and have fun.</p>
9+
<p class="text-left">The event is open to every everyone, regardless of their experience.</p>
1110
<p class="text-left">Every contribution counts!</p>
1211
</div>
1312
</div>

_includes/coc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<i class="fa fa-4x fa-comment wow bounceIn text-primary"></i>
66
<h2 class="section-heading">Code of Conduct</h2>
77
<hr class="primary">
8-
<p class="text-left">Our event is meant to be a harassment-free experience for everyone, regardless of age, gender, sexual orientation, disability, physical appearance, body size, race, or religion. We will not tolerate harassment of participants in any form. Participants or sponsors violating these rules will be sanctioned or expelled by the event organisers.</p>
8+
<p class="text-left">Our events are meant to be a harassment-free experience for everyone, regardless of age, gender, sexual orientation, disability, physical appearance, body size, race, or religion. We will not tolerate harassment of participants in any form. Participants or sponsors violating these rules will be sanctioned or expelled by the event organisers.</p>
99

1010
<p class="text-left">Any form of written or verbal communication or direct actions that can be harassing to any participant or staff is not allowed at this event.</p>
1111

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<meta charset="utf-8">
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<meta name="description" content="">
6+
<meta name="description" content="hack-commit-push family">
77
<meta name="author" content="">
88

99
<title>{{site.title}} &middot; {{site.tagline}}</title>

_includes/header.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<header>
22
<div class="header-content">
3-
<div class="header-content-inner" id="main-info">
4-
<h2>Hack-Commit-Push</h2>
3+
<div class="header-content-inner">
4+
<img id="logo" class="wow bounceInLeft" alt="{{ site.title }}" src="img/white_logo.png"
5+
data-wow-delay="2s" />
56
</div>
67
</div>
7-
<div id="host" class="header-content-inner">
8-
</div>
98
</header>

0 commit comments

Comments
 (0)