-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.php
More file actions
48 lines (43 loc) · 1.66 KB
/
about.php
File metadata and controls
48 lines (43 loc) · 1.66 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
<?php
include "server.php";
include "dummy.php"
?>
<!DOCTYPE html>
<html lang="en">
<head>
<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">
<title>About</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"/>
<link rel="stylesheet" href="about.css">
<link href="https://fonts.googleapis.com/css2?family=Baloo+2:wght@800&family=Ubuntu:wght@300&display=swap"
rel="stylesheet">
</head>
</head>
<body>
<div class="section">
<div class="container">
<div class="content-section">
<div class="title">
<h1>ABOUT US</h1>
</div>
<div class="content">
<h3>Delivering Clean Clothes and Peace of Mind</h3>
<p>We provide the best helping hand in mapping the right path towards efficiency and cost savings. We provide a hassle free system. Washing clothes was never been so easy for you.So save time for more important things we will take care of your cleanness.
</p>
</div>
<div class="social">
<a href=""><i class="fab fa-facebook-f"></i></a>
<a href=""><i class="fab fa-twitter"></i></a>
<a href=""><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="image-section">
<img src="3.jpg" alt="Pic of IUT LAUNDRY">
</div>
</div>
</div>
</body>
</html>