Skip to content

Commit

Permalink
[IMP] Adds Footer to partner page
Browse files Browse the repository at this point in the history
  • Loading branch information
wsoePhantom committed Aug 25, 2023
1 parent 6cf83a0 commit 57bf1ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions netzwerk-partner/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ <h4>"Keep focusing on the development of the technology."</h4><br>
<div class="col-md-3 triggerAnimation animated fadeInLeft" data-animate="fadeInLeft">
<div class="widget footer-widgets text-widget">
<div>
<img class="img-responsive" alt="Logo Greencloud" src="../images/Wolkenhof_Logo-weiss.png">
<img class="img-responsive" alt="Logo Greencloud" src="/images/Wolkenhof_Logo-weiss.png">
</div>

</div>
Expand Down Expand Up @@ -454,9 +454,9 @@ <h4>"Keep focusing on the development of the technology."</h4><br>
<div class="col-md-3 triggerAnimation animated fadeInUp" data-animate="fadeInUp">
<div class="widget footer-widgets tag-widget">
<ul class="posts-widget-list">
<li> <a href="../wolkenhof-kontakt">Kontakt</a></li>
<li> <a href="../impressum">Impressum</a></li>
<li> <a href="../wolkenhof-datenschutz">Datenschutz</a></li>
<li> <a href="/wolkenhof-kontakt">Kontakt</a></li>
<li> <a href="/impressum">Impressum</a></li>
<li> <a href="/wolkenhof-datenschutz">Datenschutz</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 57bf1ef

Please sign in to comment.