Skip to content

Commit 2024b88

Browse files
authored
Merge pull request #68 from ecabrerar/master
adding hillmer chona
2 parents fe62d78 + 70160c8 commit 2024b88

8 files changed

Lines changed: 151 additions & 3 deletions

File tree

47.6 KB
Loading

src/jbake/assets/json/sessions.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,29 @@
119119
"talk_format": "Talk (~30-45 minutes)",
120120
"language": "es",
121121
"tags": [
122-
"API",
122+
"microservices",
123123
"Java",
124-
"Testing"
124+
"Micro frameworks"
125125
],
126126
"speakers": [
127127
"hector-ventura","eliezer-herrera"
128128
]
129+
},
130+
"108": {
131+
"id": 108,
132+
"title": "Keynote",
133+
"abstract": "Java: The Evolution Continues",
134+
"description": "Java: The Evolution Continues",
135+
"audience_level": "All",
136+
"time": "10:00 AM",
137+
"talk_format": "Talk (~30 minutes)",
138+
"language": "es",
139+
"tags": [
140+
"JDK",
141+
"Java"
142+
],
143+
"speakers": [
144+
"hillmer-chona"
145+
]
129146
}
130147
}

src/jbake/assets/json/sessions_es.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,23 @@
126126
"speakers": [
127127
"hector-ventura","eliezer-herrera"
128128
]
129+
},
130+
"108": {
131+
"id": 108,
132+
"title": "Keynote",
133+
"abstract": "Java: The Evolution Continues",
134+
"description": "Java: The Evolution Continues",
135+
"audience_level": "All",
136+
"time": "10:00 AM",
137+
"talk_format": "Talk (~30 minutes)",
138+
"language": "es",
139+
"tags": [
140+
"JDK",
141+
"Java"
142+
],
143+
"speakers": [
144+
"hillmer-chona"
145+
]
129146
}
130147

131148
}

src/jbake/assets/json/speakers.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,5 +254,37 @@
254254
"link": "https://github.com/hectorvent"
255255
}
256256
]
257+
},
258+
"109": {
259+
"id": "hillmer-chona",
260+
"name": "Hillmer Chona",
261+
"company": "MedellinJUG",
262+
"companyLogo": "",
263+
"country": "Colombia",
264+
"countryFlag": "flag-icon-co",
265+
"photoUrl": "/img/speakers/hillmer-chona.jpg",
266+
"shortBio": "",
267+
"bio": "",
268+
"tags": [],
269+
"badges": [{
270+
"name": "MedellinJUG Leader, Java Champion & Oracle GroundBreaker Ambassador",
271+
"description": "MedellinJUG Leader, Java Champion & Oracle GroundBreaker Ambassador"
272+
}],
273+
"socials": [{
274+
"icon": "twitter",
275+
"name": "Twitter",
276+
"link": "https://twitter.com/HillmerCh"
277+
},
278+
{
279+
"icon": "github",
280+
"name": "Github",
281+
"link": "https://github.com/HillmerCh"
282+
},
283+
{
284+
"icon": "linkedin",
285+
"name": "Linkedin",
286+
"link": "https://www.linkedin.com/in/hillmerch/"
287+
}
288+
]
257289
}
258290
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"id": "hillmer-chona",
3+
"name": "Hillmer Chona",
4+
"photoUrl": "/img/speakers/hillmer-chona.jpg",
5+
"title":"MedellinJUG Leader, Java Champion & Oracle GroundBreaker Ambassador",
6+
"countryFlag": "flag-icon-co",
7+
"shortBio": "",
8+
"bio": "Hillmer is a System Engineer, Java Champion, Oracle GroundBreaker Ambassador, Medellin JUG Leader, Organizer of the Hispanic Community of JUGs, Duke’s Choice Award Winner, Open Source Contributor in project such as Hibernate Validator and Eclipse Collections, and software architect focusing on Java Technologies. In his job he has been both project manager and software architect.",
9+
"socials": [{
10+
"icon": "twitter",
11+
"name": "Twitter",
12+
"link": "https://twitter.com/HillmerCh"
13+
},
14+
{
15+
"icon": "github",
16+
"name": "Github",
17+
"link": "https://github.com/HillmerCh"
18+
},
19+
{
20+
"icon": "linkedin",
21+
"name": "Linkedin",
22+
"link": "https://www.linkedin.com/in/hillmerch/"
23+
}
24+
]
25+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"id": "hillmer-chona",
3+
"name": "Hillmer Chona",
4+
"photoUrl": "/img/speakers/hillmer-chona.jpg",
5+
"title":"Líder de la Comunidad de Java Medellin, Java Champion & Oracle GroundBreaker Ambassador",
6+
"countryFlag": "flag-icon-co",
7+
"shortBio": "",
8+
"bio": " Hillmer es Ingeniero de Sistemas, Java Champion, Oracle GroundBreaker Ambassador, Líder de la Comunidad de Java Medellin, Organizador de la Comunidad Hispana de JUGs, Ganador del reconocimiento Duke’s Choice Award, Contribuidor en proyectos Open Source como Hibernate Validator y Eclipse Collections, y Arquitecto de Software enfocado en Tecnologías Java. En su trabajo combina roles de Administrador de Proyectos y Arquitecto de Software.",
9+
"socials": [{
10+
"icon": "twitter",
11+
"name": "Twitter",
12+
"link": "https://twitter.com/HillmerCh"
13+
},
14+
{
15+
"icon": "github",
16+
"name": "Github",
17+
"link": "https://github.com/HillmerCh"
18+
},
19+
{
20+
"icon": "linkedin",
21+
"name": "Linkedin",
22+
"link": "https://www.linkedin.com/in/hillmerch/"
23+
}
24+
]
25+
}

