-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathnewMeetTheTeam.php
More file actions
100 lines (98 loc) · 4.72 KB
/
newMeetTheTeam.php
File metadata and controls
100 lines (98 loc) · 4.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<body>
<div style="display: flex; justify-content: center;">
<table style="display:inline-block; margin-right:10px;">
<table style="border: 1px solid black;">
<tr>
<td colspan="5"><img src="https://www.plata.ie/images/profileAdamSoares.jpg" alt="Foto" width="150" height="150"></td>
</tr>
<tr>
<td colspan="5"><p style="font-size: x-small;">Founder CEO & Computer Engineer</p></td>
</tr>
<tr>
<td colspan="5"><h2>Adam Soares</h2></td>
</tr>
<tr>
<td ><img src="https://www.plata.ie/images/social-purple-facebook.png" height="30" width="30" alt=""></td>
<td ><img src="https://www.plata.ie/images/social-purple-github.png" height="30" width="30" alt=""></td>
<td ><img src="https://www.plata.ie/images/social-purple-linkedin.png" height="30" width="30" alt=""></td>
</tr>
</table>
</table>
<table style="display:inline-block; margin-right:10px;">
<table style="border: 1px solid black;">
<tr>
<td colspan="5"><img src="https://www.plata.ie/images/profileThiagoSilva.jpg" alt="Foto" width="150" height="150"></td>
</tr>
<tr>
<td colspan="5"><p style="font-size: x-small;">CTO & Mechanical Engineer</p></td>
</tr>
<tr>
<td colspan="5"><h2>Thiago Bezerra</h2></td>
</tr>
<tr>
<td ><img src="https://www.plata.ie/images/social-purple-facebook.png" height="30" width="30" alt=""></td>
<td ><img src="https://www.plata.ie/images/social-purple-linkedin.png" height="30" width="30" alt=""></td>
<td ><img src="https://www.plata.ie/images/social-purple-instagram.png" height="30" width="30" alt=""></td>
</tr>
</table>
</table>
<table style="display:inline-block; margin-right:10px;">
<table style="border: 1px solid black;">
<tr>
<td colspan="5"><img src="https://www.plata.ie/images/profileGustavoSalles.jpg" alt="Foto" width="150" height="150"></td>
</tr>
<tr>
<td colspan="5"><p style="font-size: x-small;">Engagement & Marketing Manager</p></td>
</tr>
<tr>
<td colspan="5"><h2>Gustavo Salles</h2></td>
</tr>
<tr>
<td ><img src="https://www.plata.ie/images/social-purple-email.png" height="30" width="30" alt=""></td>
<td ><img src="https://www.plata.ie/images/social-purple-linkedin.png" height="30" width="30" alt=""></td>
<td ><img src="https://www.plata.ie/images/social-purple-instagram.png" height="30" width="30" alt=""></td>
</tr>
</table>
</table>
<table style="display:inline-block; margin-right:10px;">
<table style="border: 1px solid black;">
<tr>
<td colspan="5"><img src="https://www.plata.ie/images/MilenaAudrey.jpeg" alt="Foto" width="150" height="150"></td>
</tr>
<tr>
<td colspan="5"><p style="font-size: x-small;">Web3 Trainee Developer</p></td>
</tr>
<tr>
<td colspan="5"><h2>Milena Audrey</h2></td>
</tr>
<tr>
<td ><img src="https://www.plata.ie/images/social-purple-linkedin.png" height="30" width="30" alt=""></td>
<td ><img src="https://www.plata.ie/images/social-purple-github.png" height="30" width="30" alt=""></td>
<td ><img src="https://www.plata.ie/images/social-purple-email.png" height="30" width="30" alt=""></td>
</tr>
</table>
</table>
<table style="display:inline-block; margin-right:10px;">
<table style="border: 1px solid black;">
<tr>
<td colspan="5"><img src="https://www.plata.ie/images/profileAdrielDias.jpg" alt="Foto" width="150" height="150"></td>
</tr>
<tr>
<td colspan="5"><p style="font-size: x-small;">Web3 Trainee Developer</p></td>
</tr>
<tr>
<td colspan="5"><h2>Adriel Dias</h2></td>
</tr>
<tr>
<td>
<a href="https://www.instagram.com/adrielf_diazz/" style="display: inline-block;">
<img src="https://www.plata.ie/images/social-purple-email.png" height="30" width="30" alt="Instagram">
</a>
</td>
<td ><img src="https://www.plata.ie/images/social-purple-github.png" height="30" width="30" alt=""></td>
<td ><img src="https://www.plata.ie/images/social-purple-facebook.png" height="30" width="30" alt=""></td>
</tr>
</table>
</table>
</div>
</body>