-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
206 lines (200 loc) · 6.93 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styles/reset.css" />
<link rel="stylesheet" href="styles/layout.css" />
<link rel="stylesheet" href="styles/index.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
/>
<title>Save A Child</title>
<meta name="description" content="An organization-themed project, dedicated to helping troubled and unfortunate children around the world. Developed by Okoye Charles.">
<meta name="robots" content="index,follow">
<meta name="keywords" content="save a child, child welfare, child poverty, child health, education for children, children's rights, donate to children, help children, child advocacy, child hunger, child sponsorship, okoye charles">
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon">
<script src="js/index.js" defer></script>
<script src="js/navigation.js" defer></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9BYF2JZ6SK"></script>
<meta name="google-site-verification" content="z5SFKw4krYcywUCQGVVNYW1F2NpGL-9BNDt0en4iwfM" />
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9BYF2JZ6SK');
</script>
</head>
<body>
<a class="skip-to-content" href="#welcome">
<button tabindex="-1">Skip To Content</button>
</a>
<!-- Top Navigation -->
<div class="top-nav-container">
<nav class="top-nav">
<ul class="top-nav-socials">
<li>
<a
href="https://github.com/okoyecharles/save-a-child"
aria-label="github"
target="_blank"
rel="noopener"
><i class="fa-brands fa-github"></i
></a>
</li>
<li>
<a
href="https://twitter.com/okoyecharlesk"
aria-label="social"
target="_blank"
rel="noopener"
><i class="fab fa-twitter"></i
></a>
</li>
</ul>
<ul class="top-nav-links">
<li>
<a href="https://okoyecharles.com" target="_blank" rel="noopener"
>Portfolio</a
>
</li>
</ul>
</nav>
</div>
<!-- Main Nav-Bar -->
<div class="main-nav-container">
<nav class="main-nav">
<div class="logo">
<a href="/">
<img src="./assets/images/Logo.svg" height="40" width="69" alt="Logo" />
</a>
</div>
<button
id="hamburger"
class="hamburger"
aria-controls="nav-links"
aria-label="open main menu"
aria-expanded="false"
>
<div class="ham-line"></div>
<div class="ham-line"></div>
<div class="ham-line"></div>
</button>
<ul class="nav-links" id="nav-links">
<li class="nav-link active"><a href="/">Home</a></li>
<li class="nav-link"><a href="/about">About</a></li>
<li class="nav-link"><a href="/">Program</a></li>
<li class="nav-link"><a href="/">Join</a></li>
<li class="nav-link"><a href="/">Sponsor</a></li>
<li class="nav-link"><a href="/">News</a></li>
</ul>
<button class="donate-button">Donate</button>
</nav>
</div>
<!-- Welcome Section -->
<section class="welcome-container">
<div id="welcome" class="welcome">
<h1 class="w-header">A LITTLE CHANGE CAN MAKE A BIG DIFFERENCE</h1>
<p class="w-description">
We are committed to supporting sick and less fortunate children around the
globe, touching the lives and hearts of countless children since 2022.
</p>
<h2 class="w-sub-header">Building Hope</h2>
<p class="w-sub-description">
By creating nurturing environments, and support programs that provide emotional
well-being
</p>
<div class="w-coa">
<a href="#work" aria-label="view our work">
<svg
width="37"
height="38"
viewBox="0 0 37 38"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M2 2L19.1034 12L34 2"
stroke="black"
stroke-width="3.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M2 14L19.6379 24L35 14"
stroke="black"
stroke-width="3.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M2 26L19.6379 36L35 26"
stroke="black"
stroke-width="3.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
</a>
</div>
</div>
</section>
<!-- Work Section -->
<section class="work-container">
<div id="work"></div>
<div class="work">
<h2 class="work-header">Main Program</h2>
<div class="work-cards">
<!-- Cards here are generated dynamically with javascript -->
</div>
<a class="work-prompt" href="#">See the whole program</a>
</div>
</section>
<!-- Founders Section -->
<section class="founder-container">
<div id="founder"></div>
<div class="founder">
<h2 class="founder-header">Founders</h2>
<div class="founder-cards">
<!-- Cards here are generated dynamically with javascript -->
</div>
<button class="founder-more" aria-label="show more founders" aria-pressed="false">
<span>MORE</span><i class="fa-solid fa-angle-down"></i>
</button>
</div>
</section>
<!-- Footer Section -->
<div class="footer-container">
<footer>
<div>
<a href="/">
<img
src="./assets/images/Logo.svg"
class="footer-logo"
alt="Logo"
height="64"
width="110"
/>
</a>
</div>
<div class="footer-content">
<div class="footer-license">
<p>2022 Save The Child Africa.</p>
<p>All Rights Reserved.</p>
</div>
<p>
Built by
<a rel="noopener noreferrer" target="_blank" href="https://okoyecharles.com"
>Okoye Charles</a
>
</p>
<p>Design Inspiration • <a rel="noopener noreferrer" target="_blank" href="https://www.behance.net/adagio07"
>Cindy Shin</a
></p>
</div>
</footer>
</div>
</body>
</html>