-
Notifications
You must be signed in to change notification settings - Fork 0
/
iniciativas.html
74 lines (70 loc) · 3.12 KB
/
iniciativas.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
<!DOCTYPE html>
<html>
<!-- General information and directives of this page. -->
<head>
<title>Carlos H. Borca - Iniciativas</title>
<link href="styles/main.css" rel="stylesheet" type="text/css"/>
</head>
<!-- Links menu in spanish. -->
<ul class="nav">
<li><a href="indice.html"/>Principal</a></li>
<li><a href="acerca.html"/>Acerca de mí</a></li>
<li><a href="investigacion.html"/>Investigación</a></li>
<li><a href="personas.html"/>Personas</a></li>
<li><a href="publicaciones.html"/>Publicaciones</a></li>
<li><a href="eventos.html"/>Eventos</a></li>
<li><a href="iniciativas.html"/><b>Iniciativas</b></a></li>
<li><a href="recursos.html"/>Recursos</a></li>
<li><a href="outreach.html"/>English</a></li>
</ul>
<!-- Title and stylish image background. -->
<div>
<img style="border: 0px solid; width: 100%; height: auto;"
title="Header"
src="design/encabezado.png"
alt="" hspace="0" vspace="0"/>
</div>
<!-- This is where the content of the page starts. -->
<div>
<center>
<img style="border: 0px solid; width: 25%; height: auto;"
title="Clubes de Ciencia"
src="outreach/cdec.jpg"
alt="" hspace="0" vspace="10"/>
<p>
<h1>Participación en Iniciativas de Educación</h1>
<h2>Semana Nacional de la Química ACS 2018</h2>
<h3>Atlanta, Georgia, Estados Unidos</h3>
<a href="https://www.acs.org/content/acs/en/education/outreach/ncw.html"/>Voluntario para la Sección de Georgia de la Sociedad Estadounidense de Química<br>
<h2>Programa Interchange 2016:</h2>
<h3>West Lafayette, Indiana, Estados Unidos</h3>
<a href="https://engineering.purdue.edu/CPI/en/newsletter/july2016/newsletter_july16_spotlight"/>Club de Ciencias en Química Teórica y Computacional<br>
<h2>Clubes de Ciencia Colombia 2015:</h2>
<h3>Puerto Triunfo, Antioquia, Colombia</h3>
<a href="http://www.clubesdeciencia.co/primera-edicion/#antioquia"/>Fisicoquímica Computacional y Cuántica: Simulación por Computador Aplicada a Ciencias Moleculares</a>
<h2>Programa Interchange 2015:</h2>
<h3>Medellín, Antioquia, Colombia</h3>
<a href="https://engineering.purdue.edu/CPI/en/newsletter/july2016/newsletter_july16_spotlight"/>Club de Ciencias Químicas y Biológicas<br>
</p>
</center>
</div>
<!-- This is where the content of the page ends. -->
<!-- Copyright information. -->
<div class="bottom">
<img style="border: 0px solid; width: 100%; height: auto;"
title="Bottom"
src="main/bottom.png"
alt="" hspace="0" vspace="0"/>
</div>
<footer>
<center>© 2022 Carlos H. Borca</center>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-76513146-1', 'auto');
ga('send', 'pageview');
</script>
</html>