Skip to content

Commit

Permalink
🚧 Added JS to all the pages
Browse files Browse the repository at this point in the history
  • Loading branch information
LionessLilo committed Sep 4, 2024
1 parent 562b915 commit d2d8b97
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 0 deletions.
5 changes: 5 additions & 0 deletions articles/corinne-vigreux.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,11 @@ <h4>&mdash;Corinne Vigreux<br><em>Codam College July 2024</em></h4>
</div>
</div>
</footer>

<!-- JS -->
<script src="./script.js">
</script>

</body>

</html>
5 changes: 5 additions & 0 deletions articles/ginni-rometty.html
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,11 @@ <h4>&mdash;Ginni Rometty<br><em>IBM CEO</em></h4>
</div>
</div>
</footer>

<!-- JS -->
<script src="./script.js">
</script>

</body>

</html>
5 changes: 5 additions & 0 deletions articles/mariam-nusrat.html
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,11 @@ <h4>&mdash;Mariam Nusrat<br><em>Founder of GRID</em></h4>
</div>
</div>
</footer>

<!-- JS -->
<script src="./script.js">
</script>

</body>

</html>
5 changes: 5 additions & 0 deletions articles/minerva-tantoco.html
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,11 @@ <h4>&mdash;Minerva Tantoco<br><em>IBM CEO</em></h4>
</div>
</div>
</footer>

<!-- JS -->
<script src="./script.js">
</script>

</body>

</html>
4 changes: 4 additions & 0 deletions articles/padmasree-warrior.html
Original file line number Diff line number Diff line change
Expand Up @@ -306,4 +306,8 @@ <h4>&mdash;Padmasree Warrior<br><em> Founder, president and CEO and of Fable Gro
</footer>
</body>

<!-- JS -->
<script src="./script.js">
</script>

</html>
5 changes: 5 additions & 0 deletions articles/reshma-saujani.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,11 @@ <h4>&mdash; Reshma Saujani<br><em>Founder of Girls Who Code</em></h4>
</div>
</div>
</footer>

<!-- JS -->
<script src="./script.js">
</script>

</body>

</html>
6 changes: 6 additions & 0 deletions articles/vanessa-wyche.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,12 @@ <h4>&mdash;Ginni Rometty<br><em>IBM CEO</em></h4>
</div>
</div>
</footer>

<!-- JS -->
<script src="./script.js">
</script>


</body>

</html>

0 comments on commit d2d8b97

Please sign in to comment.