-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
104 lines (98 loc) · 4.49 KB
/
footer.php
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<footer>
<div class="footer-about">
<img src="../assets/images/logo_pu.png" alt="pu-logo" class="logo">
<p class="soe-slogan">School of Engineering</p>
<h1 class="soe-title">About Us</h1>
<p class="soe-description">
School of Engineering comes under the the Faculty of Science and Technology. It was established in 1997 under the Pokhara University Act. In 1997. PU has adopted four years Bachelor's Programs of Engineering based on credit-semester system. An academic year of the University consists of two semesters of 16 weeks each.
</p>
</div>
<div class="footer-links">
<div class="footer-links">
<div class="footer-link">
<h2 class="footer-link-header">Academics</h2>
<ul>
<li><a href="./undergraduate.php">Undergraduate</a></li>
<li><a href="./graduate.php">Graduate</a></li>
</ul>
</div>
<div class="footer-link">
<h2 class="footer-link-header">Admission</h2>
<ul>
<li><a href="./admission.php">Introduction</a></li>
<li><a href="./how-to-apply.php">How to apply</a></li>
<li><a href="./scholarship.php">Scholarship</a></li>
<li><a href="./academic-calendar.php">Academic calander</a></li>
</ul>
</div>
<div class="footer-link">
<h2 class="footer-link-header">News & Notices</h2>
<ul>
<li><a href="./allpost.php">SOE News</a></li>
<li><a href="./category.php?category=Notice&key=2">SOE Notices</a></li>
</ul>
</div>
</div>
<div class="footer-links">
<div class="center">
<div class="footer-link">
<h2 class="footer-link-header">About us</h2>
<ul>
<li><a href="./messagefromdirector.php">Message from Director</a></li>
<li><a href="./contact.php">Contact Us</a></li>
<li><a href="../staffs.php">Faculties and Staffs</a></li>
</ul>
</div>
</div>
<div class="footer-link">
<h2 class="footer-link-header">Download & Login</h2>
<ul>
<li><a href="./login.php" target="_blank">Login</a></li>
<li><a href="./assets/files/SOE-PU-Entrance-Sylllabus.pdf">SOE-PU-Entrance-Syllabus</a></li>
<li><a href="./assets/files/coverpage_2077-Updated-website.pdf">Guidelines</a></li>
<li><a href="./gallery.php">Gallery</a></li>
<li><a href="./studymaterials.php">eLearning</a></li>
</ul>
</div>
<div class="footer-link">
<h2 class="footer-link-header">Research</h2>
<ul>
<li><a href="./coming-soon.php">Faculty Researches</a></li>
<li><a href="./coming-soon.php">Scholarship</a></li>
<li><a href="./coming-soon.php">Workshops</a></li>
<li><a href="./coming-soon.php">Seminars & Conferences</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-contact-details">
<hr>
<div class="footer-contact-containers">
<ul class="footer-contact">
<li><i class="fa-solid fa-location-dot"></i>
<p>
Pokhara Metropolitan City-30, Lekhnath, Kaski, Nepal
</p>
</li>
<li><i class="fa-solid fa-phone"></i><a href="tel:+977-61-504046">+977-61-504046</a></li>
<li><i class="fa-solid fa-envelope"></i><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
<hr>
</div>
<div class="social-links">
<p>connect with us</p><br>
<div class="icons">
<a href="">
<i class="fab fa-facebook-f"></i>
</a>
<a href=""><i class="fab fa-twitter"></i></a>
<a href=""><i class="fab fa-youtube"></i></a>
</div>
</div>
<div class="copyright">
<p> ©School of Engineering <?php $current = date("Y");
print_r($current); ?> | <a href="./about_site.php">About this site</a>
</p>
</div>
</footer>