Skip to content

Commit

Permalink
Remove obsolet translate script reference
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasJerabek committed Dec 26, 2021
1 parent b235528 commit 88b018e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
<img id="instagram_link" src="img/insta_white.svg" alt="insta_logo">
</div>
</div>
<script src="translations.js"></script>
<script>
document.getElementById("en").style.fontFamily = "Gilroy-Bold";
document.getElementById("nav_contact").style.fontFamily = "Gilroy-Medium";
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
<img id="instagram_link" src="img/insta.svg" alt="insta_logo">
</div>
</div>
<script src="translations.js"></script>
<script>
document.getElementById("en").style.fontFamily = "Gilroy-Bold";

Expand Down
1 change: 0 additions & 1 deletion portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
</div>

</div>
<script src="translations.js"></script>
<script>
document.getElementById("en").style.fontFamily = "Gilroy-Bold";
document.getElementById("nav_portfolio").style.fontFamily = "Gilroy-Medium";
Expand Down
1 change: 0 additions & 1 deletion prices.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@
</div>

</div>
<script src="translations.js"></script>
<script>
document.getElementById("en").style.fontFamily = "Gilroy-Bold";
document.getElementById("nav_prices").style.fontFamily = "Gilroy-Medium";
Expand Down

0 comments on commit 88b018e

Please sign in to comment.