-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (67 loc) · 2.22 KB
/
index.html
File metadata and controls
73 lines (67 loc) · 2.22 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
66
67
68
69
70
71
72
73
<!doctype html>
<html>
<head>
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta charset="utf-8">
<meta content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport">
<!-- Use title if it's in the page YAML frontmatter -->
<title>Nestor Castillo</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Caveat' rel='stylesheet' type='text/css'>
<link href="assets/stylesheets/application.css" rel="stylesheet" />
<script src="assets/javascripts/application.js"></script>
</head>
<div id="main" role="main">
<nav class="main-nav">
<div id="nav-image">
<a href="/"> <img src="assets/images/ncc.jpeg" alt="Ncc" />
</a> </div>
<ul class="nav-title">
<li><a href="/">Nestor Castillo</a></li>
</ul>
<div class="nav-right">
<ul>
<li><a href="/">Home</a></li>
</ul>
</div>
</nav>
<div id="content">
<div class="card">
<div class="card-info">
<h4>Hi, I am Nestor Castillo</h4>
<p>
A full-stack engineer who is focused on building well tested and
maintainable web applications. I specialize in <span class="lang">Ruby</span>,
<span class="lang">Rails</span> and <span class="lang">JavaScript</span>.
</p>
<p>
I have a deep curiosity in technology and enjoy learning new things.
</p>
<div class="card-social-links">
<ul>
<li>
<a href="https://github.com/NCCastillo">
<!-- github -->
<span class="socialpictogram"></span>
</a>|
</li>
<li>
<a href="https://twitter.com/ncarloscastillo">
<!-- twitter -->
<span class="socialpictogram"></span>
</a>|
</li>
<li>
<!-- linkedin -->
<a href="http://www.linkedin.com/pub/nestor-castillo/22/355/bb">
<span class="socialpictogram"></span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</html>