forked from Tgemayel/Nooga-Startups
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjobs.html
101 lines (75 loc) · 3.69 KB
/
jobs.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
<!doctype html>
<head>
<meta charset="utf-8">
<title>Startups in Chattanooga</title>
<meta name="description" content="Startups in Chattanooga, Tennessee. Come join the movement!">
<!-- Mobile viewport optimized: h5bp.com/viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- HTML5 Shiv -->
<script src="js/html5shiv.js"></script>
<link rel="stylesheet" href="css/style.css">
<link href="favicon.ico" rel="icon" type="image/x-icon"/>
<script type="text/javascript" src="//use.typekit.net/lhq0hfv.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="js/prefixfree.min.js"></script>
</head>
<body>
<header class="about">
<div class="wrapper">
<a href="index.html" class="logo">Nooga Startups</a>
<div class="nav">
<a href="jobs.html">Jobs</a>
<a href="http://twitter.com/noogastartups">@NoogaStartups</a>
<a href="about.html">About</a>
</div>
</div>
</header>
<div class="wrapper cf">
<h1> Job Board </h1>
<hr />
<br />
<h1> Ambition </h1>
<div class="job-position"> Python/Django Developer </div>
<div class="job-position"> SalesForce Developer </div>
<div class="job-position"> AWS Sysadmin </div>
<br />
<p> We are a twelve-person team located in Chattanooga, Tennessee. Our product Ambition is 'Fantasy Football for Sales Organizations' where employers can select and weight metrics for employee-based teams to compete over across seasons. While we haven't officially launched our product we are signing up customers and generating revenue. Job descriptions are purposely non-existent as they change frequently and it will be easier for you to speak directly with our team leads if interested. Expect a lot of freedom, flexibility, and time to spend learning, testing, and deploying new technologies.</p>
<p>Feel free to ask questions and/or send resumes and/or cover letters to travis.truett [at] ambition [dot] io</p>
<p style="font-weight:bold;">What we generally like to hear from candidates:</p>
<p> - Why working for Ambition interests you</p>
<p> - Why you are the right person for the job</p>
<p> - Any demo/product feedback</p>
<p style="font-weight:bold;">What we generally like to see from candidates:</p>
<p> - Side projects</p>
<p> - Blog posts</p>
<p> - Short, relevant resumes</p>
<br />
<p>Thanks in advance, Ambition Team</p>
<br />
<br />
</div>
<footer>
<div class="wrapper cf">
<div class="colophon">
<p>Contribute to this project on <a href="https://github.com/tgemayel/Nooga-Startups" target="_blank"> Github.</a> The typeface used throughout the site is <a href="http://chatype.com/" target="_blank"> Chatype.</a> Interested in joining the movement? Tweet us at <a href="http://twitter.com/noogastartups"> @NoogaStartups </a> </p>
<p class="smallprint">A project by <a href="http://twitter.com/twogiraffes">Toni Gemayel</a>, <a href="http://twitter.com/tjweigel">TJ Weigel</a> & our awesome <a href="https://github.com/Tgemayel/Nooga-Startups/graphs/contributors">community</a>.</p>
</div>
</div>
</footer>
<script type="text/javascript">
var _gauges = _gauges || [];
(function() {
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '511015a5108d7b28c8000061');
t.src = '//secure.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</script>
</body>
</html>
<!-- Localized -->