minor fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user