-
Notifications
You must be signed in to change notification settings - Fork 0
/
Blogs.php
127 lines (104 loc) · 5.25 KB
/
Blogs.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta Developer="Abhi goyal">
<title>Student Attendance Portal</title>
<!-- link Css -->
<link rel="stylesheet" href="index.css">
<link rel="icon" href="images/logo 1 (1).png" type="image/icon type">
<link rel="stylesheet" href="about-us.css">
<!-- Link Pages -->
<!-- Font Family -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@900&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@500&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Clicker+Script&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/86234a9440.js" crossorigin="anonymous"></script>
</head>
<body>
<!--============================== Home page ============================ -->
<!-- nav bar -->
<nav class="first">
<a href="register.php"><button id="register">Register</button></a>
<a href="login.php"><button id="signin">Log in </button></a>
<img id="logo" src="images/logo.png" alt="">
<a href="contact.php" class="renew">Contact</a>
<a href="Blogs.php" class="renew">Blogs</a>
<a href="about-us.php" class="renew">About Us</a>
<a href="admin.php" class="renew">Admin</a>
<a href="index.php" class="renew">Home</a>
</nav>
<!-- ============================body=========================================== -->
<div class="ag-maecenas-block">
<div class="ag-maecenas_title">
<div class="ag-format-container">
BLOGS
</div>
</div>
</div>
<!-- ===========================================footer=================================== -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="footer-col">
<h4>Information</h4>
<ul>
<li><a href="about-us.html">about us</a></li>
<li><a href="#">Terms and services</a></li>
<li><a href="#">privacy policy</a></li>
<li><a href="#">Blogs</a></li>
<li><a href="#">Why VGI</a></li>
</ul>
</div>
<div class="footer-col">
<h4>get help</h4>
<ul>
<li><a href="#">FAQ</a></li>
<li><a href="#">FeedBack</a></li>
<li><a href="#">Complain</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">payment options</a></li>
</ul>
</div>
<div class="footer-col">
<h4>More</h4>
<ul>
<li><a href="#">Event</a></li>
<li><a href="#">Faculty Staff</a></li>
<li><a href="#">Top Recruiters</a></li>
<li><a href="#"></a></li>
</ul>
</div>
<div class="footer-col">
<h4>follow us</h4>
<div class="social-links">
<a href="https://www.facebook.com/vgi.greaternoida/" target="_blank"><i
class="fa-brands fa-square-facebook"></i></a>
<a href="https://www.linkedin.com/school/vishveshwarya/" target="_blank"><i
class="fa-brands fa-linkedin"></i></a>
<a href="https://www.instagram.com/vgi.greaternoida/?hl=en" target="_blank"><i
class="fa-brands fa-square-instagram"></i></a>
<a href="https://www.youtube.com/@VGIGreaterNoida/videos" target="_blank"><i
class="fa-brands fa-square-youtube"></i></a>
<img src="images/sap-high-resolution-logo-color-on-transparent-background.png" width="70%"
style=" background: transparent; margin-top: 40px; " alt="">
</div>
</div>
</div>
</div>
<div class="copyright">
<h6>Copyright © 2022 VGI, All rights reserved <br> Developed By <span>"HELLO WORLD"</span></h6>
</div>
</footer>
<!-- ========================================End============================================== -->