-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
35 lines (33 loc) · 1.46 KB
/
Copy pathfooter.php
File metadata and controls
35 lines (33 loc) · 1.46 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
<!-- ablout section -->
<section id="about" class="flex about">
<div class="about_section flex first">
<div class="flex" style="flex-direction:column;align-items:center">
<img src="Project_Images\logo.png" alt="logo" width="60px" height="60px">
<p class="h5">DIGI-LIBRARY</p>
<p class="h4"> Lorem ipsum dolor sit, amet consectetur adipisicing elit. Tempora, animi dignissimo
voluptatibus omnis? Illum.
</p>
</div>
</div>
<div class="about_section second_section">
<h2 class="h5">Quick Links</h2>
<div>
<a href="Home_page.php">HOME</a>
<a href="Book_List.php?catid=4&&catname=HISTORY">Books</a>
<a href=""></a>
<a href="logout.php">Log-Out</a>
</div>
</div>
<div class="about_section third" style="align-items:center !important">
<h2 class="h5">Connect With Us -</h2>
<div class=flex style="justify-content:space-evenly">
<a href="https://www.linkedin.com/in/robin-singh-762359220">
<img src="Project_Images/linkedin.svg"alt="linkedin">
</a>
<a href="mailto:robinrwt85@gmail.com">
<img src="Project_Images/gmail.svg" alt="mailto">
</a>
</div>
</div>
</section>
<!-- ***********************8 -->