-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
851 lines (820 loc) · 53.6 KB
/
index.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-20989675-2"></script>
<script src="./js/analytics.js"></script>
<link rel="stylesheet" media="all" href="./css/team.css" data-turbolinks-track="true">
<link rel="stylesheet" media="all" href="./css/menu.css" data-turbolinks-track="true">
<link rel="stylesheet" media="all" href="./css/medium.css" data-turbolinks-track="true">
<link rel="stylesheet" media="all" href="css/retainable.css"></link>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>omegaUp</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Theme CSS -->
<link href="css/creative.min.css" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top">
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top"><img style="height: 25px" src="img/logo.png" /></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<li>
<a class="page-scroll" target="_blank" href="https://omegaup.com">omegaup.com</a>
</li>
<li>
<a class="page-scroll" href="#who">Users</a>
</li>
<li>
<a class="page-scroll" href="#team">Team</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
<li>
<a class="page-scroll" href="#contact">Donate</a>
</li>
<li class="dropdown">
<a class="page-scroll" style="text-decoration: none;font-size: normal;" target="_blank" href="./eventos/omegaup-gala-2021/index.html">Gala 2021</a>
<div class="dropdown-content">
<a class="page-scroll" style="text-decoration: none;font-size: normal;" target="_blank" href="http://gala.omegaup.org/">Gala 2020</a>
<a class="page-scroll" style="text-decoration: none;font-size: normal;" target="_blank" href="./eventos/omegaup-gala-2019/index.html">Gala 2019</a>
<a class="page-scroll" style="text-decoration: none;font-size: normal;" target="_blank" href="./eventos/omegaup-gala-2018/index.html">Gala 2018</a>
</div>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<header>
<div class="header-content">
<div class="header-content-inner">
<img style="width: 50%" src="img/logo.png" />
<hr>
<p class="description">To build the talent pipeline of Software Engineers from Latin America and other Spanish-speaking communities by providing an accessible learning platform together with social programs.</p>
<a href="#about" class="btn btn-primary btn-xl page-scroll">Find Out More</a>
<a href="./contestsandinitiatives.html" class="btn btn-primary btn-xl page-scroll">Our initiatives</a>
<a href="https://omegaup.com" target="_blank" class="btn btn-primary btn-xl page-scroll">Go to omegaup.com</a>
</div>
</div>
</header>
<section class="bg-primary" id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">What is omegaUp?</h2>
<hr class="light">
<p class="text-faded">omegaUp is a non-profit organization (501c3) aimed to increase the number of talented Software Engineers in Latin America. Students can use our open source platform <mark><a href="https://omegaup.com" target="_blank">omegaUp.com</a></mark> to learn and improve their software engineering skills by solving coding challenges and competing with their peers in programming contests organized by the community.</p>
<p class="text-faded">
Teachers and tutors can create new coding challenges or use existing ones to start online programming competitions with local, national or even international reach.
<mark><a href="https://omegaup.com" target="_blank">omegaUp.com</a></mark> provides the platform to create coding challenges, manage contests and automatically grade solutions to challenges with immediate feedback.</p>
<a href="#who" class="page-scroll btn btn-default btn-xl sr-button">Who is using omegaUp?</a>
<a href="#donate" class="page-scroll btn btn-default btn-xl sr-button">Make a donation</a>
</div>
</div>
</div>
</section>
<section id="news">
<div class="container">
<div class="row">
<div id="retainable-rss-embed"
data-rss="https://medium.com/feed/@omegaUp"
data-maxcols="3"
data-layout="slider"
data-poststyle="external"
data-readmore="Read more"
data-offset="600"></div>
</div>
</div>
</section>
<section id="who">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Who is using omegaUp?</h2>
<hr class="primary">
<p class=""><a href="https://omegaup.com" target="_blank">omegaUp.com</a> has more than <strong>25,000 users</strong> registered to date. Our service grades more than <strong>1,000 daily code solutions</strong>. Teachers have <strong>more than 3000 tasks</strong> that can be used to create contests and assign homeworks to students. Most content in the platform has been written in Spanish, but omegaUp supports other languages as English and Portuguese.</p>
<p>
Enthusiast Computer Science teachers and students from many Latin-American Universities and High-Schools actively use <a href="https://omegaup.com" target="_blank">omegaUp.com</a> in their classrooms to improve the learning experience of their students: </p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<a href="http://www.itsur.edu.mx/home.php" target="_blank">
<div class="service-box">
<img src="img/external/image26.png" width="100" height="100" class="img-school-logo" alt="">
<p class="text-muted">Instituto Tecnológico del Sur de Guanajuato</p>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 text-center">
<a href="http://www.up.edu.mx/en/guadalajara" target="_blank">
<div class="service-box">
<img src="img/external/image07.png" width="100" height="100" class="img-school-logo" alt="">
<p class="text-muted">Universidad Panamericana Campus Guadalajara</p>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 text-center">
<a href="http://www.cbtis217.edu.mx" target="_blank">
<div class="service-box">
<img src="img/external/image08.png" width="94.56" height="100" class="img-school-logo" alt="">
<p class="text-muted">CBTis 217 (Guanajuato).</p>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 text-center">
<a href="http://www.fciencias.unam.mx/" target="_blank">
<div class="service-box">
<img src="img/external/image10.png" width="87.5" height="100" class="img-school-logo" alt="">
<p class="text-muted">Facultad de Ciencias UNAM</p>
</div>
</a>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<a href="http://www.itver.edu.mx/" target="_blank">
<div class="service-box">
<img src="img/external/image13.png" width="116.66" height="100" class="img-school-logo" alt="">
<p class="text-muted">Institito Tecnológico de Veracruz</p>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 text-center">
<a href="http://www.johnspark.edu.mx/" target="_blank">
<div class="service-box">
<img src="img/external/image14.png" width="100" height="100" class="img-school-logo" alt="">
<p class="text-muted">Bachillerato Tecnológico Dr. John J. Sparks</p>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 text-center">
<a href="http://www.escom.ipn.mx/" target="_blank">
<div class="service-box">
<img src="img/external/image15.png" width="72.28" height="100" class="img-school-logo" alt="">
<p class="text-muted">Escuela Superior de Cómputo. IPN</p>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 text-center">
<a href="http://www.cecyteg.edu.mx/cecyteg/" target="_blank">
<div class="service-box">
<img src="img/external/image19.png" width="116.27" height="100" class="img-school-logo" alt="">
<p class="text-muted">CECyTEG</p>
</div>
</a>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<a href="http://www.azc.uam.mx/" target="_blank">
<div class="service-box">
<img src="img/external/image20.png" width="154.47" height="100" class="img-school-logo" alt="">
<p class="text-muted">UAM Campus Azcapotzalco</p>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<a href="http://unal.edu.co/" target="_blank">
<img src="img/external/image04.png" width="75" height="100" class="img-school-logo" alt="">
<p class="text-muted">Universidad Nacional de Colombia</p>
</a>
</div>
</div>
</div>
</div>
<br>
<br>
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Programming Contests powered by omegaUp</h2>
<hr class="primary">
<p><a href="https://omegaup.com" target="_blank">omegaUp.com</a> has been the official platform for the <a href="http://www.olimpiadadeinformatica.org.mx" target="_blank">Mexican Olympiad in Informatics (OMI)</a> since 2011. All participant States in the OMI leverage our platform to prepare their students to take part on the national contest. Also since 2015 omegaUp hosts the Ibero-american Olympiad in Informatics with students participating from Mexico🇲🇽, Colombia🇨🇴, Bolivia🇧🇴, Chile🇨🇱, Brazil🇧🇷, Portugal🇵🇹, Spain🇪🇸, Peru🇵🇪, Argentina🇦🇷 and Venezuela🇻🇪.</p>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<a href="http://www.olimpiadadeinformatica.org.mx" target="_blank">
<img src="img/external/image18.png" width="100" height="100" class="img-school-logo" alt="">
</a>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<img src="img/external/image11.png" width="158.66" height="100" class="img-school-logo" alt="">
<p class="text-muted">Competencia Iberoamericana de Informática y Computación.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<a href="http://codingrush.itam.mx/" target="_blank">
<img src="img/external/image06.png" width="153" height="100" class="img-school-logo" alt="">
</a>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<a href="http://www.olimpiadadeinformatica.org.mx" target="_blank">
<img src="img/external/image22.png" width="282.58" height="100" class="img-school-logo" alt="">
<p class="text-muted">Olimpiada Mexicana de Informática para Primarias y Secundarias</p>
</a>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<img style="width: 185px; height: auto;" src="img/external/image23.png" width="185" height="49" class="img-school-logo" alt="">
<p class="text-muted">Concurso Nacional de Programación (México)</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<a href="http://www.cimat.mx/oieg/orig/2016-2017/" target="_blank">
<div class="service-box">
<img src="img/external/image25.png" width="185" height="100" class="img-school-logo" alt="">
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<img src="img/external/image03.png" width="150" height="100" class="img-school-logo" alt="">
<p class="text-muted">ITSUR Coding Cup</p>
</div>
</div>
</div>
</div>
<br/>
<br/>
<div class="container">
<div class="col-lg-12 text-center">
<h2 class="section-heading">The Mexican Olympiad in Informatics</h2>
<hr class="primary">
<p>The <a href="http://www.olimpiadadeinformatica.org.mx" target="_blank">Mexican Olympiad in Informatics (OMI)</a> is a programming contest for high-school students held yearly. The best 120 students from all around the country compete for a medal and a place in the National Team representing Mexico in the <a href="http://ioinformatics.org/index.shtml" target="_blank">International Olympiad in Informatics (IOI)</a>.</p>
<p>Since 2011, <strong><a href="https://omegaup.com" target="_blank">omegaUp.com</a></strong> has provided the online platform to run this contest and enable teachers and trainers to better prepare their students to compete. omegaUp has been instrumental in <a href="http://stats.ioinformatics.org/results/MEX" target="_blank">Mexico performance in the IOI </a> in the last years, winning Bronze, Silver and one Gold medal.</p>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<div style="position: relative;width: 100%;height: 0;padding-bottom: 56%;">
<iframe src="https://drive.google.com/file/d/1Q0QIYW3Kr9w0zhVN9drTEtvMfB7J7x9r/preview" style="height:100%;width:100%;border:none;position:absolute;top:0;left:0" scrolling="no" frameborder="0" allowfullscreen="true">
</iframe>
</div>
</div>
</div>
<div class="row">
<p>
<br/>
</p>
<div class="col-lg-8 col-lg-offset-2 text-center">
<a href="http://www.omegaup.com" class="btn btn-primary btn-xl page-scroll" target="_blank">Start using omegaUp</a>
<a href="#team" class="btn btn-primary btn-xl page-scroll">Know the omegaUp team</a>
</div>
</div>
</div>
</section>
<section class="no-padding" id="somethingelse">
<div class="container-fluid">
<div class="row no-gutter popup-gallery">
<div class="col-lg-4 col-sm-6">
<a href="img/omegaup/group4.jpg" class="portfolio-box">
<picture>
<source type="image/webp" srcset="img/omegaup/group4.webp" class="img-responsive">
<img src="img/omegaup/group4.jpg" class="img-responsive" alt="">
</picture>
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-name">
ITSUR Coding Cup
</div>
<div class="project-name text-faded">
Like ITSUR, many universities in Mexico use omegaUp.com to held local programming competitions in preparation for the ACM ICPC Regionals.
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="img/omegaup/group5.jpg" class="portfolio-box">
<picture>
<source type="image/webp" srcset="img/omegaup/group5.webp" class="img-responsive">
<img src="img/omegaup/group5.jpg" class="img-responsive" alt="">
</picture>
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-name">
omegaUp in the classroom
</div>
<div class="project-name text-faded">
Enthusiast teachers use omegaUp.com to held programming contests between their students as a class exam, or simply just to practice.
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="img/omegaup/group6.jpg" class="portfolio-box">
<picture>
<source type="image/webp" srcset="img/omegaup/group6.webp" class="img-responsive">
<img src="img/omegaup/group6.jpg" class="img-responsive" alt="">
</picture>
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-name">
Mexican Olympiad in Informatics for Elementary and Middle schools
</div>
<div class="project-name text-faded">
800 kids of ages 7 to 15 compete in omegaUp.com from all around Mexico using Karel The Robot programming challenges. Winners are invited to the OMI and awarded medals.
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<section class="bg-primary" id="team">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">The omegaUp board of directors</h2>
<hr class="light">
</div>
</div>
<div class="row">
<div class="col-md-3 text-justify">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/joe.webp" alt="Joemmanuel Ponce, CEO" class="img-circle center-block" width="150">
<img src="img/omegaup/profiles/joe.png" alt="Joemmanuel Ponce, CEO" class="img-circle center-block" width="150">
</picture>
<h4 class="text-center"><strong>Joemmanuel Ponce</strong></h4>
<h4 class="text-center">Chief Executive Officer</h4>
<h5>Joe is one of the co-founders of omegaUp. International Olympiad in Informatics (IOI) participant in 2005 and contributed actively to the Mexican Olympiad in Informatics by managing the selection process from 2008 to 2013. He currently works for Microsoft as a Senior Software Engineer in Azure SQL DB.</h5>
</div>
<div class="col-md-3 text-justify">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/lhchavez.webp" class="img-circle center-block" alt="Luis Héctor Chávez, CTO" width="150">
<img src="img/omegaup/profiles/lhchavez.png" class="img-circle center-block" alt="Luis Héctor Chávez, CTO" width="150">
</picture>
<h4 class="text-center"><strong>Luis Héctor Chávez</strong></h4>
<h4 class="text-center">Chief Technology Officer</h4>
<h5>ACM-ICPC world finalist (2010) with a bachelor's degree in computer science (2011) from Tecnológico de Monterrey, Campus Querétaro. Has been involved in several efforts to improve the state of programming contests in Mexico since 2007, and one of the co-founders and lead architect of omegaUp. Staff Software Engineer at Google Cloud. Interested in computer security, operating systems, compilers, and distributed systems.</h5>
</div>
<div class="col-md-3 text-justify">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/sergio.webp" class="img-circle center-block" alt="Sergio Antonio Márquez de Silva, P" width="150">
<img src="img/omegaup/profiles/sergio.png" class="img-circle center-block" alt="Sergio Antonio Márquez de Silva, P" width="150">
</picture>
<h4 class="text-center"><strong>Sergio A. Márquez de Silva</strong></h4>
<h4 class="text-center">President of the Board</h4>
<h5>Sergio is a passionate learner, competitive programming enthusiastic for 20 years. Background in Computer Science research with experience in teaching. He has worked for private and government companies designing, developing and maintaining software applications.</h5>
</div>
<div class="col-md-3 text-justify">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/pabloaguilar.webp" class="img-circle center-block" alt="Pablo Aguilar, Director" width="150">
<img src="img/omegaup/profiles/pabloaguilar.png" class="img-circle center-block" alt="Pablo Aguilar, Director" width="150">
</picture>
<h4 class="text-center"><strong>Pablo Aguilar</strong></h4>
<h4 class="text-center">Secretary</h4>
<h5>Pablo has been programming since '96. Getting paid for it since '99; currently working at Google. Pablo has a Ph.D. in Computer Science with research on image processing and pattern recognition. He has been participating in programming competitions since 2005. He is contributor to many open source C++ libraries.</h5>
</div>
</div>
<div class="row">
<div class="col-md-3 text-justify">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/nancy.webp" class="img-circle center-block" alt="Nancy Pacheco, Director" width="150">
<img src="img/omegaup/profiles/nancy.jpg" class="img-circle center-block" alt="Nancy Pacheco, Director" width="150">
</picture>
<h4 class="text-center"><strong>Nancy Pacheco</strong></h4>
<h4 class="text-center">Director</h4>
<h5>Nancy has a passion for educational technology and user experience technologies. She has a Ph.D. in Computer Science focused on the design, development and implementation of a platform to help college students learn mathematics. At present, Nancy is an Instructional Design Consultant at Shmoop where she designs courses to help people learn Computer Science and she is collaborating with the Computer History Museum designing activities for schools.</h5>
</div>
<div class="col-md-3 text-justify">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/rafa.webp" class="img-circle center-block" alt="Rafa Díaz, COO" width="150">
<img src="img/omegaup/profiles/rafa.png" class="img-circle center-block" alt="Rafa Díaz, COO" width="150">
</picture>
<h4 class="text-center"><strong>Rafa Díaz</strong></h4>
<h4 class="text-center">Director</h4>
<h5>Education changed his life. Now Rafa works towards democratization of education, specially in STEM. Gold medalist at the Mexican Mathematics Olympiad with a M.S. in Game Development from DigiPen. Has worked as a Software Engineer for Microsoft and Google. Volunteered as High School teacher for TEALS.org. Mentor of student who, one year later, became gold medalist at the Mexican Olympiad in Informatics. He enjoys drawing, cycling, and giving talks at public schools to encourage Latinx students pursue education in STEM.
</div>
<div class="col-md-3 text-justify">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/alexis.webp" class="img-circle center-block" alt="Alexis Cervantes, Director" width="150">
<img src="img/omegaup/profiles/alexis.jpeg" class="img-circle center-block" alt="Alexis Cervantes, Director" width="150">
</picture>
<h4 class="text-center"><strong>Alexis Cervantes</strong></h4>
<h4 class="text-center">Director</h4>
<h5>Alexis wanted to be a programmer to create his own videogames since he was 10 years old. He participated in the Mexican Olympiad in Informatics in 2003 and has been an active member of the Scientific Committee since 2007. He cofounded a startup called Gestii in 2010 that aims to create world class software made in Mexico.</h5>
</div>
<div class="col-md-3 text-justify">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/freddy.webp" class="img-circle center-block" alt="Freddy Román, Director" width="150">
<img src="img/omegaup/profiles/freddy.jpeg" class="img-circle center-block" alt="Freddy Román, Director" width="150">
</picture>
<h4 class="text-center"><strong>Freddy Román</strong></h4>
<h4 class="text-center">Director</h4>
<h5>Competitive programmer (ACM-ICPC World Finalist, International Olympiad in Informatics (IOI), Mexican Olympiad in Informatics), currently studying Computer Engineering and Applied Mathematics at ITAM. As part of the Olympiad's Scientific Committee, he helps train the best young programmers in the country to represent Mexico in the IOI.</h5>
</div>
</div>
<div class="row">
<div class="col-md-3 text-justify">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/salvador.webp" class="img-circle center-block" alt="Salvador Segura, Director" width="150">
<img src="img/omegaup/profiles/salvador.jpg" class="img-circle center-block" alt="Salvador Segura, Director" width="150">
</picture>
<h4 class="text-center"><strong>Salvador Segura</strong></h4>
<h4 class="text-center">Director</h4>
<h5>Dynamic and results-oriented professional with 20+ years of demonstrated success in diverse aspects of the IT profession.
Business strategist; Effective People Manager More than 15 years of management experience in organizational leadership and relationship building with partners and team members, highly organized manager and coach able to quickly assess needs and provide tools to resolve difficulties, enhance learning and improve overall performance. Excellent communicator; leverage technical, business and financial acumen to communicate effectively with partner executives and their respective teams. Expert in a variety of project management methodologies.</h5>
</div>
<div class="col-md-3 text-justify">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/andrea.webp" class="img-circle center-block" alt="Andrea Santillana, Director" width="150">
<img src="img/omegaup/profiles/andrea.jpg" class="img-circle center-block" alt="Andrea Santillana, Director" width="150">
</picture>
<h4 class="text-center"><strong>Andrea Santillana</strong></h4>
<h4 class="text-center">Director</h4>
<h5>Andrea is the Director of the Mexican Olympiad in Informatics for kids <mark class="team-link"><a href="https://omips.org" target="_blank">OMIPS</a></mark> and a critical contact with the delegates in all the states in Mexico. She helps the International Olympiad in Informatics (IOI) to make the community inclusive. As a women in tech, Andrea knows exactly the challenges non male members of our community face and works hard to tackle these challenges and invite everyone to get involved in tech.
</h5>
</div>
<div class="col-md-3 text-justify">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/roberto.webp" class="img-circle center-block" alt="Roberto Dondisch, Director" width="150">
<img src="img/omegaup/profiles/roberto.jpg" class="img-circle center-block" alt="Roberto Dondisch, Director" width="150">
</picture>
<h4 class="text-center"><strong>Roberto Dondisch</strong></h4>
<h4 class="text-center">Director</h4>
<h5>International strategist. Top international negotiator. Head Negotiator for the Paris Climate Change Agreement, the U.N. 2030 Development Agenda, and the Arms Trade Treaty, among others. Former Head Consul of Mexico in Seattle. Strategist with Diplomatic, Governmental, private sector and non-governmental leadership experience. With a business development executive background in Real Estate, Mortgage industry and International investment/political risk. PhD in International Political Risk from Johns Hopkins University (SAIS) , with masters in international affairs/economics (Johns Hopkins) and Foreign Service (Georgetown University)</h5>
</div>
<div class="col-md-3 text-justify">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/german.webp" class="img-circle center-block" alt="Germán Gutiérrez, Director" width="150">
<img src="img/omegaup/profiles/german.jpg" class="img-circle center-block" alt="Germán Gutiérrez, Director" width="150">
</picture>
<h4 class="text-center"><strong>Germán Gutiérrez</strong></h4>
<h4 class="text-center">Director</h4>
<h5>More than 18 years as a teacher in college and high school. Participation in several software development projects as project leader, analyst and developer. Team coach in programming contests like the OMI and the ACM-ICPC.</h5>
</div>
</div>
<br/>
<br/>
<div class="section-content">
<div class="subsection-container">
<div class="reel-container team-reel">
<div class="reel-content section-content scrollbar scrollbar-pink bordered-pink" id="style-7">
<div class="team-member">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/juanpablogomez.webp" class="img-responsive m-b-20">
<img src="img/omegaup/profiles/juanpablogomez.png" class="img-circle center-block">
</picture>
<div class="member-info">
<p><b>Juan Pablo Gómez</b></p>
<p>Software Engineer</p>
</div>
<ul>
<li>Full time</li>
</ul>
</div>
<div class="team-member">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/miguelromero.webp" class="img-responsive m-b-20">
<img src="img/omegaup/profiles/miguelromero.png" class="img-circle center-block">
</picture>
<div class="member-info">
<p>Miguel Romero</p>
<p>Program & Service</p>
</div>
<ul>
<li>Full time</li>
</ul>
</div>
<div class="team-member">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/vanessaavalos.webp" class="img-responsive m-b-20">
<img src="img/omegaup/profiles/vanessaavalos.png" class="img-circle center-block">
</picture>
<div class="member-info">
<p>Vanessa Avalos</p>
<p>Software Engineer</p>
</div>
<ul>
<li>Volunteer</li>
</ul>
</div>
<div class="team-member">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/juanmanuelsanchez.webp" class="img-responsive m-b-20">
<img src="img/omegaup/profiles/juanmanuelsanchez.png" class="img-circle center-block">
</picture>
<div class="member-info">
<p>Juan M. Sanchez</p>
<p>Mentors</p>
</div>
<ul>
<li>Volunteer</li>
</ul>
</div>
<div class="team-member">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/anakarensolis.webp" class="img-responsive m-b-20">
<img src="img/omegaup/profiles/anakarensolis.png" class="img-circle center-block">
</picture>
<div class="member-info">
<p>Ana Karen Solis</p>
<p>CFO</p>
</div>
<ul>
<li>Volunteer</li>
</ul>
</div>
<div class="team-member">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/hugoduenas.webp" class="img-responsive m-b-20">
<img src="img/omegaup/profiles/hugoduenas.png" class="img-circle center-block">
</picture>
<div class="member-info">
<p>Hugo Dueñas</p>
<p>Education Quality</p>
</div>
<ul>
<li>Volunteer</li>
</ul>
</div>
<div class="team-member">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/andreszendejas.webp" class="img-responsive m-b-20">
<img src="img/omegaup/profiles/andreszendejas.png" class="img-circle center-block">
</picture>
<div class="member-info">
<p>Andres Zendejas</p>
<p>Dev Lead</p>
</div>
<ul>
<li>Volunteer</li>
</ul>
</div>
<div class="team-member">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/angietamayo.webp" class="img-responsive m-b-20">
<img src="img/omegaup/profiles/angietamayo.png" class="img-circle center-block">
</picture>
<div class="member-info">
<p>Angie Tamayo</p>
<p>Project Lead</p>
</div>
<ul>
<li>Volunteer</li>
</ul>
</div>
<div class="team-member">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/ericktroyo.webp" class="img-responsive m-b-20">
<img src="img/omegaup/profiles/ericktroyo.png" class="img-circle center-block">
</picture>
<div class="member-info">
<p>Erick Troyo</p>
<p>Education</p>
</div>
<ul>
<li>Volunteer</li>
</ul>
</div>
<div class="team-member">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/perlahernandez.webp" class="img-responsive m-b-20">
<img src="img/omegaup/profiles/perlahernandez.png" class="img-circle center-block">
</picture>
<div class="member-info">
<p>Perla Hernandez</p>
<p>Event Planning</p>
</div>
<ul>
<li>Volunteer</li>
</ul>
</div>
<div class="team-member">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/cristinajimenez.webp" class="img-responsive m-b-20">
<img src="img/omegaup/profiles/cristinajimenez.png" class="img-circle center-block">
</picture>
<div class="member-info">
<p>Cris Jimenez</p>
<p>Event Planning</p>
</div>
<ul>
<li>Volunteer</li>
</ul>
</div>
<div class="team-member">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/ricardoespinoza.webp" class="img-responsive m-b-20">
<img src="img/omegaup/profiles/ricardoespinoza.png" class="img-circle center-block">
</picture>
<div class="member-info">
<p>Ricardo Espinoza</p>
<p>Event Planning</p>
</div>
<ul>
<li>Volunteer</li>
</ul>
</div>
<div class="team-member">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/nancyromero.webp" class="img-responsive m-b-20">
<img src="img/omegaup/profiles/nancyromero.png" class="img-circle center-block">
</picture>
<div class="member-info">
<p>Nancy Romero</p>
<p>Operations & HR</p>
</div>
<ul>
<li>Intern</li>
</ul>
</div>
<div class="team-member">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/geraldynevinas.webp" class="img-responsive m-b-20">
<img src="img/omegaup/profiles/geraldynevinas.png" class="img-circle center-block">
</picture>
<div class="member-info">
<p>Geraldyne Vinas</p>
<p>Event Planning</p>
</div>
<ul>
<li>Volunteer</li>
</ul>
</div>
<div class="team-member">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/melissacontreras.webp" class="img-responsive m-b-20">
<img src="img/omegaup/profiles/melissacontreras.png" class="img-circle center-block">
</picture>
<div class="member-info">
<p>Melissa Contreras</p>
<p>UX Research</p>
</div>
<ul>
<li>Volunteer</li>
</ul>
</div>
<div class="team-member">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/jonathanperaza.webp" class="img-responsive m-b-20">
<img src="img/omegaup/profiles/jonathanperaza.png" class="img-circle center-block">
</picture>
<div class="member-info">
<p>Jonathan Peraza</p>
<p>UX Dev</p>
</div>
<ul>
<li>Volunteer</li>
</ul>
</div>
<div class="team-member">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/martinayala.webp" class="img-responsive m-b-20">
<img src="img/omegaup/profiles/martinayala.png" class="img-circle center-block">
</picture>
<div class="member-info">
<p>Martin Ayala</p>
<p>UX Dev</p>
</div>
<ul>
<li>Volunteer</li>
</ul>
</div>
<div class="team-member">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/luisjimenez.webp" class="img-responsive m-b-20">
<img src="img/omegaup/profiles/luisjimenez.png" class="img-circle center-block">
</picture>
<div class="member-info">
<p>Luis Jimenez</p>
<p>Quality</p>
</div>
<ul>
<li>Volunteer</li>
</ul>
</div>
<div class="team-member">
<picture>
<source type="image/webp" srcset="img/omegaup/profiles/vincentfango.webp" class="img-responsive m-b-20">
<img src="img/omegaup/profiles/vincentfango.png" class="img-circle center-block">
</picture>
<div class="member-info">
<p>Vincent Fango</p>
<p>Software Engineer</p>
</div>
<ul>
<li>Intern</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<a href="#contact" class="page-scroll btn btn-default btn-xl sr-button">I want to join the team!</a>
</div>
</div>
</div>
</section>
<aside class="bg-dark" id="donate">
<div class="container text-center">
<div class="call-to-action">
<h2>Make a donation</h2>
<p>omegaUp is a registered public 501c3 US nonprofit, with support form the general public. We are very grateful for the support we've received from individuals and organizations who support our vision.</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="39YGBJTH9YLZA">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
</div>
</aside>
<aside id="supporters">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">Thanks to these Key Mission Supporters</h2>
<div class="col-lg-12 col-md-12 text-center">
<a href="https://www.f5.com/" target="_blank">
<div class="service-box">
<img src="img/external/supporters/F5_Networks_logo.svg" width="100" height="100" class="img-school-logo" style="margin: 50px;" alt="">
<p class="text-muted">F5 Networks</p>
</div>
</a>
</div>
</div>
</div>
</div>
</aside>
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">Do You Want To Join Us? Let's Get In Touch!</h2>
<hr class="primary">
<p>omegaUp is looking for passionate individuals who would like to join us in our mission of increasing the number of talented Sofware Engineers in Latin America, while having fun doing it and learning cool new techologies on the journey. Our goal is very ambicious, we would love to hear from you.</p>
</div>
</div>
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<i class="fa fa-envelope-o fa-3x sr-contact"></i>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
</section>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Theme JavaScript -->
<script src="js/creative.min.js"></script>
<!-- <script src="js/retainable-rss-embed.js"></script> -->
<script src="js/retainable.js"></script>
</body>
</html>