-
Notifications
You must be signed in to change notification settings - Fork 0
/
faq.html
85 lines (77 loc) · 3.8 KB
/
faq.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs -->
<meta charset="utf-8" />
<title>Deccan RubyConf</title>
<!-- Metas -->
<meta name="description" content="Second edition of Deccan Regional conference on Ruby programming to be held in Pune" />
<meta name="keywords" content="pune conference ruby-language programming" />
<meta name="author" content="" />
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Stylesheets -->
<link href="assets/stylesheets/default.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicon and touch icons -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
</head>
<body>
<header class="navbar navbar-static-top bs-docs-nav" id="top" role="banner">
<div class="container-fluid">
<div class="logo-wrap-mobile">
<a href="#" class="icon-rubyconflogo"></a>
</div>
<div class="navbar-header">
<button class="navbar-toggle collapsed" type="button" data-toggle="collapse"
data-target=".bs-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bars"></span>
</button>
</div>
<nav class="collapse navbar-collapse bs-navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="/coc.html">Code Of Conduct</a></li>
<li><a href="#speakers">Speakers</a></li>
<li><a href="#program">Program</a></li>
<li><a href="#sponsors">Sponsors</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="/faq.html">FAQ</a></li>
<li><a href="/cfp-selection.html">CFP Selection</a>
<li><a href="https://www.papercall.io/deccanrubyconf-2016">Cfp</a>
</li>
<li><a href="https://www.townscript.com/e/drc16">Register</a></li>
</ul>
</nav>
</div>
</header>
<section class="row main-content">
<div class="container-fluid" style="color:#FFF">
<br/><br/>
<h1 class="">
FAQ
</h1>
<br/><br/>
<h4 class="get-sponsors">Q. I had purchased a conference / workshop ticket but now my plan has changed. Will you refund my money?</h4>
<p>We had mentioned at the time of buying the ticket, that it is non-refundable. However, we will try and help you find buyers for your ticket. Once you sell your ticket, do inform us the purchaser's name so that we can print the attendee badge in his/her name.</p>
<br/><br/>
<h4 class="get-sponsors">Q. Will we be able to tweet about all the Ruby awesomeness at the conference?</h4>
<p>Of course you can! Just tag all your tweets #DeccanRubyConf</p>
<br/><br/>
<h4 class="get-sponsors">Q. How many tracks will the talks be organized into?</h4>
<p>We love going to conferences that don't make you choose between two great presentations. So we created DeccanRubyConf as a single-track event that you don't want to miss and where everyone gets the opportunity to see the same talks. We think you'll enjoy the speakers we're lining up so much, you won't want to miss anyone of them.</p>
<br/><br/>
<h3 class="get-sponsors">Contact Information</h3>
<p>Gautam Rege +919881395656</p>
<p>Aditya Godbole +919822193975</p>
<p>Vipul A M +918149204995</p>
</div>
</section>
<script src="assets/javascripts/jquery.min.js"></script>
<script src="assets/javascripts/bootstrap.min.js"></script>
<script src="assets/javascripts/index_setup.js"></script>
</body>
</html>