-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·54 lines (54 loc) · 2.3 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="This is the personal webpage of Rafa Muñoz, a software developer based in Jaén, Spain." />
<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-1"></div>
<nav role="select">
<select>
<option value="index.html" selected="selected">01. Home</option>
<option value="articles.html">02. Articles</option>
<option value="portfolio.html">03. Portfolio</option>
<option value="about-me.html">04. About me</option>
</select>
</nav>
<nav role="navigation">
<ul id="menu-list">
<li><a href="index.html" class="active" 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">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>01.</div></div>
<section id="s-01">
<h1 class="invisible">Home</h1>
<span class="intro">Hi, my name is Rafa and I'm software developer</span>
<hr />
<p>Welcome to my personal webpage.</p>
<p>Now mobile web!</p>
</section>
</div>
</div>
</div>
<script data-main="static/js/main-index" src="static/js/lib/require.js"></script>
</body>
</html>