src/jbake/assets/json/speakers_es.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,5 +253,37 @@
253253
"link": "https://github.com/hectorvent"
254254
}
255255
]
256+
},
257+
"109": {
258+
"id": "hillmer-chona",
259+
"name": "Hillmer Chona",
260+
"company": "MedellinJUG",
261+
"companyLogo": "",
262+
"country": "Colombia",
263+
"countryFlag": "flag-icon-co",
264+
"photoUrl": "/img/speakers/hillmer-chona.jpg",
265+
"shortBio": "",
266+
"bio": "",
267+
"tags": [],
268+
"badges": [{
269+
"name": "Líder de la Comunidad de Java Medellin, Java Champion & Oracle GroundBreaker Ambassador",
270+
"description": "Líder de la Comunidad de Java Medellin, Java Champion & Oracle GroundBreaker Ambassador"
271+
}],
272+
"socials": [{
273+
"icon": "twitter",
274+
"name": "Twitter",
275+
"link": "https://twitter.com/HillmerCh"
276+
},
277+
{
278+
"icon": "github",
279+
"name": "Github",
280+
"link": "https://github.com/HillmerCh"
281+
},
282+
{
283+
"icon": "linkedin",
284+
"name": "Linkedin",
285+
"link": "https://www.linkedin.com/in/hillmerch/"
286+
}
287+
]
256288
}
257289
}

src/jbake/content/schedule.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h4>Warm-up - <a href="https://www.crowdcast.io/e/jconfdominicana2021/1" target=
4040
<div class="row schedule-item">
4141
<div class="col-md-2"><time>10:00 AM</time></div>
4242
<div class="col-md-10">
43-
<h4>Keynote - <a href="https://www.crowdcast.io/e/jconfdominicana2021/2" target="_blank">Watch on Crowdcast</a></h4>
43+
<h4>Keynote - Hillmer Chona <a href="https://www.crowdcast.io/e/jconfdominicana2021/2" target="_blank">Watch on Crowdcast</a></h4>
4444
</div>
4545
</div>
4646

0 commit comments

Comments
 (0)