-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (60 loc) · 2.76 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
<!DOCTYPE html>
<html>
<head>
<title>Ruby.land - Johnathan Weisner</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="/css/bootstrap-theme.min.css" rel="stylesheet" media="screen">
<link href='http://fonts.googleapis.com/css?family=Lily+Script+One' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Poller+One' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'>
<link rel="icon" href="/img/ruby.gif" />
<link href="/css/my-styles.css" rel="stylesheet" media="screen">bout
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html"><img src="/img/ruby.png"> Johnathan Weisner</a>
<div>
<ul class="nav navbar-nav navbar-right menu-items">
<li><a class="active" href="/index.html"> home </a></li>
<li><a href="/about.html"> about </a></li>
<li><a href="/skills.html"> skills </a></li>
<li><a href="/portfolio.html"> portfolio </a></li>
</ul>
</div>
</div>
</div>
<div class="container content">
<div class="row">
<div class="col-md-6 row">
<div class="col-xs-6">
<h2>Regarding Johnathan</h2>
<p>My interests vary greatly ranging from programming to the fine arts. Gustav Klimt is my favorite artist of all time and the work of his I love most looks nothing like my own.</p>
</div>
<div class="col-xs-6">
<img class="thumbnail" src="/img/wrinklie-charcoal-small.jpg" alt="A Drawing of my Grand-Mother in law done in Charcoal">
</div>
</div>
<div class="col-md-6 row">
<div class="col-xs-6">
<h2>Would you like to play checkers?</h2>
<p>When I was applying for IGN CodeFoo I made <a href="/portfolio/connect4/connect4.html">this game of connect 4</a>. I'm proud of the game, but when I look back at the code I cringe. I've a side project where I'm rewriting the game in Ruby. </p>
</div>
<div class="col-xs-6">
<img class="thumbnail" src="/img/music-charcoal-small.jpg" alt="A fully developed doodle of Leonardo's Painting listening to an iPod">
</div>
</div>
</div>
</div>
<div id="copyright">
<div class="panel panel-default">
<div class="panel-footer"><p class="container">© 2014 Johnathan Weisner Ruby.Land. All Rights Reserved.</p></div>
</div>
</div>
</body>
</html>