Skip to content

Commit

Permalink
Publish site for c90a1eb
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jan 1, 2024
1 parent 64d4b10 commit 5c57fec
Show file tree
Hide file tree
Showing 7 changed files with 327 additions and 308 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<h1>About</h1>
</div>

<p><em>28 December 2023</em></p>
<p><em>01 January 2024</em></p>

<p><div class="sect1">
<h2 id="_the_site">The Site</h2>
Expand Down
4 changes: 2 additions & 2 deletions feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<atom:link href="https://aalmiray.github.io/java-champions//feed.xml" rel="self" type="application/rss+xml" />
<description>JBake Bootstrap Template</description>
<language>en-gb</language>
<pubDate>Thu, 28 Dec 2023 15:23:04 +0000</pubDate>
<lastBuildDate>Thu, 28 Dec 2023 15:23:04 +0000</lastBuildDate>
<pubDate>Mon, 1 Jan 2024 15:51:39 +0000</pubDate>
<lastBuildDate>Mon, 1 Jan 2024 15:51:39 +0000</lastBuildDate>


</channel>
Expand Down
Binary file added img/avatars/kevindubois.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
607 changes: 308 additions & 299 deletions members.html

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions resources/java-champions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,15 @@ members:
twitter: https://twitter.com/juliendubois
linkedin: https://www.linkedin.com/in/juliendubois/
avatar: img/avatars/juliendubois.png
- name: Kevin Dubois
year: 2024
country:
nomination: Belgium
city: Brussels
social:
twitter: https://twitter.com/kevindubois
linkedin: https://www.linkedin.com/in/kevindubois/
avatar: img/avatars/kevindubois.png
- name: Hendrik Ebbers
year: 2016
country:
Expand Down
6 changes: 3 additions & 3 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>https://aalmiray.github.io/java-champions//stats.html</loc>
<lastmod>2023-12-28</lastmod>
<lastmod>2024-01-01</lastmod>
</url>
<url>
<loc>https://aalmiray.github.io/java-champions//members.html</loc>
<lastmod>2023-12-28</lastmod>
<lastmod>2024-01-01</lastmod>
</url>
<url>
<loc>https://aalmiray.github.io/java-champions//about.html</loc>
<lastmod>2023-12-28</lastmod>
<lastmod>2024-01-01</lastmod>
</url>
</urlset>
7 changes: 4 additions & 3 deletions stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<h1>Stats</h1>
</div>

<p><em>28 December 2023</em></p>
<p><em>01 January 2024</em></p>

<p><script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript">
Expand All @@ -76,7 +76,7 @@ <h1>Stats</h1>
['France', 17],
['Canada', 13],
['Spain', 13],
['Belgium', 8],
['Belgium', 9],
['Switzerland', 8],
['Russian Federation', 7],
['Sweden', 6],
Expand Down Expand Up @@ -143,6 +143,7 @@ <h1>Stats</h1>

var yearsData = google.visualization.arrayToDataTable([
['YEAR', 'Total'],
['2024', 1],
['2023', 19],
['2022', 14],
['2021', 22],
Expand Down Expand Up @@ -177,7 +178,7 @@ <h1>Stats</h1>
title: 'Country'
},
bars: 'horizontal',
height: '570'
height: '600'
};
var yearsChart = new google.charts.Bar(document.getElementById('years_chart_div'));
yearsChart.draw(yearsData, yearsOptions);
Expand Down

0 comments on commit 5c57fec

Please sign in to comment.