-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
78 lines (76 loc) · 4.37 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alhan's Website</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section>
<div class="flex items-center justify-center gap-[450px] bg-white w-[100%] h-[11vh] shadow-lg fixed">
<div>
<h1 class="text-3xl font-bold text-blue-700">LOGO</h1>
</div>
<div class="flex gap-[20px]">
<a href="index.html" class="text-2xl">Home</a>
<a href="#" class="text-2xl border-b-2 border-blue-600">About</a>
<a href="services.html" class="text-2xl">Services</a>
<a href="contact.html" class="text-2xl">Contact</a>
</div>
<div>
<button class="bg-blue-600 text-white font-bold py-2 px-6 rounded-3xl">Login</button>
</div>
</div>
<div id='about-image'>
<h1 class='text-white text-7xl pt-56 pl-20 font-bold'>About <span class='text-blue-400'>Us</span></h1>
</div>
<div class='flex items-center justify-center gap-28 mt-40 mb-24'>
<div class='shadow-xl' id='about-div'>
<h1 class='text-4xl text-slate-800 font-bold pt-20'>EFFECTIVE, EFFICIENT</h1>
<p class='pt-8'>It is for these reasons that 90% of our clients from all over<br/> the world keep coming back! Just ask them!</p>
<p class='pt-6'>BrandCurb is a unified communications platform that<br/> empowers business owners and promotes business growth<br/> through services that strengthen brand identity, and<br/> sustainably promote online presence to increase<br/> engagement. We offer services to help small business<br/> enterprises from branding, website development, to digital<br/> marketing—and everything else digital in between.</p>
</div>
<div id='about-image1'>
</div>
</div>
<div class='flex items-center justify-center gap-28 mt-48 mb-24'>
<div id='about-image2'>
</div>
<div>
<h1 class='text-4xl text-slate-800 font-bold'>Our Mission</h1>
<p class='pt-8'>It is for these reasons that 90% of our clients from all over<br/> the world keep coming back! Just ask them!</p>
<p class='pt-6'>BrandCurb is a unified communications platform that<br/> empowers business owners and promotes business growth<br/> through services that strengthen brand identity, and<br/> sustainably promote online presence to increase<br/> engagement. We offer services to help small business<br/> enterprises from branding, website development, to digital<br/> marketing—and everything else digital in between.</p>
<button class='bg-blue-500 text-white font-bold py-3 px-6 rounded mt-8'>Book A Consultant</button>
</div>
</div>
<div id='footer' class='bg-black flex justify-center gap-96'>
<div class='pt-16'>
<p class='text-white text-xl'>link of instagram</p>
<p class='text-white text-xl'>link of facebook</p>
<p class='text-white text-xl'>link of twitter</p>
<p class='text-white text-xl'>link of linkedin</p>
<p class='text-white text-xl'>link of whatsapp</p>
</div>
<div class='pt-16'>
<p class='text-white text-xl'>link of instagram</p>
<p class='text-white text-xl'>link of facebook</p>
<p class='text-white text-xl'>link of twitter</p>
<p class='text-white text-xl'>link of linkedin</p>
<p class='text-white text-xl'>link of whatsapp</p>
</div>
<div class='pt-16'>
<p class='text-white text-xl'>link of instagram</p>
<p class='text-white text-xl'>link of facebook</p>
<p class='text-white text-xl'>link of twitter</p>
<p class='text-white text-xl'>link of linkedin</p>
<p class='text-white text-xl'>link of whatsapp</p>
</div>
</div>
<div class='h-12 w-full bg-blue-500'>
<p class='text-center text-xl pt-2 text-white'>Copyright By @Alhan Dilshad Ahmed Siddiue</p>
</div>
</section>
</body>
</html>