-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·139 lines (124 loc) · 5.24 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
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Career Hound App</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="shortcut icon" href="favicon.ico">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="/css/bootstrap.css">
<link rel="stylesheet" href="/css/project.css">
<script src="/js/modernizr.min.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-40479069-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="intro">
<div class="container">
<div class="row">
<div class="span4"><img src="/img/sagan.png"/></div>
<div class="span8">
<img src="/img/logo.png" alt="Career Hound App" title="Career Hound App">
<p>Looking for a job but don't know where to start? Career Hound manages your job search through an intelligent, customized todo list and helps you find the job you want. <strong><a href="https://docs.google.com/forms/d/1iFFzWXNnA_K6ElfZPP93yWGSSJYvNjRe_C9K-rkPQ2c/viewform?edit_requested=true">Get notified</a> when Career Hound launches.</strong></p>
</div><!--/span8-->
</div><!--/row-->
</div><!--/container-->
</div><!--/intro-->
<div class="container">
<div class="technology">
<div class="title"><h1>API<small>s</small> we used.</h1></div>
<div class="row">
<div class="span3">
<img src="/img/apperyio.png">
</div><!--/span3-->
<div class="span3">
<img src="/img/newyorktimes.png">
</div><!--/span3-->
<div class="span3">
<img src="/img/crunchbase.png">
</div><!--/span3-->
<div class="span3">
<img src="/img/linkedin.png">
</div><!--/span3-->
</div><!--/row-->
</div><!--/technology-->
<hr/>
<div class="features">
<div class="title">
<h1>Features</h1>
<p class="features-byline">We split your job search into simple todo items categorized into three simple stages. Complete these todo items and get the job:</p>
</div><!--/title-->
<div class="row">
<div class="span4">
<img src="/img/feat_01.png" class="features-img">
<h2>Prepare</h2>
<p>Read the website, download the app, and be able to explain to your grandma what the company does.</p>
</div><!--/span4-->
<div class="span4">
<img src="/img/feat_02.png" class="features-img">
<h2>Meet</h2>
<p>Connect with the founders on Twitter. Discover mutual connections via LinkedIn and have coffee.
</p>
</div><!--/span4-->
<div class="span4">
<img src="/img/feat_03.png" class="features-img">
<h2>Apply</h2>
<p>Pull the trigger with an amazing cover letter, get an interview and land the job you want.</p>
</div><!--/span4-->
</div><!--/row-->
</div><!--/features-->
<hr/>
<div class="team">
<div class="title">
<h1>The Team</h1>
<p>Built on coffee, dodgeballs and caffeinated gum by the best fucking hackathon team ever at TechCrunch Disrupt Hackathon 2013 in NYC.</p>
</div><!--/title-->
<div class="row">
<div class="span2">
<img src="/img/jeffnovich.jpg" class="img-polaroid">
<p><a href="https://twitter.com/jeffnovich">@jeffnovich</a></p>
</div><!--/span2-->
<div class="span2">
<img src="/img/pinzler.jpg" class="img-polaroid">
<p><a href="https://twitter.com/pinzler">@pinzler</a></p>
</div><!--/span2-->
<div class="span2">
<img src="/img/tobym.jpg" class="img-polaroid">
<p><a href="https://twitter.com/tobym">@tobym</a></p>
</div><!--/span2-->
<div class="span2">
<img src="/img/rorypettingill.jpg" class="img-polaroid">
<p><a href="https://twitter.com/rorypettingill">@rorypettingill</a></p>
</div><!--/span2-->
<div class="span2">
<img src="/img/kennedysgarage.jpg" class="img-polaroid">
<p><a href="https://twitter.com/kennedysgarage">@kennedysgarage</a></p>
</div><!--/span2-->
<div class="span2">
<img src="/img/sagantheawesomedog.jpg" class="img-polaroid">
<p>Sagan</p>
</div><!--/span2-->
</div><!--/row-->
</div><!--/team-->
</div><!--/container-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="/js/jquery-1.9.0.min.js"><\/script>')</script>
<script src="/js/bootstrap.js"></script>
<script src="/js/script.js"></script>
</body>
</html>