-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (83 loc) · 3.7 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
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mr. Herndon's Portfolio</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
</head>
<body>
<div class="wrapper">
<div class="container-fluid">
<nav class="navbar navbar-default">
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home<span class="sr-only">(current)</span></a></li>
<li><a href="#">Contact</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="http://re.vu/ryekerjherndon" target="_blank">Resume</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
</div><!-- /.container-fluid -->
<div class="container call">
<h1 class="text-center">Ryeker J Herndon</h1>
<h2 class="text-center">Front End Developer & Designer</h2>
<div class="row">
<div class="col-xs-12 col-sm-6 col-sm-offset-3 pitch">
<p class="text-justify">I am a creative problem solver with a <strong>strong</strong> drive to make my work the cleanest, most convenient and logically <strong>responsive</strong> sites available. I offer very competitive rates, and I allow my work to speak for itself. If you're interested in working with me, please send me an e-mail and let me know what you would like to collaborate on. I look forward to hearing from you!</p>
</div>
</div>
</div>
<div class="row container-fluid mid-blocks" id="mid-blocks">
<a href="http://www.re.vu/ryekerjherndon" target="_blank"><div class="col-xs-12 col-sm-3 col-sm-offset-1 resume">
<h2 class="text-center">Resume</h2>
</div></a>
<a href="http://www.github.com/ryekerjh" target="_blank"><div class="col-xs-12 col-sm-3 col-sm-offset-1 GIT">
<h2 class="text-center">Github</h2>
</div></a>
<a href="#"><div class="col-xs-12 col-sm-3 col-sm-offset-1 copywrite">
<h2 class="text-center">Copywriting</h2>
</div></a>
</div>
<div class="container">
<div class="row contact center">
<div class="col-xs-12 col-sm-10 col-sm-offset-1">
<h2 class="text-center">Contact Info</h2>
<div class="col-xs-12 col-sm-4">
<h4 class="text-center">Email</h4>
<p class="text-center"><a href="mailto:[email protected]" title="Click to Email">[email protected]</a></p>
</div>
<div class="col-xs-12 col-sm-4 col-sm-offset-4">
<h4 class="text-center">Address</h4>
<address class="text-center">1373 N. Echo Ave. <br> Fresno, Ca <br> 93728</address>
</div>
</div>
</div>
</div>
<footer>
<div class="container-fluid">
<div class="row">
<div class="col-xs-12 col-sm-3">
<p class="fine-print">© 2015. Designed & Coded by Ryeker J Herndon</p>
</div>
<div class="col-xs-12 col-sm-6 social text-center">
<a href="http://www.github.com/ryekerjh" target="_blank"><i class="fa fa-github fa-2x"></i></a>
<a href="http://facebook.com/ryeker.herndon" target="_blank"><i class="fa fa-facebook-square fa-2x"></i></a>
<a href="https://www.linkedin.com/in/ryekerjherndon" target="_blank"><i class="fa fa-linkedin fa-2x"></i></a>
</div>
<div class="col-xs-12 col-sm-3">
<p class="fine-print">All Rights Reserved. RJH Web Design</p>
</div>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</div>
</body>
</html>