-
Notifications
You must be signed in to change notification settings - Fork 9
/
about.html
58 lines (51 loc) · 2.44 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
<html>
<head>
<title>BadgeIt - Badge Generator for Events, Conferences|About</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="The smart way to generate badges for your events">
<link rel="stylesheet" href="bootstrap/css/bootstrap.css" type="text/css">
<link rel="stylesheet" href="bootstrap/css/createfonts.css" type="text/css">
<link rel="stylesheet" href="bootstrap/css/bootstrap-responsive.css" type="text/css">
<link rel="stylesheet" href="bootstrap/css/head.css" type="text/css">
<script src="resources/js/jquery.js"></script>
<style>
#questions li a { font-size:18px;}
#questions li { height:30px; }
.box{padding-left:50px; padding-right:50px; padding-top:30px; padding-bottom:200px;}
</style>
<script src="resources/js/analytics.js"></script>
</head>
<body>
<div id="social"></div>
<div id="headerContainer">
<header>
<h1 id="title-large">Badge it</h1>
<div style="float:right;">
<ul class="nav nav-pills">
<li><a href="home.html">Home</a></li>
<li><a href="start.html">Create</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="tutorial.html">Tutorial</a></li>
<li class="active"><a href="#">About</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<div class="clr"></div>
</header>
</div>
<div class="container box">
<h1> About</h1><hr/>
<div class="clr"></div>
<p>We love events. We organize them, attend them, have fun in them, meet some of the best people in them. Tech conferences, hackathons, TEDx events, Barcamps, unconferences, and what not. </p>
<p>BadgeIt, is our first attempt at giving back to the awesome events that we've gained so much from. We hope you'd love it.</p>
<p>More about the application can be found at <a href="https://github.com/makkarlabs/badgeit">Github</a>, <a href="faq.html">FAQ</a>, <a target="_blank" href="http://makkarlabs.in/blog/creating-badgeit/">Blog</a>.</p>
</div>
<footer class="footer fixed">
<div class="container">
<p> <a target="_blank" href="http://makkarlabs.in">Makkar Labs</a>, 2012</p>
<p> Customized for Google Chrome (Version 13.0+)</p>
<p> <a target="_blank" href="https://github.com/makkarlabs/badgeit">Code</a> is Licensed under <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License v2.0</a>.</p>
</div>
</footer>
</body>
</html>