-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (73 loc) · 2.94 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
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
80
81
<!DOCTYPE HTML>
<html>
<head>
<title>Rafael Nunez</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body id="top">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="#" class="image avatar"><img src="images/avatar.jpg" alt="" /></a>
<h1><strong>I'm Rafael Nunez.</strong><br/>
An aspiring Software Developer,<br/>
with a Master's in Computer Science from<br/>
Stevens Institute of Technology.
</div>
</header>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<header class="major">
<h2>About Me</h2>
</header>
<p>When I'm not coding, I'm running, reading or playing video games. To learn more about me, download my resume, check out my projects, or contact me to start a conversation.</p>
<ul class="actions">
<li><a href="Rafael.Nunez.resume.pdf" class="button special icon fa-download">Resume</a></li>
</ul>
</section>
<!-- Two -->
<section id="two">
<h2>Check Out My Projects (Coming Soon)</h2>
<div class="row">
<article class="6u 12u$(xsmall) work-item">
<a href="images/fulls/03.jpg" class="image fit thumb"><img src="images/thumbs/03.jpg" alt="" /></a>
<h3>Movie-Minder App</h3>
<p>This app lets you manage movie release dates with reminders.</p>
</article>
<article class="6u 12u$(xsmall) work-item">
<a href="images/fulls/05.jpg" class="image fit thumb"><img src="images/thumbs/05.jpg" alt="" /></a>
<h3>Exploring via Running</h3>
<p>Videos and pictures of mostly parks and nice views in and around NYC.</p>
</article>
</div>
</section>
<!-- Three -->
<section id="three">
<h2> Get In Touch</h2>
<p>Please send me an email or reach out to me via LinkedIn.</p>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://www.linkedin.com/in/rnunez/" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/RANE1021" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto:[email protected]?Subject=Website%20Contact" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Copyright 2018</li><li>Design: <a href="http://html5up.net">HTML5 UP</a> and Rafael Nunez</li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>