-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.html
105 lines (87 loc) · 3.74 KB
/
team.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
<!DOCTYPE HTML>
<html>
<head>
<title>Marvellous Soft </title>
<link rel="stylesheet" href="common.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="icon" href="./assets/images/icon.ico">
</head>
<body>
<div class="header">
<img src="./assets/images/banner.png" alt="logo" id="banner">
<img src="./assets/images/dialog.png" alt="marvellous" id="dialog">
</div>
<br><br>
<nav id="menu">
<ul>
<li> <a href="./games.html">Games</a> </li>
<li> <a href="./about.html">About us</a> </li>
<li id="cur"> <a href="./team.html">Team</a> </li>
</ul>
</nav>
<div class="main">
<table>
<tr>
<td class="team">
<a href="https://www.ime.usp.br/~renatolg/"><img src="assets/images/avatars/renato.png"></a>
</td>
<td></td>
<td>
<h2>Renato "Totoro" Lui Geh</h2>
<em>Beautiful and majestic</em>. <em>Misterious yet mystifying</em>. <em>Enthralling and profoundly
captivating</em>.<br>
Those are a few words that a wise man once used to describe the magical scene that is Renato
programming. A master of Java, Haxe and Visual Basic, a lover of the finest tea and arts, a
companion of excellence in bridge, a friend of all living things. Those who are lucky to be embraced
by his tenderness and kindness know that, even in the darkest hours, Totoro will always face life
with a smile in his face and a rose in his hand. He can create the most beautiful site while
composing sweet melodies with his trusted violin. Give him a two-hour cd of 80's music and he will
make the most astonishing game you'll ever play.<br><br>
More than a friend, his is an example for us all. Totoro, <strong>he will never give you up.<strong>
</td>
</tr>
</table>
<br><br><br><br>
<table>
<tr>
<td class="team">
<a href="https://linux.ime.usp.br/~rilifon/"><img src="assets/images/avatars/rica.png"></a>
</td>
<td></td>
<td>
<h2>Ricardo "Rica" Lira da Fonseca</h2>
Beethoven, Delacroix, Lord Byron, Arnold Schwarzenegger, Ricardo Fonseca.<br>
What do all of these geniuses have in common? The vision to turn the ordinary into the most
astonishingly beautiful piece of art.Just like Da Vinci, this strapping young man crosses the
dimensions of art. With his cyan-colored eyes on a canvas and his fingers tightly strapped to a
pencil he creates the most spectacular chef-d'oeuvre. And with his most accurate ears he can turn
the most chaotic of sounds into a true melody.<br><br>
This true maestro is envied by many, <strong>admired by all.</strong>
</td>
</tr>
</table>
<br><br><br><br>
<table>
<tr>
<td class="team">
<a href="https://www.ime.usp.br/~yancouto/"><img src="assets/images/avatars/yan.png"></a>
</td>
<td></td>
<td>
<h2>Yan "Yan" Soares Couto</h2>
<strong>Peculiar</strong>.<br>
This is the perfect word to describe such a genius of mathematics and coding.<br>
A true stereotype of the mad genius, this highly troubled mind is constantly fighting its primitive
urges of world domination. But instead of formulating an evil, ingenius plan to enslave humanity,
Yan focuses all his energy into creating not only innovative, thought-provoking games, but also the
most gruesome, poorly documented yet incredibly brilliant and efficient algorithms. Unstoppable, his
only weakness is his heart. His friendly, forgiving and loveable character is what prevents him from
becoming a mad scientist willing to sacrifice all humanity in exchange for a glass of ice cold
Cotuba.<br><br>
Science has yet to study his mind. But for now, <strong>let his mind study science.</strong>
</td>
</tr>
</table>
</div>
</body>
</html>