-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathfooter.html
More file actions
59 lines (55 loc) · 2.38 KB
/
footer.html
File metadata and controls
59 lines (55 loc) · 2.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<footer id="footer" class="bg-one">
<div class="top-footer">
<div class="container">
<div class="row justify-content-around">
<div class="col-lg-6 col-md-6 mb-5 mb-lg-0">
<h3>about</h3>
<p>This Sheffield Data Science and AI Community website was created with partial support from the Turing Network Development Award (TNDA) by the Alan Turing Institute. It aims to grow the data science and AI community at Sheffield and the region.</p>
</div>
<!-- End of .col-sm-3 -->
<!-- <div class="col-lg-3 col-md-6 mb-5 mb-lg-0">
<ul class="system-style">
<li>
<h3>Our Research</h3>
</li>
<li><a href="#">Health and Medical Sciences</a></li>
<li><a href="#">Data-centric Engineering</a></li>
<li><a href="#">Science</a></li>
<li><a href="#">Humanities and Social Sciences</a></li>
<li><a href="#">Security, Business, & Public Policy</a></li>
<li><a href="#">Cross-cutting Challenges</a></li>
</ul>
</div> -->
<!-- End of .col-sm-3 -->
<div class="col-lg-2 col-md-6 mb-5 mb-md-0">
<ul class="system-style">
<li>
<h3>Quick Links</h3>
</li>
<!-- <li><a href="news.html">News</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="research-areas.html">Research Areas</a></li>
<li><a href="portfolio.html">Portfolio</a></li> -->
<li><a href="people.html">People</a></li>
<li><a href="software.html">Software</a></li>
<!-- <li><a href="https://github.com/shef-ai/shef-ai.github.io/discussions" target="_blank">Forum</a></li> -->
<!-- <li><a href="opportunities.html">Opportunities</a></li> -->
</ul>
</div>
<!-- End of .col-sm-3 -->
<div class="col-lg-3 col-md-6">
<ul class="system-style">
<li>
<h3>Privacy</h3>
</li>
<li><a href="privacy-notice.html">Privacy Notice</a></li>
</ul>
</div>
<!-- End of .col-sm-3 -->
</div>
</div> <!-- end container -->
</div>
<div class="footer-bottom">
<h5>Copyright 2025 <a href="https://www.sheffield.ac.uk/" target="_blank">University of Sheffield</a>.</h5>
</div>
</footer> <!-- end footer -->