forked from Tgemayel/Nooga-Startups
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jobs.html
119 lines (87 loc) · 4.65 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!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 />
<h1> Bellhops </h1>
<div class="job-position"> Python/Django Developer </div>
<div class="job-position"> Graphic Designer / UX/UI Designer</div>
<div class="job-position"> IT/Customer Support</div>
<br />
<p>Bellhops provides simple moving help, on demand.</p>
<p>Currently serving 121 cities with over 8,000 'Bellhops', we provide an easy-to-book, on-demand solution for individuals who need local moving help.</p>
<p>Our team has grown to over 20 in the past year, and we are looking for smart people to join our mission. Culture is everything to us. Work and social events regularly overlap, but have no doubt, we are the hardest working company in the city. The problem we are solving is giant, and we have built an incredible team that is devoted to disrupting an industry with little to no innovation.</p>
<br />
<p>Find more info about careers at Bellhops <a href="https://angel.co/bellhops">here</a>.</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 -->