-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
69 lines (55 loc) · 2.91 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Team Incognito</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1 class="head"><span>meet</span> Team Incognito</h1>
<div class="box">
<div class="profile">
<img src="images/estyi.jpg" class="profile-pic">
<h3 class="title">Stella Archibong</h3>
<h5>Leader</h5>
<p>A highly organized and diplomatic scholar is a graduate of the University of Calabar International Demonstration Secondary School. She is also an indigene of the canonized Cross River State</p>
</div>
<div class="profile">
<img src="images/dorcas.jpg" class="profile-pic">
<h3 class="title">Dorcas Ekpenyong</h3>
<h5>Designer</h5>
<p>Intern at the Bridge Leadership Foundation, volunteer at Foundational Network Africa. She creates designs and coordinates daily content for the Organization's Social Media Platforms.
Host of the Teens Talk About Everything Podcast organized by Foundational Network Africa.</p>
</div>
<div class="profile">
<img src="images/abby.jpg" class="profile-pic">
<h3 class="title">Abigail Johnson</h3>
<h5>Executive Manager</h5>
<p>A business enthusiast, photographer, Cyber security personnel, Python Developer, Poet and girl child activist. Looking forward to studying medicine and surgery in college.
</p>
</div>
<div class="profile">
<img src="images/esty.jpg" class="profile-pic">
<h3 class="title">Esther Ushie</h3>
<h5>Content creator</h5>
<p>A Marketer and manager of various online platforms for the sale of clothing accessories and perfumes.
She has a great record of academic excellence as well as a good team spirit.
</p>
</div>
<div class="profile">
<img src="images/stella.jpg" class="profile-pic">
<h3 class="title">Utangsera Amaku</h3>
<h5>Researcher</h5>
<p>A highschool graduate. The urge to learn a skill led her to apply for the Cyber girls program which she was successfully accepted. She is also a brilliant girl with good grades and good behavior.</p>
</div>
</div>
</div>
</body>
<footer>
<div class="attribute">CyberGirls Fellowship 2021</div>
</footer>
</html>