forked from graceEjegwa/ContactForm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContributors.html
111 lines (85 loc) · 3.09 KB
/
Contributors.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
<!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>
<h1>
List of contributors on the Tiidelab GitHub Project </br>
Work Well
<br>Work smart.</br>
Let's all keep winning 🎉
</h1>
<div class="row"> <!--Beginning of profile row don't remove-->
<div class="column">
<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>
<div class="column">
<div class="card">
<img src="images/contributors/Ekeso.png">
<div class="container">
<h2>Ekeso Longe</h2>
<p class="title">Contributor</p>
<p>Backend Developer</p>
<p>Male</p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="images/contributors/Ak Adaava-33.jpg">
<div class="container">
<h2>Jane Doe</h2>
<p class="title">Project Owner</p>
<p>Frontend Developer</p>
<p>male</p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="images/contributors/Adeyemo2.jpeg">
<div class="container">
<h2>Adeyemo Peter</h2>
<p class="title">Contributor</p>
<p>Backend Developer</p>
<p>Male</p>
</div>
</div>
</div>
</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>