-
Notifications
You must be signed in to change notification settings - Fork 1
/
aboutUs.html
48 lines (35 loc) · 1.67 KB
/
aboutUs.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Kotobna -About Us</title>
<link rel="stylesheet" href="styles/aboutUs.css">
<link rel="shortcut icon" type="image/png" href="assets/logo/favicon.png">
</head>
<body style="background-color: #f1e5d9; font-family: 'Kumbh Sans', sans-serif;">
<link href="https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;700&display=swap" rel="stylesheet">
<!-- Banner -->
<img src="assets/logo/Header.jpg" width="100%">
<!-- Navigator -->
<div class="topNav">
<a href="home.html">Home</a>
<a href="bestSellers.html">Best Sellers</a>
<a href="allBooks.html">All Books</a>
<a href="requestBook.html">Request A Book</a>
<a class="active" href="aboutUs.html">About Us</a>
<a href="login.html" id="loginNav">Login</a>
<a href="logout.html" id="logoutNav">Logout</a>
<a href="admin.html" id="adminNav">Admin</a>
</div>
<br> <br> <br>
<div class="second transition">
<p style="margin-top: 10px; padding-left: 30px; padding-right: 30px;"> <bdi style="font-weight: 700; color:#fe4f18; font-size: 36px;">Kotobna</bdi> is an online bookstore website that allows users to browse through books and have the option to read any book online.</p>
<h3>The members are:</h3>
Sondos Akram<br>Salma Elsayed<br>Sarah Muhamed<br>Omar AbdulRahman<br>Ahmed Tawfik<br>Adham Ali<br>
<br>
<a href="https://github.com/omarr45/Kotobna.git">Github Link</a>
<p style="margin-bottom: 5px;"> © Copyright 2020 FCIS ASU </p>
</div>
<script src="scripts/loggedChk.js"></script>
</body>
</html>