-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutUs.html
73 lines (67 loc) · 2.28 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About Us</title>
<link rel="stylesheet" href="styles.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css"
/>
<link
href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css"
rel="stylesheet"
/>
</head>
<body class="aboutmain">
<header class="abhead" id="abhead">
<a href="index.php"
><i class="bx bxs-home-smile"></i><span class="abcap">Home</span></a
>
<a href="blog.php"
><i class="bx bxl-blogger"></i><span class="abcap">Blog</span></a
>
<a href="contactUs.html"
><i class="bx bx-envelope"></i><span class="abcap">Contact Us</span></a
>
<a href="services.html">
<i class="bx bxs-hard-hat"></i><span class="abcap">Services</span></a
>
</header>
<h1>About Us</h1>
<div class="carousel-container">
<div class="ab1">
<h2>Our Story</h2>
<p>
With a strong emphasis on professionalism, innovation, and customer
satisfaction, Opium Web Designers has established a reputation for
delivering high-quality web solutions.
</p>
</div>
<div class="ab2">
<h2>Our Mission</h2>
<p>
At Opium Web Designers, they understand the importance of creating a
strong online presence for businesses.
</p>
</div>
<div class="ab3">
<h2>More About us</h2>
<p>
The company takes pride in staying up-to-date with the latest
industry trends and technologies. They combine their technical
expertise with creative design skills to create websites that stand
out from the competition.
</p>
</div>
</div>
</body>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
<script src="script.js"></script>
</html>