Skip to content

Commit c904faa

Browse files
authored
Add navigation links to About KGs page
1 parent 181e2be commit c904faa

1 file changed

Lines changed: 24 additions & 3 deletions

File tree

aboutkgs.html

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,34 @@ <h4 class="w3-border-bottom w3-border-light-grey w3-padding-16">Read more about
4040
</div>
4141
</div>
4242

43-
44-
4543
<!-- End page content -->
4644
</div>
4745

46+
<!-- Page Links -->
47+
<div class="w3-container w3-padding-32 w3-light-grey">
48+
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Explore SAWGraph</h3>
49+
50+
<div class="w3-row-padding">
51+
<div class="w3-col s12 m6 l4">
52+
<p><a href="index.html">Home</a></p>
53+
<p><a href="kg.html#project">Knowledge Graph</a></p>
54+
<p><a href="kg.html#data-sources">Data Sources</a></p>
55+
</div>
56+
57+
<div class="w3-col s12 m6 l4">
58+
<p><a href="ontologies.html">Ontologies</a></p>
59+
<p><a href="publications.html">Publications</a></p>
60+
<p><a href="aboutus.html">Team</a></p>
61+
</div>
62+
63+
<div class="w3-col s12 m6 l4">
64+
<p><a href="pfas.html">About PFAS</a></p>
65+
<p><a href="aboutkgs.html">About KGs</a></p>
66+
</div>
67+
</div>
68+
</div>
4869

4970
<!-- Footer -->
5071

5172
</body>
52-
</html>
73+
</html>

0 commit comments

Comments
 (0)