-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
54 lines (44 loc) · 1.83 KB
/
about.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="/fontawesome-free-5.15.1-web/css/all.css">
</head>
<body>
<header class="header">
<div class="links" id="LINKS">
<i class="fas fa-times"></i>
<ul>
<li><a href="/index.html">home</a> </li>
<li><a href="/skill.html">skill</a> </li>
<li><a href="#">about</a> </li>
<li><a href="/product.html">products</a> </li>
</ul>
</div>
<div class="title-div"> <i class="fas fa-bars"></i>
<h2 class="over_one">over one hundred flavors of</h2>
<h1>specially <br>crafted tea</h1> <a href="#">Explore</a>
</div>
</header>
<div class="banner"> </div>
<section class="about_section">
<section class="about-content">
<div class="about_image">
<div>
<img src="/images/about-bcg.jpeg" alt="" class="AB_img">
</div>
</div>
<div class="about-info">
<h3 class="about">about our</h3>
<h1 class="tea_station">Tea station</h1>
<p class="Tea_para">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quasi repellendus reprehenderit iure, vero nobis dolore!</p>
<p class="Tea_para">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quasi repellendus reprehenderit iure, vero nobis dolore!</p>
<span> <a href="#" class="Learn_more_link">Learn More</a></span>
</div>
</section>
</section>
<script src="./css/javasc.js"></script>
</body>
</html>