-
Notifications
You must be signed in to change notification settings - Fork 29
/
team.html
105 lines (101 loc) · 4.9 KB
/
team.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
<!DOCTYPE html>
<html>
<head>
<title>Meet the Team - EducateAll Foundation</title>
<meta name="title" content="Meet the Team - EducateAll Foundation">
<meta name="description" content="EducateAll Foundation is an NGO founded in 2019 to support vulnerable children facing difficult socio-economic challenges in Nigeria. #BackToSchool">
<meta name="keywords" content="EducateAll Foundation, NGO, EducateAll Team, Nigeria, non-profit charitable organization, NGO in Nigeria, Back to school Campaign, Support Education, HNG Intership, StartNG, Hotels.ng, Mark Essien, Team_Tokyo, Gofundme nigeria, Indiegogo nigeria">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="copyright" content="EducateAll Foundation">
<meta name="language" content="EN">
<meta name="author" content="Team_Tokyo">
<meta name="creationdate" content="September 02 2019">
<meta name="distribution" content="global">
<meta name="rating" content="general">
<meta name="revisit-after" content="1 days">
<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" type="text/css" href="styles/team.css">
<link rel="shortcut icon" type="image/png" href="https://res.cloudinary.com/fabianuzukwu/image/upload/v1567457294/EducateAll-Foundation/vynivdj2rojokfjjeng9.png"/>
<link href="https://fonts.googleapis.com/css?family=Montserrat:200i,300,400&display=swap" rel="stylesheet">
</head>
<body>
<section id="intro-section">
<div id="intro-wrapper">
<header>
<img id="logo" src="https://res.cloudinary.com/fabianuzukwu/image/upload/v1567457144/EducateAll-Foundation/wrtqmfkb847vw3m5qj6e.png" height="60px" width="220px" alt="EducateAll-FoundationLogo">
<nav>
<a href="index.html">HOME</a>
<a href="about.html">ABOUT US</a>
<a href="donation.html">DONATIONS</a>
<a href="#" id="team-link">TEAM</a>
<a href="events.html">EVENTS</a>
<a href="contact.html">CONTACT US</a>
</nav>
</header>
<h1>Alone we can do little, <br /> together, we can do <br /> so much more</h1>
<button onclick="location.href='donation.html'" id="join-us">Join us</button>
</div>
</section>
<section id="team-section">
<h1>TEAM-TOKYO</h1>
<input type="text" id="search" placeholder="Search full name or Slack username">
<select>
<option selected="selected" value="0">All Departments</option>
<option value="1">BACK END</option>
<option value="2">CONTENT GROUP</option>
<option value="3">FRONT END</option>
<option value="4">UI/UX</option>
</select>
<div id="team-grid">
</div>
</section>
<footer>
<div>
<a href="#"><img src="https://res.cloudinary.com/fabianuzukwu/image/upload/v1567457144/EducateAll-Foundation/wrtqmfkb847vw3m5qj6e.png" alt="A Challenge For All" height="50px" width="200px"></a>
<div id="social-media">
<a href=""><img src="https://res.cloudinary.com/fabianuzukwu/image/upload/v1567457147/EducateAll-Foundation/krt9orslzapf7ldpte1s.png" alt="Twitter Logo"></a>
<a href=""><img src="https://res.cloudinary.com/fabianuzukwu/image/upload/v1567457218/EducateAll-Foundation/dp7jbeqiypce0hq4hznn.png" alt="Facebook Logo"></a>
<a href="https://www.instagram.com/educateallfoundation/"><img src="https://res.cloudinary.com/fabianuzukwu/image/upload/v1567457295/EducateAll-Foundation/siijhhwzpexvl5shxev1.png" alt="Instagram Logo"></a>
</div>
</div>
</div>
<div id="links-div">
<div>
<h3>COMPANY</h3>
<div class="link-list">
<a href="about.html">About EAF</a>
<a href="contact.html">Contact us</a>
<a href="team.html">Meet the Team</a>
</div>
</div>
<div>
<h3>DONATE</h3>
<div class="link-list">
<a href="donation.html">Donations</a>
<a href="articles_challenge.html">Motivation</a>
<a href="videos.html">Videos</a>
</div>
</div>
<div>
<h3>LEGAL</h3>
<div class="link-list">
<a href="privacy.html">Security</a>
<a href="privacy.html">Privacy</a>
<a href="terms.html">Terms and conditions</a>
</div>
</div>
</div>
<div>
<a href="#">
<div id="go-to-top">
<div></div>
</div>
</a>
</div>
</footer>
</body>
</html>
<script type="text/javascript" src="scripts/team.js"></script>