Skip to content

Commit

Permalink
ER volny#2
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisHamadej committed Mar 6, 2023
1 parent 53448c5 commit 84ee066
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 21 deletions.
39 changes: 19 additions & 20 deletions _includes/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,27 @@
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">Let's Get In Touch!</h2>
<h2 class="section-heading">Záznamy</h2>
<hr class="primary">
<p>Ready to start your next project with us? That's great! Give us a call or send us an email and we will get back to you as soon as possible!</p>
</div>
<div class="col-lg-2 col-lg-offset-2 text-center">
<a href="https://twitter.com/{{ site.twitter_username }}">
<i class="fa fa-twitter fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p>{{ site.twitter_username }}</p>
</a>
</div>
<div class="col-lg-2 col-lg-offset-1 text-center">
<a href="mailto:{{ site.email }}">
<i class="fa fa-envelope-o fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p>{{ site.email }}</p>
</a>
</div>
<div class="col-lg-2 col-lg-offset-1 text-center">
<a href="https://github.com/{{ site.github_username }}">
<i class="fa fa-github fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p>{{ site.github_username }}</p>
</a>
<div class="col-lg-2 col-lg-offset-2 text-center">
<a href="img/SafePark_osoba.xlsx">
<i class="fa fa-file-excel-o fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p>Osoba</p>
</a>
</div>
<div class="col-lg-2 col-lg-offset-1 text-center">
<a href="img/SafePark_rezervacia.xlsx">
<i class="fa fa-file-excel-o fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p>Rezervácia</p>
</a>
</div>
<div class="col-lg-2 col-lg-offset-1 text-center">
<a href="img/SafePark_parkovacie_miesto.xlsx">
<i class="fa fa-file-excel-o fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p>Parkovacie miesto</p>
</a>
</div>
</div>

</div>
</section>
13 changes: 12 additions & 1 deletion _includes/portfolio.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
<section class="no-padding" id="portfolio">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Zadania</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container-fluid">
<div class="row no-gutter">
<div class="col-lg-4 col-sm-6">
<a href="img/portfolio/SWOT.pdf" target="_blank" class="portfolio-box">
<a href="img/portfolio/SWOT.png" target="_blank" class="portfolio-box">
<img src="img/portfolio/SWOT.png" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
Expand All @@ -18,6 +26,9 @@
<img src="img/portfolio/ER_diagram.png" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
<a href="img/portfolio/ER_diagram.png" target="_blank">ER diagram</a>
</div>
<div class="project-name">
ER diagram
</div>
Expand Down
Binary file added img/SafePark_osoba.xlsx
Binary file not shown.
Binary file added img/SafePark_parkovacie_miesto.xlsx
Binary file not shown.
Binary file added img/SafePark_rezervacia.xlsx
Binary file not shown.

0 comments on commit 84ee066

Please sign in to comment.