-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
150 lines (150 loc) · 8.7 KB
/
services.html
File metadata and controls
150 lines (150 loc) · 8.7 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
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!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="about.html" class="text-2xl">About</a>
<a href="#" class="text-2xl border-b-2 border-blue-600">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'>Our <span class='text-blue-400'>Services</span></h1>
</div>
<div class='mt-28 mb-28'>
<div id='choose'>
<h1 class='text-5xl font-bold'>We Provide These <span class='text-blue-500'>Services</span></h1>
<p class='pt-6'>It is for these reasons that 90% of our clients from all over<br/> the world keep coming back! Just ask them!</p>
</div>
<div class='flex items-center justify-center gap-20 mt-20'>
<div class='h-80 w-auto shadow-lg rounded'>
<div id='choose' class='bg-blue-600 py-8 px-16'>
<h1 class='text-white font-bold text-2xl'>Website Development - 1</h1>
</div>
<p class='text-lg pt-6 pl-3 font-bold'>Building With HTML, CSS, And JavaScript</p>
<p class='pl-3 pt-3'>Starting From</p>
<p class='pl-3 pt-3'>September 2024</p>
<button class='bg-blue-500 text-white font-bold py-3 px-6 rounded ml-3 mt-6'>View Details</button>
</div>
<div class='h-auto w-auto shadow-lg rounded'>
<div id='choose' class='bg-blue-600 py-8 px-16'>
<h1 class='text-white font-bold text-2xl'>Website Development - 2</h1>
</div>
<p class='text-lg pt-6 pl-3 font-bold'>UI/UX Design And Frontend Development<br/> With React.JS</p>
<p class='pl-3 pt-3'>Starting From</p>
<p class='pl-3 pt-3'>September 2024</p>
<button class='bg-blue-500 text-white font-bold py-3 px-6 rounded ml-3 mt-6 mb-5'>View Details</button>
</div>
<div class='h-auto w-auto shadow-lg rounded'>
<div id='choose' class='bg-blue-600 py-8 px-16'>
<h1 class='text-white font-bold text-2xl'>Website Development - 3</h1>
</div>
<p class='text-lg pt-6 pl-3 font-bold'>Backend Development With NodeJs, Express,<br/> And MongoDB</p>
<p class='pl-3 pt-3'>Starting From</p>
<p class='pl-3 pt-3'>September 2024</p>
<button class='bg-blue-500 text-white font-bold py-3 px-6 rounded ml-3 mt-6 mb-5'>View Details</button>
</div>
</div>
<div class='flex items-center justify-center gap-20 mt-28'>
<div class='h-auto w-96 shadow-lg rounded'>
<div id='choose' class='bg-blue-600 py-8 px-16'>
<h1 class='text-white font-bold text-2xl'>Mob-App-Dev – 1</h1>
</div>
<p class='text-lg pt-6 pl-3 font-bold'>Unlocking The Power Of Dart For Mobile<br/> App Development</p>
<p class='pl-3 pt-3'>Starting From</p>
<p class='pl-3 pt-3'>September 2024</p>
<button class='bg-blue-500 text-white font-bold py-3 px-6 rounded ml-3 mt-6 mb-5'>View Details</button>
</div>
<div class='h-auto w-96 shadow-lg rounded'>
<div id='choose' class='bg-blue-600 py-8 px-16'>
<h1 class='text-white font-bold text-2xl'>Mob-App-Dev – 2</h1>
</div>
<p class='text-lg pt-6 pl-3 font-bold'>Flutter Environment To Application<br/> Development</p>
<p class='pl-3 pt-3'>Starting From</p>
<p class='pl-3 pt-3'>September 2024</p>
<button class='bg-blue-500 text-white font-bold py-3 px-6 rounded ml-3 mt-6 mb-5'>View Details</button>
</div>
<div class='h-auto w-auto shadow-lg rounded'>
<div id='choose' class='bg-blue-600 py-8 px-16'>
<h1 class='text-white font-bold text-2xl'>Graphics Design Essentials</h1>
</div>
<p class='text-lg pt-6 pl-3 font-bold'>Adobe Illustrator, Photoshop, InDesign,<br/> Figma, And Canva</p>
<p class='pl-3 pt-3'>Starting From</p>
<p class='pl-3 pt-3'>September 2024</p>
<button class='bg-blue-500 text-white font-bold py-3 px-6 rounded ml-3 mt-6 mb-5'>View Details</button>
</div>
</div>
<div class='flex items-center justify-center gap-20 mt-28'>
<div class='h-auto w-auto shadow-lg rounded'>
<div id='choose' class='bg-blue-600 py-8 px-16'>
<h1 class='text-white font-bold text-2xl'>Python Programming</h1>
</div>
<p class='text-lg pt-6 pl-3 font-bold'>Essentials Of Computing And<br/> Programming</p>
<p class='pl-3 pt-3'>Starting From</p>
<p class='pl-3 pt-3'>September 2024</p>
<button class='bg-blue-500 text-white font-bold py-3 px-6 rounded ml-3 mt-6 mb-5'>View Details</button>
</div>
<div class='h-auto w-auto shadow-lg rounded'>
<div id='choose' class='bg-blue-600 py-8 px-16'>
<h1 class='text-white font-bold text-2xl'>E-commerce Evolution</h1>
</div>
<p class='text-lg pt-6 pl-3 font-bold'>Thriving With Shopify, WordPress, And<br/> Wix</p>
<p class='pl-3 pt-3'>Starting From</p>
<p class='pl-3 pt-3'>September 2024</p>
<button class='bg-blue-500 text-white font-bold py-3 px-6 rounded ml-3 mt-6 mb-5'>View Details</button>
</div>
<div class='h-80 w-auto shadow-lg rounded'>
<div id='choose' class='bg-blue-600 py-8 px-16'>
<h1 class='text-white font-bold text-2xl'>The Art of Crafting with AI</h1>
</div>
<p class='text-lg pt-6 pl-3 font-bold'>Content Writing And ChatGPT</p>
<p class='pl-3 pt-3'>Starting From</p>
<p class='pl-3 pt-3'>September 2024</p>
<button class='bg-blue-500 text-white font-bold py-3 px-6 rounded ml-3 mt-6'>View Details</button>
</div>
</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>