-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathteam.json
124 lines (120 loc) · 3.89 KB
/
team.json
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
{
"teamName" : "Alphas",
"website" : "https://alphasteam.netlify.com",
"members" : [
{
"name": "Miracle Onyenma",
"role": "Web Developer",
"company" : "Alphas",
"bio" : "I'm a Designer, developer, tech lover and code junkie",
"img" : "./assets/img/laptopcode.jpg",
"social" : [
"https://twitter.com/miracleio",
"https://github.com/miracleonyenma"
],
"icons" : [
"fab fa-twitter",
"fab fa-github"
],
"bday" : {
"day": 8,
"month": 5
}
},
{
"name": "Primidac",
"role": "Security Architect & Cryptographer",
"company" : "Cyber Xaviours",
"bio" : "I build fast security applications and cryptographic tools ",
"img" : "./assets/img/primidac.png",
"social" : [
"https://twitter.com/theprimidac",
"https://github.com/primidac"
],
"icons" : [
"fab fa-twitter",
"fab fa-github"
],
"bday" : {
"day": 28,
"month": 3
}
},
{
"name": "Koder King",
"role": "Artificial Intelligence",
"company" : "Alphas",
"bio" : "I love code, Music and Hacking",
"img" : "./assets/img/Screenshot_20191129-210929_1575293498941.jpg",
"social" : [
"https://twitter.com/miracleio",
"https://github.com/johnson-andy"
],
"icons" : [
"fab fa-twitter",
"fab fa-github"
],
"bday" : {
"day": 21,
"month": 3
}
},
{
"name": "Victory T.",
"role": "Software Developer",
"company" : "Alphas",
"bio" :"Software Developer main stack(full stack web dev and app dev).",
"img" : "./assets/img/vic.jpg",
"social" : [
"https://facebook.com/Tuduo Victory",
"https://github.com/Victory-ET"
],
"icons" : [
"fab fa-facebook",
"fab fa-github"
],
"bday" : {
"day": 20,
"month": 10
}
},
{
"name": "Divo Fred",
"role": "Front End and Artificial Intelligence Personnel",
"company" : "Alphas",
"bio" : "I'm a web-developer (front-end) and Artificial personnel Who is an Aspiring Programmer",
"img" : "",
"social" : [
"https://facebook.com/computeralphas",
"https://github.com/Divo-fred"
],
"icons" : [
"fab fa-facebook",
"fab fa-github"
],
"bday" : {
"day": 2,
"month": 3
}
},
{
"name": "Emmanuel Uche",
"role": "Front-End developer and cyber-Security personnel",
"company" : "Alphas",
"bio" : "I'm a web-developer (front-end) and cyber-security person who loves coding and gets tired easily when coding",
"img" : "",
"social" : [
"https://facebook.com/computeralphas",
"https://github.com/Uc-Hub"
],
"icons" : [
"fab fa-facebook",
"fab fa-github"
],
"bday" : {
"day": 2,
"month": 3
}
}
]
}