-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfoot.php
More file actions
63 lines (63 loc) · 2.44 KB
/
foot.php
File metadata and controls
63 lines (63 loc) · 2.44 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
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="icon" type="image/png" href="logogrivotech.png">
<title>Foot</title>
<link rel="stylesheet" href="foot.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<footer class="footer">
<article class="inner-footer">
<section class="footer-items">
<h1>GrivoTech</h1>
<p>
Solution to all probelms at a single platform is provided by GrivoTech | One Platform solution. This service comes under the Education Department, Govt. of Andhra Pradesh.
</p>
</section>
<section class="footer-items">
<h2>Quick Links</h2>
<div class="border"></div>
<ul>
<a href="#"><li>Home</li></a>
<a href="#"><li>About Us</li></a>
<a href="#"><li>Collegs & University</li></a>
<a href="#"><li>Portfolio</li></a>
<a href="#"><li>Contact Us</li></a>
</ul>
</section>
<section class="footer-items">
<h2>Important Links</h2>
<div class="border"></div>
<ul>
<a href="https://www.ap.gov.in/"><li>Govt. of Andhra Pradesh</li></a>
<a href="https://www.ugc.ac.in/"><li>UGC</li></a>
<a href="https://www.aicte-india.org/"><li>AICTE</li></a>
<a href="https://www.ap.gov.in/?page_id=60"><li>Education Department, Govt. of Andhra Pradesh</li></a>
<a href="http://www.cbse.nic.in/"><li>CBSE</li></a>
</ul>
</section>
<section class="footer-items">
<h2>Reach Us</h2>
<div class="border"></div>
<ul>
<li><i class="fa fa-map-marker" aria-hidden="true"></i>Amravati, Andhra Pradesh</li>
<li><i class="fa fa-phone" aria-hidden="true"></i>7301853068</li>
<li><i class="fa fa-envelope" aria-hidden="true"></i>[email protected]</li>
</ul>
<div class="social-media">
<a href="https://www.facebook.com"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="https://www.twitter.com"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="https://www.instagram.com"><i class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="https://www.plus.google.com"><i class="fa fa-google-plus" aria-hidden="true"></i></a>
</div>
</section>
</article>
<article class="footer-bottom">
<a href="#">Privacy Policy</a> | Copyright © GrivoTech | One Platform Solution. All Rights Reserved.
<a href="#navigate"style="margin-left: 5%;">Back to Top</a>
</article>
</footer>
</body>
</html>