-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
163 lines (150 loc) · 8.48 KB
/
index.html
File metadata and controls
163 lines (150 loc) · 8.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.1.0/remixicon.css" />
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/remixicon@2.2.0/fonts/remixicon.css" /> -->
<link rel="stylesheet" href="./dist/output.css" />
<title>Document</title>
</head>
<body>
<nav class="container mx-auto p-6 border-b-2 border-slate-200 mb-2">
<div class="flex item-center justify-between">
<div>
<img width="200px" src="./images/tailwind-logo.jpg" alt="Tailwind-logo" />
</div>
<div class="hidden md:flex space-x-6 items-center">
<a class="capitalize text-slate-900 hover:text-slate-500" href="#">portfolio</a>
<a class="capitalize text-slate-900 hover:text-slate-500" href="#">about</a>
<a class="capitalize text-slate-900 hover:text-slate-500" href="#">contact</a>
<a class="capitalize text-slate-900 hover:text-slate-500" href="#">socail</a>
<a href="#"
class="bg-orange-500 hover:bg-slate-900 text-white py-2 px-6 rounded-full transition-all ease-out duration-200">Call
Me</a>
</div>
<button id="mobile-btn" class="md:hidden">
<i class="ri-menu-line text-2xl"></i>
</button>
</div>
<div class="md:hidden">
<div id="mobile-menu" class="absolute flex hidden flex-col items-center bg-gray-50 py-8 space-y-4 font-bold left-6 right-6 drop-shadow-lg border-gray-300">
<a class="capitalize" href="#">portfolio</a>
<a class="capitalize " href="#">about</a>
<a class="capitalize" href="#">contact</a>
<a class="capitalize " href="#">socail</a>
<a href="#"
class="bg-orange-500 hover:bg-slate-900 text-white py-2 px-6 rounded-full transition-all ease-out duration-200">Call Me</a>
</div>
</div>
</nav>
<section id="hero">
<div class="container flex space-x-6 flex-col-reverse md:flex-row mx-auto px-6">
<div class="md:w-1/2 flex justify-center flex-col space-y-5 py-6 text-center md:text-left text-slate-900">
<h1 class="font-bold text-3xl md:text-5xl">
Rapidly build modern websites without ever leaving your HTML.
</h1>
<p>
A utility-first CSS framework packed with classes like flex, pt-4,
text-center and rotate-90 that can be composed to build any design,
directly in your markup.
</p>
<a href="#"
class="self-center md:self-start bg-orange-500 hover:bg-slate-900 text-white py-2 px-6 rounded-full transition-all ease-out duration-200">Call
Me</a>
</div>
<div class="md:w-1/2"><img src="./images/logo.png" alt="" /></div>
</div>
</section>
<section id="author">
<div class="container px-6 mx-auto my-32 text-center">
<h2 class="font-bold text-4xl">
“Best practices” don’t actually work.
</h2>
<p class="mt-8 max-w-5xl mx-auto">
I’ve written a few thousand words on why traditional “semantic class
names” are the reason CSS is hard to maintain, but the truth is you’re
never going to believe me until you actually try it. If you can
suppress the urge to retch long enough to give it a chance, I really
think you’ll wonder how you ever worked with CSS any other way.
</p>
<div class="mt-10 flex flex-col space-x-0 space-y-5 md:flex-row md:space-x-5 md:space-y-0">
<div
class="md:w-1/3 flex flex-col items-center p-6 space-y-2 rounded-lg border border-slate-200 bg-slate-100">
<img class="w-16 rounded-full -mt-14" src="./images/avatar-03.png" alt="" />
<h5 class="font-bold text-lg text-slate-900">Adam Adam</h5>
<p class="leading-4 text-sm">
Lorem ipsum, dolor sit amet consectetur adipisicing elit.
Accusamus quisquam ratione unde exercitationem quasi sunt,
voluptas laborum nulla iure voluptatum?
</p>
</div>
<div
class="md:w-1/3 flex flex-col items-center p-6 space-y-2 rounded-lg border border-slate-200 bg-slate-100">
<img class="w-16 rounded-full -mt-14" src="./images/avatar-02.png" alt="" />
<h5 class="font-bold text-lg text-slate-900">Amine Amine</h5>
<p class="leading-4 text-sm">
Lorem ipsum, dolor sit amet consectetur adipisicing elit.
Accusamus quisquam ratione unde exercitationem quasi sunt,
voluptas laborum nulla iure voluptatum?
</p>
</div>
<div
class="md:w-1/3 flex flex-col items-center p-6 space-y-2 rounded-lg border border-slate-200 bg-slate-100">
<img class="w-16 rounded-full -mt-14" src="./images/avatar-01.png" alt="" />
<h5 class="font-bold text-lg text-slate-900">Ahmed Ahmed</h5>
<p class="leading-4 text-sm">
Lorem ipsum, dolor sit amet consectetur adipisicing elit.
Accusamus quisquam ratione unde exercitationem quasi sunt,
voluptas laborum nulla iure voluptatum?
</p>
</div>
</div>
</div>
</section>
<footer class="bg-slate-900">
<div class="container mx-auto flex flex-col-reverse text-white px-6 py-10 space-y-8 justify-between md:flex-row md:space-y-0">
<div class="flex flex-col items-center justify-between space-y-8 md:space-y-2 md:items-start">
<div class="text-center mt-6 md:hidden">
Copyright © 2023, All Right Reserved <span class="text-orange-500">WebNest</span>
</div>
<div>
<img width="200px" src="./images/tailwind-logo-dark.jpg" alt="">
</div>
<div class="flex space-x-2">
<a href="#"><i class="ri-facebook-box-fill text-2xl"></i></a>
<a href="#"><i class="ri-instagram-fill text-2xl"></i></a>
<a href="#"><i class="ri-youtube-fill text-2xl"></i></a>
<a href="#"><i class="ri-linkedin-fill text-2xl"></i></a>
<a href="#"><i class="ri-twitter-fill text-2xl"></i></a>
<a href="#"><i class="ri-pinterest-fill text-2xl"></i></i></a>
</div>
</div>
<div class="flex justify-around space-x-32">
<div class="flex flex-col space-y-2">
<a href="#" class="hover:text-slate-300">Home</a>
<a href="#" class="hover:text-slate-300">About</a>
<a href="#" class="hover:text-slate-300">Contact</a>
</div>
<div class="flex flex-col space-y-2">
<a href="#" class="hover:text-slate-300">Imprint</a>
<a href="#" class="hover:text-slate-300">Privacy</a>
<a href="#" class="hover:text-slate-300">Credits</a>
</div>
</div>
<div class="flex flex-col justify-between">
<form action="#">
<div class="flex space-x-3">
<input type="text" placeholder="Subscribe to Newsletter" class="flex-1 py-2 px-6 rounded-full" >
<button class="bg-orange-500 hover:bg-slate-500 rounded-full px-4 py-2">Go</button>
</div>
</form>
<div class="hidden md:block">
Copyright © 2023, All Right Reserved <span class="text-orange-500">WebNest</span>
</div>
</div>
</div>
</footer>
<script src="./dist/main.js"></script>
</body>
</html>