Skip to content

Commit

Permalink
added pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
lowenhere committed May 22, 2019
1 parent 8b682db commit e7499df
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 2 deletions.
Binary file added img/event_images/DSC02499.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/event_images/DSC02618.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/event_images/DSC02707.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/event_images/DSC03092.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/event_images/DSC03297.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/event_images/DSC03359.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 28 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ <h1 class="mb-3">ROBOCLASH 2019</h1>

<section class="py-3">
<div class="d-flex flex-wrap justify-content-around align-items-center container">
<div class="row">
<div class = "d-inline-block align-self-stretch px-4 py-4">
<div class="row ">
<div class = "d-inline-block align-self-stretch px-4 py-2">
<div class = "h-100 card border-secondary bg-dark px-3 pt-1 pb-4" id="">
<h3 class="mt-4 mb-3">ROBOCLASH 2019 Highlights</h3>

Expand All @@ -91,6 +91,12 @@ <h3 class="mt-4 mb-3">ROBOCLASH 2019 Highlights</h3>
<li data-target="#imageCarousel" data-slide-to="5"></li>
<li data-target="#imageCarousel" data-slide-to="6"></li>
<li data-target="#imageCarousel" data-slide-to="7"></li>
<li data-target="#imageCarousel" data-slide-to="8"></li>
<li data-target="#imageCarousel" data-slide-to="9"></li>
<li data-target="#imageCarousel" data-slide-to="10"></li>
<li data-target="#imageCarousel" data-slide-to="11"></li>
<li data-target="#imageCarousel" data-slide-to="12"></li>
<li data-target="#imageCarousel" data-slide-to="13"></li>
</ol>


Expand All @@ -104,6 +110,26 @@ <h3 class="mt-4 mb-3">ROBOCLASH 2019 Highlights</h3>
<div class="carousel-item">
<img class="d-block w-100" src="./img/event_images/DSC02422.jpg" alt="">
</div>

<div class="carousel-item">
<img class="d-block w-100" src="./img/event_images/DSC03297.jpg" alt="">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./img/event_images/DSC02499.jpg" alt="">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./img/event_images/DSC02618.jpg" alt="">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./img/event_images/DSC03092.jpg" alt="">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./img/event_images/DSC03359.jpg" alt="">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./img/event_images/DSC02707.jpg" alt="">
</div>

<div class="carousel-item">
<img class="d-block w-100" src="./img/event_images/DSC03713.jpg" alt="">
</div>
Expand Down

0 comments on commit e7499df

Please sign in to comment.