-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.shtml
53 lines (50 loc) · 4.44 KB
/
about.shtml
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
<!doctype html>
<html>
<!--#set var="pageTitle" value="About"-->
<!--#include virtual="/include/head.include.shtml"-->
<body>
<!--#include virtual="/include/nav.include.shtml"-->
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="well">
<h2>About JuxtaPros</h2>
<p>JuxtaPros is the web app you've been waiting for! This is a simple tool for comparing alternatives. Whether you're making a list of pros and cons or analyzing different brands of bacon, JuxtaPros will help you lay out your options.</p>
<p>Most companies would put a whole bunch of marketing jargon here to try to sell their product to you. But JuxtaPros doesn't do that. Because it's free. If you're not sold yet, I don't know how to help you. Maybe a back rub? Chocolate muffin? Just go ahead and use it already.</p>
<p>Built by Terry Black, Tyler Mumford, and Jacob Ward during Southern Utah Code Camp 2014.</p>
</div>
</div>
</div>
<div class="row contact">
<div class="col-sm-6">
<div class="well">
<h3>Contact Us</h3>
<p><a target="_blank" href="mailto:info@juxtapros.com"><img src="/images/glyphicons_social/png/glyphicons_social_39_e-mail.png"/>info@juxtapros.com</a></p>
<p><a target="_blank" href="http://twitter.com/juxtapros"><img src="/images/glyphicons_social/png/glyphicons_social_31_twitter.png"/>@JuxtaPros</a></p>
<p><a target="_blank" href="https://github.com/3Pros/juxtapros"><img src="/images/glyphicons_social/png/glyphicons_social_21_github.png"/>3Pros/juxtapros</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>Special Thanks</h3>
<p><a target="_blank" href="http://southernutahcodecamp.com"><img src="/images/glyphicons/png/glyphicons_049_star.png"/>Southern Utah Code Camp</a></p>
<p class="thanks-description">Thank you to Southern Utah Code Camp and its sponsors for providing a fun event for us to test and apply our coding skills. (And for all of the food!)</p>
<p><a target="_blank" href="http://github.com"><img src="/images/glyphicons/png/glyphicons_049_star.png"/>GitHub</a></p>
<p class="thanks-description">Without GitHub, our team wouldn't have been able to keep our HEADs on straight. Ba-dum-tish.</p>
<p><a target="_blank" href="http://getbootstrap.com"><img src="/images/glyphicons/png/glyphicons_049_star.png"/>Bootstrap</a></p>
<p class="thanks-description">JuxtaPros is built with Bootstrap. For the uneducated, it's basically the only way for programmers to make it look like they have design skills.</p>
<p><a target="_blank" href="http://jquery.com"><img src="/images/glyphicons/png/glyphicons_049_star.png"/>jQuery</a></p>
<p class="thanks-description">jQuery? Yeah, that's pretty much the driving force behind JuxtaPros. Seriously, it's awesome.</p>
<p><a target="_blank" href="http://digitalocean.com/"><img src="/images/glyphicons/png/glyphicons_049_star.png">DigitalOcean</a><p>
<p class="thanks-description">JuxtaPros is hosted by DigitalOcean. Hosting is FREE by means of platform credit available through the <a href="https://education.github.com/pack" target="_blank">GitHub Student Developer Pack</a>.</p>
<p><a target="_blank" href="http://glyphicons.com"><img src="/images/glyphicons/png/glyphicons_049_star.png"/>Glyphicons</a></p>
<p class="thanks-description">Thank you to Glyphicons for the use of their "halflings" through Bootstrap, as well as those available in Glyphicons FREE, released under the <a href="http://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY 3.0</a> license.</p>
<p><a target="_blank" href="http://oridomi.com/"><img src="/images/glyphicons/png/glyphicons_049_star.png">OriDomi</a><p>
<p class="thanks-description">The OriDomi plugin helpfully provided the lovely Folding functionality that you'll find in the little settings menu to your upper-right.</p>
</div>
</div>
</div>
</div>
<!--#include virtual="/include/scripts.include.shtml"-->
</body>
</html>