Skip to content

Commit

Permalink
Added link to photo album
Browse files Browse the repository at this point in the history
  • Loading branch information
hirokiky committed Oct 14, 2023
1 parent 99f598d commit ca418c8
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 5 deletions.
Binary file added _static/img/photo_album.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions _templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
{% include 'index/_about.html' %}
{% include 'index/_confday.html' %}
{% include 'index/_program.html' %}
{% include 'index/_media.html' %}
{% include 'index/_organizer.html' %}
{% include 'index/_ticket.html' %}
{% include 'index/_staff.html' %}
Expand Down
13 changes: 8 additions & 5 deletions _templates/index/_media.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{% call section.section('section-media section-lightgrey', 'photo', 'PHOTO', '当日写真') %}
<div class="text-center">
<p>
<img width="100%" src="static/img/photo.jpg" alt="イベントの様子" class="img-responsive">
</p>
<div class="row justify-content-md-center">
<div class="col-md-6">
<p>
<img width="100%" src="static/img/photo_album.jpeg" alt="イベントの様子" class="img-responsive">
</p>
</div>
</div>
<p class="description">
<a href="https://photos.app.goo.gl/FbCQLyTmDm19ScZVA" class="btn-round btn btn-primary">アルバム1</a>&nbsp;&nbsp;
<a href="https://www.flickr.com/photos/peacock0803sz/sets/72177720303660773/" class="btn-round btn btn-primary">アルバム2</a>
<a target="_blank" href="https://photos.app.goo.gl/rdNFVXVvDHq42f7s9" class="btn-round btn btn-primary">アルバムはこちら!</a>&nbsp;&nbsp;
</p>
</div>
{% endcall %}
27 changes: 27 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,33 @@ <h3>パーティー / Party</h3><br/>
</section>


<section class="section section-media section-lightgrey" id="photo">
<div class="container">
<div class="tim-title">
<h2 class="title text-center">
PHOTO
<br />
<small>当日写真</small>
</h2>

<div class="text-center">
<div class="row justify-content-md-center">
<div class="col-md-6">
<p>
<img width="100%" src="static/img/photo_album.jpeg" alt="イベントの様子" class="img-responsive">
</p>
</div>
</div>
<p class="description">
<a target="_blank" href="https://photos.app.goo.gl/rdNFVXVvDHq42f7s9" class="btn-round btn btn-primary">アルバムはこちら!</a>&nbsp;&nbsp;
</p>
</div>

</div>
</div>
</section>


<section class="section section-partners section-lightgrey" id="partners">
<div class="container">
<div class="tim-title">
Expand Down
Binary file added docs/static/img/photo_album.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ca418c8

Please sign in to comment.