-
Notifications
You must be signed in to change notification settings - Fork 1
/
new.html
344 lines (316 loc) · 8.53 KB
/
new.html
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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
<!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/5.15.3/css/all.min.css"/>
<title>THE TECHPLUS</title>
<style>
* {
margin: 10;
padding: 10;
box-sizing: border-box;
}
body {
font-family: Montserrat, sans-serif;
}
nav {
background: #2300e6;
height: 80px;
width: 100%;
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 20px;
z-index: 10;
font-weight: bold;
}
nav .hero-text {
color: rgb(255, 255, 255);
font-size: 35px;
font-weight: bold;
position: fixed;
outline-style: auto;
}
nav ul {
list-style: none;
display: flex;
margin-right: 20px
font-weight: bold;;
}
nav ul li {
margin: 0 10px;
font-weight: bold;
}
nav ul li a {
color: rgb(255, 255, 255);
text-decoration: none;
font-size: 18px;
position: relative;
padding: 0 5px;
transition: color 0.3s;
font-weight: bold;
}
nav ul li a::before {
content: '';
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: rgb(255, 255, 255);
visibility: hidden;
transform: scaleX(0);
transition: all 0.3s ease-in-out;
font-weight: bold;
}
nav ul li a:hover::before {
visibility: visible;
transform: scaleX(1);
font-weight: bold;
}
.hero-banner {
background-color: #000000;
background-size: cover;
background-position: center;
height: 400px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
color: rgb(255, 255, 255);
font-weight: bold;
}
.hero-banner .getstarted {
background-color: #0e0be3;
width: 150px;
height: 50px;
border: none;
border-radius: 15px;
outline: none;
color: white;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
cursor: pointer;
transition: background-color 0.3s ease;
font-weight: bold;
}
.hero-banner .getstarted:hover {
background-color: #5107fd;
font-weight: bold;
}
.card-container {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 20px;
margin-top: 50px;
font-weight: bold;
}
.card {
width: 300px;
border: 1px solid #ccc;
border-radius: 5px;
overflow: hidden;
font-weight: bold;
}
.card-img-top {
width: 100%;
height: auto;
font-weight: bold;
}
.card-body {
padding: 20px;
font-weight: bold;
}
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff;
display: inline-block;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
text-decoration: none;
font-weight: bold;
}
.btn-primary:hover {
background-color: #3600b3;
border-color: #000000;
font-weight: bold;
}
.getConatiner {
text-align: center;
margin-top: 50px;
font-weight: bold;
}
.getConatiner img {
width: 300px;
height: auto;
font-weight: bold;
}
.contactUs {
background-color: #333;
color: white;
text-align: center;
padding: 50px 0;
font-weight: bold;
}
.contactUs h2 {
margin-bottom: 20px;
font-weight: bold;
}
.socialIcons {
margin-top: 20px;
font-weight: bold;
}
.socialIcons a {
margin-right: 10px;
font-weight: bold;
}
.socialIcons img {
width: 40px;
height: 40px;
font-weight: bold;
}
.burger {
display: none;
cursor: pointer;
flex-direction: column;
gap: 5px;
font-weight: bold;
}
.burger div {
width: 25px;
height: 3px;
background-color: white;
transition: all 0.3s;
font-weight: bold;
}
@media (max-width: 768px) {
nav ul {
display: none;
flex-direction: column;
width: 100%;
position: absolute;
top: 80px;
left: 0;
background: #0082e6;
text-align: center;
font-weight: bold;
}
nav ul li {
margin: 10px 0;
font-weight: bold;
}
nav.active ul {
display: flex;
font-weight: bold;
}
.burger {
display: flex;
font-weight: bold;
}
.toggle .line1 {
transform: rotate(-45deg) translate(-5px, 6px);
font-weight: bold;
}
.div.getConatiner {
size: 100px;
font-weight: bold;
}
</style>
<title>THE TECHPLUS</title>
</head>
<body>
<nav>
<ul>
<li><a class="active" href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="service.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="https://wa.me/94714184446?text=Feedback">Feedback</a></li>
</ul>
</nav>
<div class="hero-banner">
<div class="hero-text">
<h2 style="text-align:center;">THE THECHPLUS</h2>
<br>
<br>
<p>Welcome to TheTechPlus we are post new tech news,coding lessone,coding project file and more !! stay tuned with our Services</p>
<br>
<br>
</div>
</div>
<br>
<br>
<div class="card-container">
<div class="card">
<img src="icon-code-logo-J33X3y8-600.jpg" class="card-img-top" alt="..." style="width:250px; height:250px;" >
<div class="card-body">
<h5 class="card-title">Coding</h5>
<p class="card-text">HTML for structure, CSS for style, JavaScript for interactivity. Combine them to create websites and apps. Tutorials and docs help guide the process.</p>
<a href="signup.html" class="btn btn-primary">GET START</a>
</div>
</div>
<br>
<br>
<div class="card">
<img src="gear-smart-eps-icon-digital-tech-business-logo-free-vector.jpg" class="card-img-top" alt="..." style="width:250px; height:250px;">
<div class="card-body">
<h5 class="card-title">Tech news</h5>
<p class="card-text">Stay informed with the latest global tech news and updates, providing you with the most recent information and insights from around the world.</p>
<a href="signup.html" class="btn btn-primary">GET START</a>
</div>
</div>
<div class="card">
<img src="167223188-coding-file-vector-line-colour-icon.jpg" class="card-img-top" alt="..." style="width:250px; height:250px;">
<div class="card-body">
<h5 class="card-title">Code file</h5>
<p class="card-text">Html,Css,Js code file to create website and website login forum,Navbar etc.You can get code file with Create an account</p>
<a href="index2.html" class="btn btn-primary">GET START</a>
</div>
</div>
</div>
<div class="getConatiner">
<img src="man-with-laptop_126546-10.jpg" >
<h2>
Wellcome to TheTechPlus
</h2>
<br>
<p>TheTechPlus is website for post tech news,coding toutorial,code projects.
</p>
</a>
</div>
<br>
<br>
<div class="contactUs">
<h2>Contact Us</h2>
<center>
<p>We'd love to hear from you!</p>
<br>
<li>Email: niroshanmalindu77@gmail.com</li>
<br>
<li>Phone:+94714184446
+94716682532</li>
<br>
<li>Address:131/3 veyangoda</li>
</center>
<div class="socialIcons"><a href="open_you_dial_pad_and_dial_+94714184446"><img src="contact.png"></a>
<a href="https://crawl001.github.io/THE_TECHPLUS/contact.html"><img src="whatsapp.png"></a>
<a href="https://www.youtube.com/@CRAWL_SL_YT"><img src="youtube.png"></a>
</div>
</div>
</body>
</html>