-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-me.html
More file actions
executable file
·65 lines (64 loc) · 4.14 KB
/
about-me.html
File metadata and controls
executable file
·65 lines (64 loc) · 4.14 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Rafa Muñoz</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="static/css/style.css" rel="stylesheet" />
<link href="http://fonts.googleapis.com/css?family=Armata" rel="stylesheet" />
<link href="http://fonts.googleapis.com/css?family=Flamenco" rel="stylesheet" />
<link href="static/css/jquery.fancybox.css" rel="stylesheet" media="screen" />
<link href="static/img/favicon.ico" type="image/x-icon" rel="shortcut icon" />
</head>
<body>
<div id="wrap">
<div id="menu">
<div id="menu-sprite" class="sprite-4"></div>
<nav role="select">
<select>
<option value="index.html">01. Home</option>
<option value="articles.html">02. Articles</option>
<option value="portfolio.html">03. Portfolio</option>
<option value="about-me.html" selected="selected">04. About me</option>
</select>
</nav>
<nav role="navigation">
<ul id="menu-list">
<li><a href="index.html" rel="home">01. Home</a></li>
<li><a href="articles.html">02. Articles</a></li>
<li><a href="portfolio.html">03. Portfolio</a></li>
<li><a href="about-me.html" class="active">04. About me</a></li>
</ul>
</nav>
<h1><a href="/" rel="home">Rafa Muñoz</a></h1>
</div>
<div id="content">
<div>
<div id="circle"><div>04.</div></div>
<section id="s-04">
<h1>About me</h1>
<hr />
<img id="about-me" src="static/img/about-me-mini.jpg" alt="" />
<p>I was born in 1986 in Córdoba (Spain) but 2 years after we moved to a small city called Jaén. I have studied for 6 months at the <a href="http://www.ujep.cz/" target="_blank">University of Ústí Nad Labem</a> (Czech Republic) and afterwards I have finished Computer Engineering at <a href="http://ujaen.es/" target="_blank">Universidad de Jaén</a>.</p>
<p>For a longer while now I have been working at a young start-up named Geomobile where I have been responsible for web developing and mobile applications but I have got to say that web development is definitely my main area of expertise. What is not less significant, I usually manage all GNU/Linux servers that are in use in our Company what clearly augments my substantial and eligible knowledge in this specific field.</p>
<p>What is certainly worth saying, I am a big fan of Free Software, hence I have been cooperating with:</p>
<ul>
<li>KDE: <a href="http://i18n.kde.org/" target="_blank">Spanish Localization Team</a> and Raptor.</li>
<li>mongoengine: an object-document mapper to connect Python and Mongo DB <a href="http://mongoengine.org/" target="_blank">(website)</a>.</li>
<li>django-forum: unfortunatelly, <a href="http://code.google.com/p/django-forum/" target="_blank">not maintained anymore</a>.</li>
<li>Technical support: mainly in forums and mailing lists of several distros or frameworks.</li>
</ul>
<p>Apart from computer technology whatsover I am interested in DJing (mainly electronic and alternative), riding my bike and photography. Nevertheless, my greatest dream is to travel all over this beautiful world to discover new amazing places and to meet new, outstanding people. This is me.</p>
<p>Github:</p>
<iframe src="http://ghbtns.com/github-btn.html?user=Menda&type=follow" allowtransparency="true" frameborder="0" scrolling="0" width="132" height="20"></iframe>
<p>Email:</p>
<img src="static/img/contact.png" alt="" />
</section>
</div>
</div>
<script data-main="static/js/main-about-me" src="static/js/lib/require.js"></script>
</body>
</html>