-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (57 loc) · 2.52 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Project 1</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container" style="padding-top:20px">
<div class="row">
<div class="jumbotron col-md-8 col-md-offset-2" style="padding-top:10px">
<h1><small>Isaac Zarsky presents...</small></h1>
<h1 class="text-center">Project One</h1>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p class="lead"><strong>Hey! This site is fully width responsive! Try resizing!</strong></p>
<h1>About Me</h1>
<p style="font-size:125%">My name is Isaac, I'm originally from Newton (yes, yes), and I live near Davis Square. I'm currently in the process of taking the long way through college. When I'm not doing something for class, I search unsuccessfully for work, play video games, and sometimes even act. If you find yourself wanting more, I suppose you could really just <a href="http://www.isaaczarsky.com">look here.</a></p>
<br />
<h1>Salient Details</h1>
<table class="table" style="font-size:125%">
<tr>
<td>Platform</td><td>Mac OS X (primary), Windows 7</td>
</tr>
<tr>
<td>Code Editor</td><td>Sublime Text, <a href="http://www.lighttable.com">Light Table</a>, Emacs, <a href="https://projects.gnome.org/gedit/">gedit</a></td>
</tr>
<tr>
<td>Terminal Emulator</td><td><a href="http://www.iterm2.com/">iTerm</a></td>
</tr>
<tr>
<td>FTP Software</td><td><a href="http://cyberduck.ch">Cyberduck</a></td>
</tr>
<tr>
<td>Favorite Defunct Punctuation</td><td><a href="https://en.wikipedia.org/wiki/Interrobang">‽</a></td>
</tr>
<tr>
<td>Best Gramatically Correct English Sentence</td><td><a href="https://en.wikipedia.org/wiki/Buffalo_buffalo_Buffalo_buffalo_buffalo_buffalo_Buffalo_buffalo">Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo.</a></td>
</tr>
<tr>
<td>This Project Was An Excuse To</td><td>Play around with <a href="http://getbootstrap.com">Bootstrap 3.0</a></td>
</tr>
</table>
</div>
</div>
</div>
</body>
</html>