minor fixes

This commit is contained in:
Felix
2020-03-12 20:03:52 +01:00
parent 77379f5520
commit d3f71692a0
10 changed files with 130 additions and 42 deletions

View File

@@ -196,7 +196,8 @@
<h4 class="text-center text-uppercase text-secondary mb-3">Stundenplan 2019</h4>
<br>
<div class="Image">
<img class="img-responsive100" src="img/portfolio/Stundenplan.jpg" alt="">
<!-- <img class="img-responsive100" src="img/portfolio/Stundenplan.jpg" alt="Stundenplan 2019"> -->
<img class="img-responsive100" src="data/schedule.jpg" alt="Stundenplan">
</div>
</section>
@@ -496,6 +497,12 @@
<!-- Custom scripts for this template -->
<script src="js/freelancer.min.js"></script>
<script>
$(function(){
$("#schedule-placeholder").load("view-schedule.html");
});
</script>
</body>
</html>