Skip to content

Commit

Permalink
Merge pull request #59 from 18010032728/idec2024
Browse files Browse the repository at this point in the history
add Gallery
  • Loading branch information
18010032728 authored Mar 29, 2024
2 parents 4d7a3e7 + 136590c commit 5a79e30
Show file tree
Hide file tree
Showing 19 changed files with 45 additions and 4 deletions.
Binary file added img/gallery/DSC00048.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/gallery/DSC00586.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/gallery/DSC00634.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/gallery/DSC00672.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/gallery/DSC00681.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/gallery/DSC09684.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/gallery/DSC09703.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/gallery/DSC09718.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/gallery/DSC09724.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/gallery/DSC09731.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/gallery/DSC09754.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/gallery/DSC09779.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/gallery/DSC09794.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/gallery/G31A1409.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/gallery/G31A1428.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/gallery/IMG_4787.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/gallery/IMG_4796.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/gallery/IMG_4925.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 45 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image:alt" content="international Directed Evolution Competition (iDEC)" />
<title>iDEC - International Directed Evolution Competition</title> <!-- Bootstrap -->
<link href="../css/bootstrap-4.4.1.css" rel="stylesheet" /> <!-- iDEC CSS stylesheet -->
<link rel="stylesheet" href="../css/style.css" /> <!-- Favicons -->
<link href="css/bootstrap-4.4.1.css" rel="stylesheet" /> <!-- iDEC CSS stylesheet -->
<link rel="stylesheet" href="css/style.css" /> <!-- Favicons -->
<link rel="apple-touch-icon" sizes="57x57" href="img/favicon/apple-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="60x60" href="img/favicon/apple-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-icon-72x72.png" />
Expand Down Expand Up @@ -167,6 +167,47 @@ <h5 class="card-title"> <a class="news-card-hyperlink" href="pages/news.html#new
</div>
</div>
</section>
<!-- Gallery -->
<section>
<div class="container">
<div class="row">
<div class="col-sm-12 mt-4 mb-2 text-center">
<h2>Gallery</h2>
</div>
</div>
<div class="row">
<pre tabindex="0" id="imageListScroll" onmousedown="over()">
<div class="row">
<div class="imageList">
<img src="img/gallery/DSC00048.JPG" height="150px" width="auto" />
<img src="img/gallery/DSC00586.JPG" height="150px" width="auto" />
<img src="img/gallery/DSC00634.JPG" height="150px" width="auto" />
<img src="img/gallery/DSC00672.JPG" height="150px" width="auto" />
<img src="img/gallery/DSC00681.JPG" height="150px" width="auto" />
<img src="img/gallery/DSC09754.JPG" height="150px" width="auto" />
<img src="img/gallery/G31A1409.JPG" height="150px" width="auto" />
<img src="img/gallery/IMG_4787.jpg" height="150px" width="auto" />
<img src="img/gallery/IMG_4796.jpg" height="150px" width="auto" />
</div>
</div>
<div class="row">
<div class="imageList">
<img src="img/gallery/DSC09684.JPG" height="150px" width="auto" />
<img src="img/gallery/DSC09703.JPG" height="150px" width="auto" />
<img src="img/gallery/DSC09718.JPG" height="150px" width="auto" />
<img src="img/gallery/DSC09724.JPG" height="150px" width="auto" />
<img src="img/gallery/DSC09731.JPG" height="150px" width="auto" />
<img src="img/gallery/DSC09779.JPG" height="150px" width="auto" />
<img src="img/gallery/DSC09794.JPG" height="150px" width="auto" />
<img src="img/gallery/G31A1428.JPG" height="150px" width="auto" />
<img src="img/gallery/IMG_4925.jpg" height="150px" width="auto" />
</div>
</div>
</pre>
</div>
</div>
</section>

<section>
<div class="container">
<div class="row">
Expand Down Expand Up @@ -571,8 +612,8 @@ <h5 class="modal-title" id="exampleModalLongTitle"> Who to contact </h5> <button
<script src="js/2a0c96cd0e.js" crossorigin="anonymous"></script>
<script src="js/timeline.js"></script>
<script src="https://hammerjs.github.io/dist/hammer.js"></script>
<!-- <script src="js/autoScroll.js"></script> -->
<script src="js/autoScroll.js"></script>

</body>

</html>
</html>

0 comments on commit 5a79e30

Please sign in to comment.