-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtailwindpj.html
More file actions
185 lines (169 loc) · 7.51 KB
/
Copy pathtailwindpj.html
File metadata and controls
185 lines (169 loc) · 7.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<title>NR-a webpage to learn</title>
</head>
<body class="bg-slate-950">
<!-- nav bar goes here -->
<nav>
<div class="w-full h-13 bg-indigo-200 flex justify-between items-center">
<div class="mx-2">
<h1 class="text-indigo-600 font-bold text-2xl">NR Skills</h1>
</div>
<div class="hidden md:block">
<a class="px-1 cursor-pointer font-semibold " href="">Home</a>
<a class="px-1 cursor-pointer font-semibold " href="">About</a>
<a class="px-1 cursor-pointer font-semibold " href="">Contact Us</a>
</div>
<div class="hidden md:block h-9 text-center mx-4 bg-blue-600 rounded text-white">
<p class="pt-1 px-1 font-semibold cursor-pointer">Login/Signup</p>
</div>
<div class="md:hidden block text-3xl mx-2">
<a href="#">≡</a>
</div>
</div>
</nav>
<!-- nav bar ends here -->
<!-- hero section starts here-->
<div>
<img class="w-full h-auto hidden md:block" src="/img/carouselOne.jpg" alt="">
<img class="w-full h-auto block md:hidden" src="/img/vert.jpg" alt="">
</div>
<!-- hero section ends here -->
<!-- card section starts here-->
<div class="mt-3 flex flex-wrap flex-col items-center justify-center text-center p-5">
<div class="text-blue-400 font-semibold flex flex-wrap flex-col items-center justify-center">
<p class="text-3xl md:text-4xl text-center">"Pure hardwork, No shortcuts"</p>
</div>
<div class="bg-yellow-500 w-24 md:w-40 h-1 rounded-xl mt-2"></div>
</div>
<div class="mt-4 mb-2 mx-4 flex flex-wrap items-center justify-evenly p-5">
<div class="w-45 flex flex-col items-center justify-center">
<div>
<img class="w-18 h-auto" src="img/books.png" alt="">
</div>
<div class="mt-2 text-center">
<h2 class="text-white font-bold text-3xl">6000+</h2>
<p class="font-semibold text-slate-600 text-xl">Different Courses</p>
</div>
</div>
<div class=" w-45 flex flex-col items-center justify-center ">
<div>
<img class="w-18 h-auto" src="img/graduate.png" alt="">
</div>
<div class="mt-2 text-center">
<h2 class="text-white font-bold text-3xl">70,0000+</h2>
<p class="font-semibold text-slate-600 text-xl">Students Enrolled</p>
</div>
</div>
<div class=" w-45 flex flex-col items-center justify-center">
<div>
<img class="w-18 h-auto" src="img/management.png" alt="">
</div>
<div class="mt-2 text-center">
<h2 class="text-white font-bold text-3xl">10,000+</h2>
<p class="font-semibold text-slate-600 text-xl">Successful Transitions</p>
</div>
</div>
</div>
<!-- Products section -->
<div class="mt-3 flex flex-wrap flex-col items-center justify-center text-center p-5">
<div class="text-blue-400 font-semibold flex flex-wrap flex-col items-center justify-center">
<p class="text-3xl md:text-4xl text-center">Our Products</p>
</div>
<div class="bg-yellow-500 w-22 md:w-27 h-1 rounded-xl mt-2"></div>
</div>
<div class="mt-3 flex flex-wrap w-full h-auto justify-around ">
<div class="w-36 h-auto border-yellow border-2 flex flex-wrap flex-col items-center justify-center">
<div>
<img class="w-21" src="img/abilities.png" alt="">
</div>
<div>
<p class="text-center text-slate-600">Supercharge your project development with our robust lab</p>
</div>
</div>
<div class="w-36 h-auto border-yellow border-2 flex flex-wrap flex-col items-center justify-center">
<div>
<img class="w-21" src="img/job-portal.png" alt="">
</div>
<div>
<p class="text-center text-slate-600">Use exceptional templates for a stand-out resume minus the signup
process</p>
</div>
</div>
<div class="w-36 h-auto border-yellow border-2 flex flex-wrap flex-col items-center justify-center">
<div>
<img class="w-21" src="img/expertise.png" alt="">
</div>
<div>
<p class="text-center text-slate-600">NR Skills' self-paced experience portal prioritises hands-on
training with 570+ internship projects</p>
</div>
</div>
<div class="w-36 h-auto border-yellow border-2 flex flex-wrap flex-col items-center justify-center">
<div>
<img class="w-21" src="img/profile.png" alt="">
</div>
<div>
<p class="text-center text-slate-600">Explore affiliate marketing opportunities with NR Skills and
attain financial freedom</p>
</div>
</div>
<div class="w-36 h-auto border-yellow border-2 flex flex-wrap flex-col items-center justify-center">
<div>
<img class="w-20" src="img/quality.png" alt="">
</div>
<div>
<p class="text-center text-slate-600">Our students placements and 100K+ career transitions speak volumes
about our courses</p>
</div>
</div>
</div>
<br>
<!-- card section ends here -->
<!-- footer starts here -->
<footer>
<div class="w-full mt-3 h-auto flex flex-wrap flex-col md:flex-row items-start justify-between ">
<div class="w-36 md:mx-5">
<img class="w-34" src="img/whiteLogo.png" alt="">
<p class="text-slate-600 italic"><span class="font-semibold bg-slate-800 text-white not-italic">Email:</span>
supportus@gmail.com</p>
<img class="w-14" src="img/quality.png" alt="">
</div>
<div class="w-36">
<h2 class="text-white font-bold text-xl">NR Skills</h2>
<div class="bg-yellow-500 w-18 md:w-22 h-1 rounded-xl mt-1"></div>
<div class="text-slate-600">
<p>About Us</p>
<p>FAQs</p>
<p>Privacy Policy</p>
</div>
</div>
<div class="w-36">
<h2 class="text-white font-bold text-xl">Products</h2>
<div class="bg-yellow-500 w-18 md:w-22 h-1 rounded-xl mt-1"></div>
<div class="text-slate-600">
<p>NR Skills lab</p>
<p>Job Portal</p>
<p>Experience Portal</p>
<p>Become an Affiliate</p>
<p>Hall of fame</p>
</div>
</div>
<div class="w-36">
<h2 class="text-white font-bold text-xl">Links</h2>
<div class="bg-yellow-500 w-18 md:w-21 h-1 rounded-xl mt-1"></div>
<div class="text-slate-600">
<p>About Us</p>
<p>FAQs</p>
<p>Privacy Policy</p>
</div>
</div>
</div>
</footer>
<!-- footer ends here -->
</body>
</html>