-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHTMLTables.html
More file actions
226 lines (184 loc) · 5.31 KB
/
Copy pathHTMLTables.html
File metadata and controls
226 lines (184 loc) · 5.31 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
225
226
<!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/font-awesome/7.3.0/css/all.min.css"
integrity="sha512-ApSLB1Pd3/bZN8fWB/RG9YhN/7bd9Hkf3AGaE2mPfebjrxagjuBtx2GcgdqIlJkUzwylBo61r9Xa9NmgBI0swA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>ACHIEVERS IT SOLUTIONS</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: Arial, Helvetica, sans-serif;
}
table {
width: 100%;
border-collapse: collapse;
}
.header {
background: #071d49;
height: 70px;
}
.header td {
border: 1px solid #3a4d73;
text-align: center;
color: white;
}
.logo {
width: 180px;
color: white;
font-size: 18px;
}
.logo span {
font-size: 13px;
color: rgb(203, 203, 21);
}
.header a {
color: white;
text-decoration: none;
display: block;
padding: 25px 10px;
font-size: 16px;
}
.header a i {
font-size: 20px;
}
.header a:hover {
background: #0b2b6f;
}
.text {
color: #f4f4f4;
text-align: center;
width: 18px;
height: 18px;
font-size: 13px;
font-weight: 600;
position: absolute;
top: 12px;
right: 170px;
padding: 2px;
border-radius: 50%;
background: red;
cursor: pointer;
}
.login {
width: 10%;
padding: 15px;
}
.login a {
background: rgb(18, 202, 202);
padding: 10px 20px;
border-radius: 5px;
color: white;
}
.login a:hover {
border: 1px solid rgb(18, 202, 202);
}
.menu {
background: #0047b3;
}
.menu td {
border: 1px solid #4f83e3;
text-align: center;
}
.menu a {
display: block;
color: white;
text-decoration: none;
padding: 15px;
font-weight: bold;
}
.menu a:hover {
background: #00368c;
}
.hero {
text-align: center;
height: 606px;
background: url(./Screenshot\ 2026-07-18\ 113827.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.hero h1 {
font-size: 55px;
color: #08234d;
margin-top: -260px;
}
.hero p {
color: #494848;
font-size: 20px;
margin: auto 40px;
}
.btn1,
.btn2 {
text-decoration: none;
padding: 15px 35px;
margin: 10px;
display: inline-block;
border-radius: 5px;
font-weight: bold;
}
.btn1 {
background: #0d5dfd;
color: white;
}
.btn2 {
background: white;
color: #0d5dfd;
border: 2px solid #0d5dfd;
}
.btn1:hover {
color: #0d5dfd;
background: white;
border: 2px solid #0d5dfd;
}
.btn2:hover {
background: #0d5dfd;
color: white;
}
</style>
</head>
<body>
<table width="100%" cellspacing="0" cellpadding="0">
<tr class="header">
<td class="logo"><b><i class="fa-solid fa-graduation-cap"></i>ACHIEVERS<br><span>IT SOLUTIONS</span></b>
</td>
<td><a href="#">Home</a></td>
<td><a href="#">About Us</a></td>
<td><a href="#">Courses</a></td>
<td><a href="#">Internships</a></td>
<td><a href="#">Placements</a></td>
<td><a href="#">Gallery</a></td>
<td><a href="#">Contact</a></td>
<td><a href="#"><i class="fa-solid fa-magnifying-glass"></i></a></td>
<td><a href="#"><i class="fa-solid fa-bell"></i></a></td>
<td class="login"><a href="#">Login</a></td>
</tr>
<td class="text">3</td>
<tr class="menu">
<td colspan="2"><a href="#">Python Full Stack</a></td>
<td colspan="2"><a href="#">Java Full Stack</a></td>
<td colspan="2"><a href="#">Data Science</a></td>
<td colspan="2"><a href="#">AWS</a></td>
<td colspan="3"><a href="#">DevOps</a></td>
</tr>
<tr>
<td colspan="11" class="hero">
<h1>Welcome to AchieversIT</h1>
<p>
Empowering Your Future with Quality Education &
Placement Opportunities
</p>
<br>
<a href="#" class="btn1">Explore Courses</a>
<a href="#" class="btn2">Know More</a>
</td>
</tr>
</table>
</body>
</html>