Skip to content

Commit

Permalink
Merge pull request #224 from aaime/crowdfund_link
Browse files Browse the repository at this point in the history
Crowdfunding front and (almost) center
  • Loading branch information
simboss authored Oct 11, 2024
2 parents fce04fc + 37de685 commit 46eb3a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file modified img/posts/2.26/gs3-crowdfunding.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ <h1>GeoServer is an open source server for sharing geospatial data.</h1>
<section id="">
<div class="row">
<div class="col-md-6">
<div>
<a href="behind%20the%20scenes/2024/09/10/gs3"><img src="/img/posts/2.26/gs3-crowdfunding.png" alt="GeoServer 3 Crowdfunding" style="display:block; margin-left:auto; margin-right:auto; width:40%;"/>
<p class="text-center">More information...</p>
</a>
</div>
<div id="map" class="map"></div>
</div>
<div class="col-md-6">
Expand Down Expand Up @@ -118,7 +123,7 @@ <h4>Development</h4>
</div>
<div id="news">
<h2><a href="blog/index.html" target="_blank">News</a></h2>
{% for i in (0..5) %}
{% for i in (0..10) %}
<h4><a href="{{ site.posts[i].url }}" >{{ site.posts[i].title }}</a> {{ site.posts[i].date | date: "%b %-d, %Y" }}{% if site.posts[i].author %} • {{ site.posts[i].author }}{% endif %}{% if site.posts[i].meta %} • {{ site.posts[i].meta }}{% endif %}</h4>
{% endfor %}
</div>
Expand Down

0 comments on commit 46eb3a6

Please sign in to comment.