forked from graceEjegwa/cohort3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcohort3.html
More file actions
78 lines (65 loc) · 2.72 KB
/
cohort3.html
File metadata and controls
78 lines (65 loc) · 2.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Contact V16</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--===============================================================================================-->
<link rel="icon" type="image/png" href="images/icons/favicon.ico" />
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.7.0/css/font-awesome.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="fonts/iconic/css/material-design-iconic-font.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="css/profile.css">
<!-- <link rel="stylesheet" type="text/css" href="css/util.css"> -->
<link rel="stylesheet" type="text/css" href="css/main.css">
<!--===============================================================================================-->
</head>
<body>
<div class="header">
<div>
<h2 class="initiative-label">🎉TIIDELAB INITIATIVE COHORT 3 🎉</h2>
</div>
<div class="header-remain">
<h2>
List of contributors on the Tiidelab GitHub Project
</h2>
</br>
<span>"
Work Well,
Work smart.
Let's all keep winning 🎉 "
</span>
</div>
</div>
<div class="row">
<!--Beginning of profile row don't remove-->
<div class="column"> <!--start here-->
<div class="card">
<img src="images/contributors/Ak Adaava-33.jpg">
<div class="container">
<h2>Grace Ejegwa</h2>
<p class="title">Project Owner</p>
<p>Backend Developer</p>
<p>Female</p>
</div>
</div>
</div> <!--end here-->
<!-- You can add your code block here-->
</div><!--End of profile row don't remove-->
<script src="js/main.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-23581568-13"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-23581568-13');
</script>
</body>
</html>