-
Notifications
You must be signed in to change notification settings - Fork 1
/
extension-en.html
79 lines (66 loc) · 2.71 KB
/
extension-en.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="description" content="Homepage Felipe Restrepo-Calle"/>
<meta name="keywords" content="" />
<meta name="author" content="Felipe Restrepo-Calle" />
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
<link rel="stylesheet" type="text/css" href="mi-estilo.css" media="screen" />
<title>Felipe Restrepo Calle</title>
<link href='http://fonts.googleapis.com/css?family=News+Cycle&v1' rel='stylesheet' type='text/css' />
</head>
<body>
<div id="site-wrapper">
<div class="idioma">
<a href="extension.html">Español</a> <a href="#">English</a>
</div>
<div id="header">
<div id="top">
<div>
<img src="img/frc_pic.jpg" alt="Mi foto" style="vertical-align:text-bottom; height:200px;" />
<span style="margin-left: 20px; font-family: 'News Cycle', arial, serif; font-size: 340%;">Felipe Restrepo Calle</span>
<span style="margin-left: 120px; font-family: 'News Cycle', arial, serif; font-size: 200%; color: #999;">Extension</span>
</div>
<div class="clearer"> </div>
</div>
<div class="navigation" id="sub-nav">
<ul class="tabbed">
<li><a href="index-en.html">Home</a></li>
<li><a href="investigacion-en.html">Research</a></li>
<li><a href="docencia-en.html">Courses</a></li>
<li><a href="#">Extension</a></li>
<li><a href="cv-en.html">CV</a></li>
</ul>
<div class="clearer"> </div>
</div>
</div>
<div class="principal" style="padding-top: 32px; border-bottom: 1px solid #DDD;">
<div class="col">
<h2 class="label label-blue">Extension projects</h2>
<div style="margin-top: 20px;">
<p class="quiet">Not yet.</p>
</div>
<div class="clearer"> </div>
</div>
<div id="footer">
<div class="left" id="footer-left">
<p class="quiet"><a href="index-en.html">Home</a></p>
<div class="clearer"> </div>
</div>
<div class="right" id="footer-right">
<p class="large"> <a href="#site-wrapper" class="quiet">go up ↑</a></p>
</div>
<div class="clearer"> </div>
</div>
</div>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55496612-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>