forked from writeshittu/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
123 lines (116 loc) · 4.98 KB
/
index.html
File metadata and controls
123 lines (116 loc) · 4.98 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
<!DOCTYPE html>
<html lang="en">
<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">
<title>Minds & Souls</title>
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,300i,400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Dosis&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header class="header">
<nav>
<div class="row">
<img src="img/mindsandsouls1.png" alt="Minds and Souls Logo" class="logo">
<ul class="main-nav">
<li><a href="index.html">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Gallery</a></li>
<li><a href="#">Sponsors</a></li>
<li><a href="#">Testimonials</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</nav>
<div class="header-text-box">
<h1>Doing Nothing Is Not <br>An Option Of <span>Our Life.</span></h1>
</div>
</header>
<main class="main">
<section class="section-vision">
<div class="row vision-3-boxes">
<div class="vision">
<h3>Our Vision</h3>
<p class="vision-notes">
To give hope to every child, empowering them to reach their full potential. In essence, releasing great destinies.
</p>
</div>
<div class="donate">
<h3>Donate Money</h3>
<p class="donate-notes">
Even the all-powerful Pointing has no control about the blind texts.
</p>
<div class="donate-button">
<p>Donate Now</p>
</div>
</div>
<div class="volunteer">
<h3>Be a Volunteer</h3>
<p class="volunteer-notes">
Even the all-powerful Pointing has no control about the blind texts.
</p>
<div class="volunteer-button">
<p>Be a Volunteer</p>
</div>
</div>
</div>
</section>
<section class="section-about-us">
<div class="row about-us-2-boxes">
<div class="about-us">
<h2>About Us</h2>
<p class="about-us-notes">
Minds & Souls Foundation is an organization<br> dedicated to helping needy children in the<br> African continent. The aim is to ensure that the<br> less privileged are given equal opportunities by<br> providing them access to basic needs.
</p>
<div class="about-us-button">
<p>READ MORE</p>
</div>
</div>
<div class="about-us-img">
<div class="about-main-img"></div>
</div>
</div>
</section>
<!--3_ITEM AND BE A VOLUNTEER SECTION(SECTION 5&6)-->
<!-- removing of table tag from section 5 to use css for layout-->
<div id="section5">
<div class="sec5">
<img src="./css/img/moneysign.png" alt="make_donation_png">
<div>
<h4>Make Donation</h4>
<P>Lorem ipsum dolor sit, amet consectetur adipisicing elit.
Ipsum inventore facilis, sint aut nemo animi laudantium odit
alias cumque repellat aspernatur reprehenderit voluptate incidunt
velit iste eligendi saepe fugit corrupti?</P>
</div>
</div>
<div class="sec5 volunteer5">
<img src="./css/img/moneysign.png" alt="volunteer_png">
<div>
<h4>Volunteer</h4>
<P>Lorem ipsum dolor sit, amet consectetur adipisicing elit.
Ipsum inventore facilis, sint aut nemo animi laudantium odit
alias cumque repellat aspernatur reprehenderit voluptate incidunt
velit iste eligendi saepe fugit corrupti?</P>
</div>
</div>
<div class="sec5">
<!-- insert an icon by olaniyi900-->
<img src="./css/img/moneysign.png" alt="sponsorship_png">
<div>
<h4>Sponsorship</h4>
<P>Lorem ipsum dolor sit, amet consectetur adipisicing elit.
Ipsum inventore facilis, sint aut nemo animi laudantium odit
alias cumque repellat aspernatur reprehenderit voluptate incidunt
velit iste eligendi saepe fugit corrupti?</P>
</div>
</div>
</div>
</main>
<footer class="footer">
</footer>
<script src="js/index.js"></script>
</body>
</html>