-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathawards.html
More file actions
80 lines (63 loc) · 2.35 KB
/
Copy pathawards.html
File metadata and controls
80 lines (63 loc) · 2.35 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
<!--**********************************************************************/
Copyleft (C) 2019 Caetán Tojeiro Carpente
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/agpl-3.0.html>
/**********************************************************************-->
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111568079-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-111568079-1');
</script>
<meta charset="utf-8">
<title>Awards</title>
<link rel="stylesheet" type="text/css" href="css/vendor/normalize.css">
<link rel="stylesheet" type="text/css" href="css/estilos.css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
</head>
<body>
<div class="row">
<article class="premio">
<h3 class="premio__titulo">
AWARDS AND HONOURS
</h3>
<li>
<font size="5"><b> Finalist <i> Isabel P. Trabal Innovative Idea Award</i> </b></font> - Caja de Ingenieros Foundation
</li>
<br>
<li>
<font size="5"><b> <i>Global Top 20</i> Program 5G Apps of Tomorrow </b></font> - OnePlus Technology
</li>
<br>
<li>
<font size="5"><b> Pre-incubation business program <i>Explorer Young Talent</i> </b></font> - CISE & Santander Universities
</li>
<br>
<li>
<font size="5"><b> Program <i>Managers for a day</i> </b></font> - Spanish Association of Managers (AED)
</li>
<br>
<li>
<font size="5"><b> Scholarship <i>Seeds for the Future</i> 2017 </b></font> - Huawei
</li>
<br>
<li>
<font size="5"><b> Sustainable Development Award </b></font> - HackForGood 2016
</li>
</article>
<div>
</body>
</html>