-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes
More file actions
224 lines (191 loc) · 9.79 KB
/
Copy pathnotes
File metadata and controls
224 lines (191 loc) · 9.79 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- <script src="https://unpkg.com/@tailwindcss/browser@4"></script> -->
<link href="./src/output.css" rel="stylesheet">
<title>Coaching Center Website</title>
</head>
<body>
<header>
<div class="mx-auto">
<!-- navigation -->
<nav class="flex items-center justify-between bg-white ps-4 pe-16 lg:ps-8 lg:pe-32">
<div class="flex">
<a href="#" class="mt-2">
<img src="./images/Askmeidenntity 2.png" class="h-16 w-auto border-0">
</a>
</div>
<div class="flex gap-x-6 text-sm lg:gap-x-12">
<a href="#" class="hover:text-gray-500">Home</a>
<a href="#" class="hover:text-gray-500">About</a>
<a href="#" class="hover:text-gray-500">Course</a>
<a href="#" class="hover:text-gray-500">Contact</a>
</div>
<!-- icons -->
<div class="hidden lg:flex gap-x-6 relative">
<a href="#"><i class="fa-solid fa-cart-shopping text-base hover:text-gray-500"></i>
<span
class="badge absolute -top-3 left-3 bg-green-500 text-white text-center rounded-full px-1 ">0</span>
</a>
<a href="#">
<i class="fa-solid fa-circle-user text-base hover:text-gray-500"></i>
</a>
<a href="#">
<i class="fa-solid fa-magnifying-glass text-base hover:text-gray-500"></i>
</a>
</div>
<!-- buttons -->
<div class="text-sm lg:flex lg:gap-x-12 gap-x-6">
<div>
<a href="#"
class="hover:bg-gradient-to-r from-violet-600 via-indigo-600 to-blue-600
hover:px-4 hover:py-2 hover:rounded-md hover:text-white">Login</a>
</div>
<div>
<a href="#"
class="hover:bg-gradient-to-r from-violet-600 via-indigo-600 to-blue-600
hover:px-4 hover:py-2 hover:rounded-md hover:text-white">Signup</a>
</div>
</div>
</nav>
</div>
<!-- section -->
<section>
<div
class="flex bg-gradient-to-r from-violet-700 via-indigo-700 to-blue-700 text-white justify-between ps-7 pt-20 lg:ps-14">
<div class="relative pb-36">
<p class="uppercase text-xs tracking-widest">Successful coaches are visionaries</p>
<h1 class="text-6xl py-4 mb-4 leading-snug">Good <span class="text-blue-700">coaching</span> is good teaching &
nothing else.</h1>
<div class="mb-8">
<button class="relative inline-flex items-center justify-center p-0.5 mb-2 me-2 overflow-hidden text-sm
rounded-lg border hover:bg-gradient-to-r from-cyan-500 to-blue-500 hover:border-0">
<span class="relative text-xs px-5 py-2.5">
View courses
</span>
</button>
<button class="relative inline-flex items-center justify-center p-0.5 mb-2 me-2 overflow-hidden text-sm
rounded-lg hover:bg-gradient-to-r from-cyan-500 to-blue-500 hover:border-0">
<span class="relative text-xs px-5 py-2.5 ">
Get Free Consultation
</span>
</button>
</div>
<div class="mt-12 pb-1">
<form>
<div class="relative">
<input type = "text" placeholder="What do you want to learn today?"
class="text-xs rounded-md w-9/12 p-4">
<div class="absolute top-1.5 right-1/4">
<button type="button"
class="text-white bg-gradient-to-r from-violet-700 via-indigo-600 to-blue-500 rounded-md text-sm px-4 py-2 text-center me-2 mb-2">
<i class="fa-solid fa-magnifying-glass me-2 text-xs"></i>
search
</button>
</div>
</div>
</form>
</div>
<!-- u shape -->
<div class="relative hidden lg:block">
<span class="border border-gray-300 p-32 absolute rounded-t-full -top-28 -right-52"></span>
<span class="border-2 border-gray-300 px-28 py-32 border-dashed absolute rounded-t-full -top-24 -right-48"></span>
<span class="border border-gray-300 px-24 py-32 absolute rounded-t-full -top-20 -right-44"></span>
</div>
</div>
<div class="hidden lg:flex lg:justify-start">
<img src="./images/Group 1000014970.png" class="relative top-12 -left-4 w-6 h-32">
<div class="w-1/3 pt-10">
<h4 class="text-xs leading-8">Shyam</h4>
<p class="text-xs leading-4">In a coaching role, you ask the questions and rely more on your
staff, who become the experts, to provide the information.</p>
<span class="text-xs leading-8 text-sky-400">4.9</span>
</div>
</div>
<div>
<div class="relative -top-20 right-0 h-96">
<img src="./images/Ellipse 8324.png">
</div>
<img src="./images/brunette-woman-hugging-laptop_1.png" class="absolute top-28 right-28 hidden lg:block">
</div>
</div>
</div>
</section>
<section>
<div class="flex bg-gradient-to-t from-violet-700 via-indigo-700 to-blue-700
shadow-sm relative top-0 text-white justify-evenly p-6">
<img src="./images/brand1.png">
<img src="./images/brand3.png">
<img src="./images/brand5.png">
<img src="./images/brand6.png">
<img src="./images/brand1.png">
<img src="./images/brand3.png">
<img src="./images/brand5.png">
<img src="./images/brand6.png">
</div>
</section>
</header>
<main>
<section>
<div class="bg-gradient-to-b from-white via-sky-100 to-sky-200">
<!-- featured course -->
<div class="mb-8">
<div class="text-center pt-16">
<h1 class="text-3xl">Featured <span class="text-sky-400">Course</span> </h1>
<p class="text-md leading-8 tracking-widest uppercase">The feature courses are we invented our
teaching part</p>
</div>
<img src="./images/Ellipse 118.png" class="relative -top-16 left-1/4 w-14 h-14">
</div>
<div class="grid grid-cols-3 gap-6 p-4 lg:ps-20">
<!-- interanl card 1 -->
<div
class="max-w-sm bg-white border border-gray-300 rounded-lg
shadow dark:bg-gray-800 dark:border-gray-700 hover:scale-105 transform transition-transform duratin-300 ">
<a href="">
<img src="./images/3d-map-pins-gps-navigator-pin-checking-poins-3d-render-illustration 1.png"
class="rounded-t-lg">
</a>
<div class="p-4">
<div class="flex justify-between mb-4">
<span class="text-xs text-gray-600">1,957 Students</span>
<span class="text-xs text-gray-600">01h 59m</span>
</div>
<p class="mb-5 pe-8 font-normal text-gray-700 dark:text-gray-400">
Motion Graphics: Create a Nice
Typography Animation
</p>
<div class="flex justify-between mt-10">
<span class="text-xs text-gray-600">Rs.499</span>
<span class="text-xs text-gray-600"><i class="fa-solid fa-cart-shopping"></i></span>
</div>
</div>
</div>
<div class="flex justify-center py-10">
<button type="button"
class="text-white bg-gradient-to-br from-purple-600
to-blue-500 hover:bg-gradient-to-bl focus:ring-4
rounded text-sm px-5 py-2.5 text-center m3-2 mb-2 shadow-sm ">
Explore Courses
</button>
</div>
</main>
</body>
<style>
.fontstyle {
font-family: "Righteous", sans-serif;
}
.featurefont {
font-family: "Rowdies", sans-serif;
}
.featurep {
font-family: "Righteous";
}
.cardfont {
font-family: "Saira";
}
</html>