-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (75 loc) · 1.99 KB
/
index.html
File metadata and controls
82 lines (75 loc) · 1.99 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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css">
<title>www.blwzoneg.com</title>
</head>
<body>
<header>
<nav>
<div class="navbar">
<h1 class="logo">
BLW ZONE G
</h1>
<div class="svg">
<a href="/">
<svg width="30" height="30">
<path d="M0,5 30,5" stroke="rgb(0,0,0)" stroke-width="5" />
<path d="M0,14 30,14" stroke="rgb(0,0,0)" stroke-width="5" />
<path d="M0,23 30,23" stroke="rgb(0,0,0)" stroke-width="5" />
</svg>
</a>
</div>
</div>
<div class="searchbar">
<input type="search">
</div>
</nav>
<div class="hero">
<img src="1.jpg" alt="">
<p>building the most effective and radicalized young people in the world </p>
</div>
</header>
<main>
<section class="item item1">
<div class="drop">
<p> Innovation </p>
</div>
<div class="drop">
<p> Business </p>
</div>
<div class="drop">
<p> Finance </p>
</div>
<div class="drop">
<p> Finance </p>
</div>
<div class="drop">
<p> Finance </p>
</div>
</section>
<section>
<h2>Why we give</h2>
<aside class="item item2">
<div class="testimonial test1"></div>
<div class="testimonial test2"></div>
<div class="testimonial test3"></div>
<div class="testimonial test4"></div>
<div class="testimonial test5"></div>
</aside>
</section>
<section class="item"></section>
</main>
<footer>
<h3>
Copyright © BLW ZONE G 2022 All rights reserved
</h3>
<a href=""><img src="" alt="twitter"></a>
<a href=""> <img src="" alt="facebook"></a>
<a href=""><img src="" alt="instagram"></a>
<a href=""><img src="" alt="youtube"></a>
</footer>
</body>
</html>