-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (53 loc) · 1.96 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Lab | John Shammas</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
<meta name="description" content="My utilities for other web developers.">
<link href='http://fonts.googleapis.com/css?family=Raleway:300,600' rel='stylesheet' type='text/css'>
<link href="site/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="site/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<header>
<div class="container">
<nav>
<a id="logo" href="/"></a>
<a href="http://www.johnshammas.com">John Shammas</a>
</nav>
<h1>Lab</h1>
<h2>My utilities for other web developers.</h2>
<a class="primary" href="https://github.com/jjshammas/lab"><span>View on</span> GitHub</a>
</div>
</header>
<div class="container">
<div class="row">
<div class="span4">
<h3>jQuery plugins</h3>
<p>My simple, user-friendly, and customizable tools for adding additional interactivity to my sites.</p>
<p>(<strong>js</strong> stands for both <strong>JavaScript</strong> and <strong>John Shammas</strong>)</p>
</div>
<div class="span8 list">
<div>
js-reusable-input
<a href="https://github.com/jjshammas/lab/tree/master/js-reusable-input">Download</a>
<a href="js-reusable-input">View</a>
<small>Easier typing in commonly used text inputs</small>
</div>
</div>
</div>
</div>
<div class="cell">
<div class="container">
<p>Check back soon for more.</p>
</div>
</div>
<footer>
<div class="container">
<p>All resources are licensed under the <a href="http://opensource.org/licenses/MIT">MIT Open Source license</a>.</p>
<p class="links"><a href="http://www.johnshammas.com">John Shammas</a><a href="http://www.johnshammas.com/contact">Contact</a></p>
</div>
</footer>
</body>
</html>