-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·119 lines (105 loc) · 4.75 KB
/
index.html
File metadata and controls
executable file
·119 lines (105 loc) · 4.75 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<title>Joe Williams</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="shortcut icon" href="images/favicon.png" />
<link href='http://fonts.googleapis.com/css?family=Roboto:300,400,400i,700,700i,900%7CMontserrat:400,700%7CPT+Serif' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href='css/clear.css' />
<link rel="stylesheet" type="text/css" href='css/common.css' />
<link rel="stylesheet" type="text/css" href='css/font-awesome.min.css' />
<link rel="stylesheet" type="text/css" href='css/carouFredSel.css' />
<link rel="stylesheet" type="text/css" href='css/prettyPhoto.css' />
<link rel="stylesheet" type="text/css" href='css/sm-clean.css' />
<link rel="stylesheet" type="text/css" href='style.css' />
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body class="page">
<table class="doc-loader">
<tbody>
<tr>
<td>
<img src="images/ajax-document-loader.gif" alt="Loading...">
</td>
</tr>
</tbody>
</table>
<div class="menu-wraper center-relative">
<div class="menu-logo center-text">
<a href="index.html">
<img src="images/logo.png" alt="Home logo" />
</a>
</div>
<nav id="header-main-menu" class="big-menu">
<ul class="main-menu sm sm-clean">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="scribed/privacy.html">Scribed</a>
</li>
<li>
<a href="cwa/privacy.html">The Crossword App</a>
</li>
<li>
<a href="expodition/privacy.html">Expodition</a>
</li>
<li>
<a href="goal-guru/privacy.html">Goal Guru</a>
</li>
</ul>
</nav>
<div class="clear"></div>
</div>
<div class="body-wrapper">
<div class="header-holder center-relative relative">
<div class="header-logo center-text">
<a href="index.html">
<img src="images/logo.png" alt="Joe Williams Logo">
</a>
</div>
<div class="toggle-holder absolute">
<div id="toggle">
<div class="first-menu-line"></div>
<div class="second-menu-line"></div>
<div class="third-menu-line"></div>
</div>
</div>
<div class="clear"></div>
</div>
<div class="block content-1170 center-relative">
<h1 class="entry-title">iOS and Mac Developer building stuff I love <br><span class="fa fa-apple"></span></h1>
</div>
<!--Footer-->
<footer class="footer">
<div class="content-970 center-relative">
<ul>
<li class="copyright-footer">
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved </a>
</li>
</ul>
</div>
</footer>
<!-- End .body-border -->
</div>
<!--Load JavaScript-->
<script src="js/jquery.js"></script>
<script src='js/jquery.fitvids.js'></script>
<script src='js/jquery.smartmenus.min.js'></script>
<script src='js/isotope.pkgd.js'></script>
<script src='js/imagesloaded.pkgd.js'></script>
<script src='js/isotope.pkgd.js'></script>
<script src='js/jquery.carouFredSel-6.0.0-packed.js'></script>
<script src='js/jquery.mousewheel.min.js'></script>
<script src='js/jquery.touchSwipe.min.js'></script>
<script src='js/jquery.easing.1.3.js'></script>
<script src='js/imagesloaded.pkgd.js'></script>
<script src='js/jquery.prettyPhoto.js'></script>
<script src='js/jquery.nicescroll.min.js'></script>
<script src='js/main.js'></script>
</body>
</html>