-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
53 lines (50 loc) · 2.97 KB
/
footer.html
File metadata and controls
53 lines (50 loc) · 2.97 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
<head>
</head>
<body>
<footer>
<footer class="container py-5">
<div class="row footer-links">
<div class="col-12 col-md">
<img src="./images/svg/selu-shield.svg" width="100" height="100" alt="SELU shield" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="d-block mb-2"><circle cx="12" cy="12" r="10"></circle><line x1="14.31" y1="8" x2="20.05" y2="17.94"></line><line x1="9.69" y1="8" x2="21.17" y2="8"></line><line x1="7.38" y1="12" x2="13.12" y2="2.06"></line><line x1="9.69" y1="16" x2="3.95" y2="6.06"></line><line x1="14.31" y1="16" x2="2.83" y2="16"></line><line x1="16.62" y1="12" x2="10.88" y2="21.94"></line>
<small class="d-block mb-3">Southeastern Louisiana University</small>
</div>
<div class="col-6 col-md">
<h5>Academics</h5>
<ul class="list-unstyled text-small">
<li><a href="http://www.southeastern.edu/apply/">Apply</a></li>
<li><a href="http://www.southeastern.edu/admin/admissions/cost_aid/index.html">Cost, Aid and Scholarships</a></li>
<li><a href="http://www.southeastern.edu/admin/registrar/dates/calendar/index.html">Academic Calendar</a></li>
<li><a href="http://www.southeastern.edu/admin/registrar/dates/exam_sch/index.html">Exam Schedule</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Resources</h5>
<ul class="list-unstyled text-small">
<li><a href="http://www.southeastern.edu/myden/">My Den</a></li>
<li><a href="https://moodle.selu.edu/moodle/">Moodle</a></li>
<li><a href="http://www.southeastern.edu/library/index.html">Library</a></li>
<li><a href="http://www.southeastern.edu/map/">Campus Map</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Contact Us</h5>
<ul class="list-unstyled text-small">
<li><a href="http://www.southeastern.edu/contact/">Contact Southeastern</a></li>
<li><a href="http://www.southeastern.edu/resources/policies/">University Policies</a></li>
<li><a href="http://www.southeastern.edu/resources/accessibility/index.html">Accessibility</a></li>
<li><a href="mailto: enrollmentservice@southeastern.edu">Question or Comments </a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Quick Links </h5>
<ul class="list-unstyled text-small">
<li><a href="http://www.southeastern.edu/admin/hr/jobs/">Employment</a></li>
<li><a href="http://www.southeastern.edu/admin/cs/help/index.html">Help Desk</a></li>
<li><a href="http://www.southeastern.edu/admin/stu_affairs/handbook/">Student Handbook</a></li>
<li><a href="http://www.southeastern.edu/resources/policies/unive_disc/index.html">University Disclosures</a></li>
</ul>
</div>
</div>
</footer>
</footer>
</body>