-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTechnovation.php
47 lines (37 loc) · 2.75 KB
/
Technovation.php
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
<?php include 'header.php'; ?>
<!-- ============================================================= MAIN ============================================================= -->
<main>
<section id="hero" class="img-responsive img-bg-bottom" height= 100% style="background-image : url(assets/images/art/sociotech2.jpg);">
<div class="container inner">
<div class="row">
<div class="col-sm-10">
<header>
<h1 style="color:black">Summer Technovation</h1>
<h3 style="color:black">Registration Deadline : April 19, 2015</h3>
<h4 style="color:black">Summer Technovation Details are <u><i><a href="assets/DETAILS OF SUMMER TECHNOVATION.pdf">here</a></i></u></h3>
</header>
</div><!-- /.col -->
</div><!-- ./row -->
</div><!-- /.container -->
</section>
<!-- ============================================================= SECTION – WHO WE ARE ============================================================= -->
<section id="who-we-are" style="padding:0px">
<div class="container inner-md">
<div class="row inner-top-xs">
<div class="col-sm-offset-1 col-sm-11 inner-right-xs inner-bottom-xs">
<center><h2>Register your team here</h2></center>
<!-- Change the width and height values to suit you best -->
<div class="typeform-widget" data-url="https://stab.typeform.com/to/Tm5uIz" data-text="Summer Technovation 2015" style="width:100%;height:500px;"></div>
<script>(function(){var qs,js,q,s,d=document,gi=d.getElementById,ce=d.createElement,gt=d.getElementsByTagName,id='typef_orm',b='https://s3-eu-west-1.amazonaws.com/share.typeform.com/';if(!gi.call(d,id)){js=ce.call(d,'script');js.id=id;js.src=b+'widget.js';q=gt.call(d,'script')[0];q.parentNode.insertBefore(js,q)}})()</script>
<div style="font-family: Sans-Serif;font-size: 12px;color: #999;opacity: 0.5; padding-top: 5px;">Powered by <a href="http://www.typeform.com/?utm_campaign=typeform_Tm5uIz&utm_source=website&utm_medium=typeform&utm_content=typeform-embedded&utm_term=English" style="color: #999" target="_blank">Typeform</a></div>
<br/>
<h4>Mail your abstracts here : [email protected]</h4>
<h4>For further queries contact : <i><a href="https://www.facebook.com/umang147?fref=ts">Umang Chhaparia</a></i></h4>
<h4>Contact : 9967346106</h4>
<br/>
</div><!-- /.row -->
</div><!-- /.container -->
</section>
<!-- ============================================================= SECTION – WHO WE ARE : END ============================================================= -->
<!-- ============================================================= MAIN : END ============================================================= -->
<?php include 'footer.php'; ?>