Skip to content

Commit d2c68de

Browse files
authored
Add page links section for mobile fix
Added page links section with navigation to various pages.
1 parent 468c37b commit d2c68de

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

index.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,29 @@ <h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Project Overview
244244
<!-- End page content -->
245245
</div>
246246

247+
<!-- Page Links -->
248+
<div class="w3-container w3-padding-32 w3-light-grey">
249+
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Explore SAWGraph</h3>
250+
251+
<div class="w3-row-padding">
252+
<div class="w3-col s12 m6 l4">
253+
<p><a href="pfas.html">About PFAS</a></p>
254+
<p><a href="kg.html#project">Knowledge Graph</a></p>
255+
<p><a href="kg.html#data-sources">Data Sources</a></p>
256+
</div>
257+
258+
<div class="w3-col s12 m6 l4">
259+
<p><a href="ontologies.html">Ontologies</a></p>
260+
<p><a href="aboutkgs.html">About KGs</a></p>
261+
<p><a href="publications.html">Publications</a></p>
262+
</div>
263+
264+
<div class="w3-col s12 m6 l4">
265+
<p><a href="aboutus.html">Team</a></p>
266+
</div>
267+
</div>
268+
</div>
269+
247270
<!-- Page Footer -->
248271
<footer class="w3-center w3-black w3-padding-16">
249272
<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank" class="w3-hover-text-green">w3.css</a></p>

0 commit comments

Comments
 (0)