-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBuilding-3.html
107 lines (102 loc) · 3.6 KB
/
Building-3.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/general.css" />
<link rel="stylesheet" href="css/header.css" />
<link rel="stylesheet" href="css/content.css" />
<link rel="stylesheet" href="css/footer.css" />
<link rel="stylesheet" href="https://unpkg.com/boxicons@latest/css/boxicons.min.css"/>
<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=SUSE:[email protected]&display=swap" rel="stylesheet">
<title>323</title>
</head>
<body>
<!--Header-->
<header>
<div class="logo-text">Imamu Finds</div>
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li><a href="AboutUs.html">About Us</a></li>
<li><a href="Contact.html">Contact</a></li>
</ul>
<div class="icons"></div>
<div class="bx bx-menu" id="menu-icon"></div>
</div>
</header>
<!--main content-->
<div class="page-container">
<div class="title-box">College of Sciences</div>
</div>
<section class="content-section">
<div class="content-container">
<img src="Img/content.png" />
<div class="content-box">
<div class="title">Auntie Anne's</div>
<div class="content">
Auntie Anne's is famous for its delicious pastries and baked goods.
The menu highlights pretzels, nuggets, and a variety of drinks such
as lemonade and coffee.
</div>
<button class="content-btn">
<ul>
<li>Building 321, Floor 0</li>
<li>Building 322, Floor 0</li>
<li>Building 323, Floor 0</li>
<li>Building 324, Floor 0</li>
<li>Building 326, Floor 0</li>
</ul>
</button>
</div>
</div>
<hr />
<div class="content-container">
<img src="Img/content-2.jpg" />
<div class="content-box">
<div class="title">Moon</div>
<div class="content">
Moon offers a wide selection of specialty coffees, teas, and
beverages. In addition to its coffee options, Moon also serves
sandwiches.
</div>
<button class="content-btn">
<ul>
<li>Building 321, Floor 0</li>
<li>Building 323, Floor 0</li>
<li>Building 324, Floor 0</li>
<li>Building 325, Floor 0</li>
</ul>
</button>
</div>
</div>
<hr />
</section>
<!--footer-->
<section class="footer-container">
<div class="contact-box">
<h4>Imamu Finds</h4>
<h5>Connect with us</h5>
<div class="accounts">
<a href="https://x.com/mgisyy" target="_blank">
<i class="bx bxl-twitter"></i>
</a>
<a href="https://github.com/GhaidaAL36" target="_blank">
<i class="bx bxl-github"></i>
</a>
<a
href="https://www.linkedin.com/in/ghaida-almutairi-2b47432b6/"
target="_blank"
>
<i class="bx bxl-linkedin"></i>
</a>
</div>
<div class="footer-right">
<h4>Copyright ©2024 All rights reserved | made by Ghaida</h4>
</div>
</div>
</section>
<script src="script.js"></script>
</body>
</html>