forked from Tgemayel/Nooga-Startups
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
102 lines (74 loc) · 4.83 KB
/
about.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
<!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="http://twitter.com/noogastartups">@NoogaStartups</a>
<a href="about.html">About</a>
</div>
</div>
</header>
<div class="wrapper cf">
<h2> What is Nooga Startups? </h2>
<p>Nooga Startups is a directory of the awesome startups located in Chattanooga, Tennessee. It was inspired by sites like <a href="http://nytm.org/made/"> Made in New York </a> </p>
<h2> Chatta-what? </h2>
<p> <a href="http://goo.gl/maps/lb6o7"> Chattanooga </a> fondly known as the 'Noog, 'Nooga, or simply "The Paris of Southeast Tennessee". Chattanooga is home to a number of great startups, a fantastic outdoor scene, delicious food, and some great whiskey. </p>
<h2> Interesting Facts about Chattanooga: </h2>
<ul class="about-list">
<li> The world's first coca-cola bottling plant opened here in 1899 </li>
<li> The annual <a href="http://www.riverbendfestival.com/"> Riverbend Music Festival </a> is consistently rated as one of the best festivals in the country. </li>
<li> World-class kayaking and climbing is located within thirty minutes of the city. </li>
<li> The country's first 1Gbps residential network, and the coverage stretches across the entire county. </li>
<li> Conveniently located ninety minutes from Atlanta, Nashville, Birmingham, and Knoxville. From country music concerts to the world's busiest international airport... it's all close. </li>
</ul>
<h2> What's the point of this? </h2>
<p> It's time to get the secret out... Chattanooga has an emerging tech scene, a thriving downtown, and a lot of energy and momentum. We want to make it easier for engineers, journalists & founders to see whats happening in Chattanooga and get more information about the movement. </p>
<p> Software is eating the world and the most successful economies of tomorrow are building around this. Our goal is for Chattanooga to be one of these economies and it's time to build the buzz and bring in the talent. </p>
<h2> How can I get my startup added to this list? </h2>
<p> The easiest way is to submit a <a href=" https://github.com/Tgemayel/Nooga-Startups/pulls">pull request</a> or Tweet <a href="http://twitter.com/noogastartups"> @NoogaStartups</a> if you need help. </p>
<p> Please note that at this time we are only looking for product-focused tech startups featuring a website our users can visit to learn more. </p>
<h2> For those new to GitHub (we've all been there): </h2>
<p> Please reference <a href="https://github.com/Tgemayel/Nooga-Startups/blob/master/Readme.md#how-can-i-get-my-startup-added-to-this-list"> our readme </a> to get started. </p>
<h2> I want to get involved </h2>
<p> Great! We fully intend on this being a community run project. Check the <a href="https://github.com/Tgemayel/Nooga-Startups/issues"> issues log </a> to see what things you can tackle first! </p>
</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 -->