forked from firebreather/DevOpsDays-India-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproposals.html~
38 lines (37 loc) · 1.33 KB
/
proposals.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Submit a Proposal</title>
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
<!--[if lte IE 7]>
<link rel="stylesheet" href="css/ie.css" type="text/css" charset="utf-8" />
<![endif]-->
</head>
<body>
<div id="header">
<a href="index.html" id="logo"><img src="images/logo.jpg" alt="LOGO" /></a>
<div id="navigation">
<ul>
<li class="first selected"><a href="index.html">Home</a></li>
<li><a href="index.html">Program</a></li>
<li><a href="proposals.html">Proposals</a></li>
<li><a href="index.html">Registrations</a></li>
<li><a href="index.html">Sponsorships</a></li>
</ul>
</div>
</div> <!-- /#header -->
<div id="contents">
<div class="background">
<iframe src="https://docs.google.com/spreadsheet/embeddedform?formkey=dHd4ZDZGNTFSNXg4eUJ0RnBpeG9JelE6MQ" width="760" height="970" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
</div> <!-- /#contents -->
<div id="footer">
<ul class="contacts">
<h3>Contact Us</h3>
<li><span>Email</span><p>: feedback@devops.in</p></li>
</ul>
<span class="footnote">© Copyright © 2012. All rights reserved</span>
</div> <!-- /#footer -->
</body>
</html>