-
Notifications
You must be signed in to change notification settings - Fork 0
/
html
104 lines (98 loc) · 3.25 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="background">
<div class="backimg">
</div>
<div class="title">
<h1>AsyncAPI Mentorship Programme</h1>
</div>
<br><br><br>
<div class="container">
<div class="first">
<h1>Enhancing Devlopers Experience In CLI</h1><br><br>
<div class="bottom">
<div class="bot"><img src="sov.png" alt="">
<p>Souvik Dey</p>
<h4>MENTOR</h4></div>
<div class="tom"><img src="ayu.png" alt="">
<p>Auush</p>
<h4>MENTEE</h4></div>
</div>
</div>
<div class="first"><br>
<h1>1. Onboarding Contributor Guides</h1>
<h1> 2. Expand AsyncAPI Community Docs</h1><br><br>
<div class="bottom">
<div class="bot"><img src="quet.jpg" alt="">
<img src="nwo.jpg" alt="">
<img src="antony.jpg" alt="">
<p>Quetzalli Writes, Wisdom, Anthony</p>
<h4>MENTOR</h4></div>
<div class="tom"><img src="anu.jpg" alt="">
<img src="pri.png" alt="">
<img src="ezi.jpg" alt="">
<p>Anushka Saxena, Prince Onyeanuna, & Ezinne Anne Emilia</p>
<h4>MENTEE</h4></div>
</div>
</div><div class="first">
<h1>Becoming a Maintainer of AsyncAPI Generator</h1><br><br>
<div class="bottom">
<div class="bot"><img src="luk.jpg" alt="">
<p>Lukasz Gornicki</p>
<h4>MENTOR</h4></div>
<div class="tom"><img src="moh.jpg" alt="">
<p>Mohan Kumar</p>
<h4>MENTEE</h4></div>
</div>
</div><div class="first">
<h1>Migration of build + workflow scripts to typescript</h1><br><br>
<div class="bottom">
<div class="bot"><img src="ak.png" alt="">
<p>Akshat Nema</p>
<h4>MENTOR</h4></div>
<div class="tom"><img src="zee.jpg" alt="">
<p>Zeel</p>
<h4>MENTEE</h4></div>
</div>
</div><div class="first">
<h1>Holopin Design Project</h1><br><br>
<div class="bottom">
<div class="bot"><img src="asit.jpg" alt="">
<p>Aishat Muibudeen</p>
<h4>MENTOR</h4></div>
<div class="tom"><img src="olu.png" alt="">
<p>Olumide</p>
<h4>MENTEE</h4></div>
</div>
</div><div class="first">
<h1>Path to Maintainership for the AsyncAPI React Project</h1><br><br>
<div class="bottom">
<div class="bot"><img src="zee.jpg" alt="">
<p>Azeez Elegbede (Ace) </p>
<h4>MENTOR</h4></div>
<div class="tom"><img src="md.png" alt="">
<p>Mohammed Mehdi</p>
<h4>MENTEE</h4></div>
</div>
</div><div class="first">
<h1>Integrating EDAVisualiser Application Focus View into VS Code AsyncAPI Plugin</h1><br><br>
<div class="bottom">
<div class="bot"><img src="Ivan.jpg" alt="">
<p>Ivan</p>
<h4>MENTOR</h4></div>
<div class="tom"><img src="milind.png" alt="">
<p>Milan D Vijay</p>
<h4>MENTEE</h4></div>
</div>
</div>
</div>
</div>
</body>
</html>