forked from axitkhurana/enterpriseforum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparticipation.html
66 lines (64 loc) · 2.74 KB
/
participation.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
<!DOCTYPE html>
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Pitch Fest</title>
<link rel="stylesheet" type="text/css" href="./Pitch Fest_files/bootstrap.css">
<link rel="shortcut icon" href="">
</head>
<body>
<div class="container">
<div id="header" class="row-fluid">
<div id="logo" class="span4">
<a href="./index.html">
<img src="./Pitch Fest_files/Pitch-Fest-1.png" alt="Pitch Fest">
</a>
</div>
<div id="menu" class="span8">
<div class="row-fluid">
<ul class="unstyled">
<li class="span2 menuitem"><a href="index.html" >Home</a></li>
<li class="span2 menuitem"><a href="judges.html" class="active">Judges</a></li>
<li class="span2 menuitem"><a href="register.html" >Register</a></li>
<li class="span2 menuitem"><a href="participation.html">Participation Protocol</a></li>
<li class="span2 menuitem"><a href="contact.html">Contact us</a></li>
</ul>
</div>
</div>
</div>
<div id="content" class="row-fluid">
<div class="row-fluid heading1">
<p> Paticipation Protocol </p>
</div>
<div class="row-fluid text9">
<ol>
<li class="text10">Submit your presentation regarding your venture (max.10 slides)</li>
<li class="text10">Selected ones will get interviewed by our judges through SKYPE</li>
<li class="text10">Successful candidates will get a chance to have a one-to-one mentorship</li>
</ol>
</div>
<div class ="row-fluid">
<div class="row-fluid heading5">
<p> Resources</p>
</div>
<div class="row-fluid">
<p class="span3 text11">Sample Pitch :</p>
<iframe width="420" height="315" src="http://www.youtube.com/embed/Kf6MsltI7lQ" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<div id="footer" class="row-fluid">
<div class="container">
<div class="row-fluid" id="social">
<a href="https://www.facebook.com/abcd">
<img src="./Pitch Fest_files/facebook.png" alt="facebook">
</a>
<a href="https://twitter.com/abcd">
<img src="./Pitch Fest_files/twitter.png" alt="twitter">
</a>
</div>
</div>
</div>
</body>
<style type="text/css"></style>
</html>