-
Notifications
You must be signed in to change notification settings - Fork 0
/
our-story.html
88 lines (81 loc) · 3.45 KB
/
our-story.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="initial-scale=1, maximum-scale=1, minimum-scale=1"
/>
<meta name="theme-color" content="#2b3a42" />
<meta
property="og:title"
content="Listen to Doing What Matters in Times of Stress by WHO"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://wom.fm/110/" />
<meta property="og:image" content="https://wom.fm/resources/OG_WOM.png" />
<meta name="twitter:card" content="summary_large_image" />
<script type="text/javascript" src="./resources/wom.js"></script>
<link rel="stylesheet" type="text/css" href="./resources/wom.css" />
</head>
<body>
<script id="rendered-js" type="text/javascript" src="./audio.js"></script>
<main class="mainPage">
<header class="header">
<div class="headerImg">
<a href="./index.html"><img src="./images/mems-logo.svg" alt="" /></a>
</div>
<div class="ourStoryWrapper">
<a href="./our-story.html">Our Story</a>
</div>
</header>
<section>
<h1 class="heading">More About the Ladder Library</h1>
<div class="my-story-content">
<aside class="aside1 paragraph">
<p>
We are a group of revolutionaries on a mission to use technology
to improve the African continent.
</p>
<p>
Being born and raised in Nigeria, it breaks our hearts to view us
through the lens of pain, plight, and helplessness. Despite the
numerous individuals, circumstances, and materials that lead us to
assume a pessimistic view of Africa, we do not accept it.
</p>
<p>
We are aware of and believe in a more positive and prosperous
Africa, which is brimming with incredible talent and untapped
potential. We have made the decision to make sure that everyone,
regardless of background, has access to the tools necessary to
advance on the world stage.
</p>
<p>
Africans are relevant, and we are working to keep that. We can't
win this by ourselves, so please join us if you think there may be
a better and brighter future for Africa.
</p>
</aside>
<aside class="aside2">
<img src="./images/ellipse.svg" alt="" class="abs hidden"/>
<div class="imgWrapper">
<div class="imgDiv hidden">
<div class="imgContainer"><img src="./images//img1.svg" alt="" class="img"/></div>
<div class="imgContainer"><img src="./images//img2.svg" alt="" class="img"/></div>
<div class="imgContainer"><img src="./images//img3.svg" alt="" class="img"/></div>
</div>
<div class="imgDiv hide">
<div class="imgContainer"><img src="./images//img4.svg" alt="" class="img"/></div>
<div class="imgContainer"><img src="./images//img5.svg" alt="" class="img"/></div>
<div class="imgContainer"><img src="./images//img6.svg" alt="" class="img"/></div>
</div>
</div>
</aside>
</div>
</section>
<footer class="footer">
<span>Ladder Library</span><span>X</span><span>Evolufy Africa</span>
</footer>
</main>
</body>
</html>