Skip to content

Commit 5b87ece

Browse files
First Commit
0 parents  commit 5b87ece

File tree

100 files changed

+45088
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+45088
-0
lines changed

404.html

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
5+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
6+
<meta name="theme-color" content="#2196F3">
7+
<title>404 - Javier Santos</title>
8+
9+
<!-- CSS -->
10+
<link href="css/materialize.css" type="text/css" rel="stylesheet">
11+
<link href="css/style.css" type="text/css" rel="stylesheet" >
12+
<link href="css/font-awesome.min.css" type="text/css" rel="stylesheet" >
13+
<script src="js/modernizr.js"></script> <!-- Modernizr -->
14+
</head>
15+
<body id="top" class="scrollspy">
16+
17+
<!-- Pre Loader -->
18+
<div id="loader-wrapper">
19+
<div id="loader"></div>
20+
21+
<div class="loader-section section-left"></div>
22+
<div class="loader-section section-right"></div>
23+
24+
</div>
25+
26+
<!--Navigation-->
27+
<div class="navbar-fixed">
28+
<nav id="nav_f" class="default_color" role="navigation">
29+
<div class="container">
30+
<div class="nav-wrapper"><a id="logo-container" href="#top" class="brand-logo">Javier Santos</a>
31+
<ul id="nav-mobile" class="right side-nav">
32+
<li><a href="index.html">Go back</a></li>
33+
</ul><a href="#" data-activates="nav-mobile" class="button-collapse"><i class="mdi-navigation-menu"></i></a>
34+
</div>
35+
</div>
36+
</nav>
37+
</div>
38+
39+
<!--Hero-->
40+
<div class="section no-pad-bot" id="index-banner">
41+
<div class="container">
42+
<h1 class="text_h center header cd-headline letters type">
43+
<span>I &#128148;</span>
44+
<span class="cd-words-wrapper waiting">
45+
<b class="is-visible">404</b>
46+
<b>Risotto</b>
47+
</span>
48+
</h1>
49+
</div>
50+
</div>
51+
52+
<!--Intro and service-->
53+
<div id="intro" class="section scrollspy">
54+
<div class="container">
55+
<div class="row">
56+
<div class="col s12">
57+
<h2 class="center header text_h2"> It isn't the page you were looking for. Why not going to the <a href="index.html" class="span_h2">homepage</a>? </h2>
58+
</div>
59+
</div>
60+
</div>
61+
</div>
62+
63+
<!--Parallax-->
64+
<div class="parallax-container">
65+
<div class="parallax"><img src="img/parallax1.png"></div>
66+
</div>
67+
68+
<!--Footer-->
69+
<footer id="contact" class="page-footer default_color scrollspy">
70+
<div class="container">
71+
<div class="row">
72+
<div class="col l3 s12">
73+
<h5 class="white-text">javiersantos.me</h5>
74+
<ul>
75+
<li><a class="white-text">Android Developer</a></li>
76+
</ul>
77+
</div>
78+
<div class="col l3 s12">
79+
<h5 class="white-text">Social</h5>
80+
<ul>
81+
<li>
82+
<a class="white-text" href="https://github.com/javiersantos">
83+
<i class="small fa fa-github-square white-text"></i> Github
84+
</a>
85+
</li>
86+
<li>
87+
<a class="white-text" href="http://google.com/+JavierSantos">
88+
<i class="small fa fa-google-plus-square white-text"></i> Google+
89+
</a>
90+
</li>
91+
<li>
92+
<a class="white-text" href="http://twitter.com/fjaviersantos">
93+
<i class="small fa fa-twitter-square white-text"></i> Twitter
94+
</a>
95+
</li>
96+
<li>
97+
<a class="white-text" href="http://linkedin.com/in/fjaviersantos">
98+
<i class="small fa fa-linkedin-square white-text"></i> LinkedIn
99+
</a>
100+
</li>
101+
<li>
102+
<a class="white-text" href="https://docs.google.com/forms/d/1CYdVlaou72ji6j2CyHPPLjBRzJQp-5PDgwrGNRgG7Pw/viewform">
103+
<i class="small fa fa-pencil-square white-text"></i> Contact Me
104+
</a>
105+
</li>
106+
</ul>
107+
</div>
108+
</div>
109+
</div>
110+
<div class="footer-copyright default_color">
111+
<div class="container">
112+
Theme by <a class="white-text" href="http://joashpereira.com">Joash Pereira</a>. Thanks to <a class="white-text" href="http://materializecss.com/">materializecss</a>.
113+
</div>
114+
</div>
115+
</footer>
116+
117+
118+
<!-- Scripts-->
119+
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
120+
<script src="js/materialize.js"></script>
121+
<script src="js/init.js"></script>
122+
123+
</body>
124+
</html>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
about.javiersantos.me

css/font-awesome.min.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)