-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregistration.html
72 lines (71 loc) · 3.34 KB
/
registration.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<title>OpenERP Open Days Registration</title>
<link rel='stylesheet' href='css/style.css'>
<link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src='js/main.js'></script>
</head>
<body class='oe_styling_v8'>
<!--
<nav class='oe_menu_bar'>
<div class='oe_menu_items'>
<span class='oe_item'>Messaging</span>
<span class='oe_item'>Sales</span>
<span class='oe_item'>Point of Sale</span>
<span class='oe_item'>Project</span>
<span class='oe_item'>Accounting</span>
<span class='oe_item'>Purchases</span>
<span class='oe_item'>Warehouse</span>
<span class='oe_item'>Manufacturing</span>
<span class='oe_item'>Human Resources</span>
<span class='oe_item'>Lunch</span>
<span class='oe_item'>Fleet</span>
<span class='oe_item oe_more'>
More
<span class='oe_dropdown'>▼</span>
</span>
</div>
</nav>
-->
<header class="oe_events_header">
<h1>OpenERP</h1>
<h2>Open Days</h2>
<nav class="oe_events_menu">
<span class="oe_item"><a href="index.html">Home</a></span>
<span class="oe_item"><a href="agenda.html">Agenda</a></span>
<span class="oe_item selected">Registration</span>
<span class="oe_item"><a href="practical.html">Practical info</a></span>
<span class="oe_item"><a href="training.html">Training</a></span>
</nav>
</header>
<article class='oe_page oe_events'>
<section class='oe_container'>
<div class='oe_row'>
<div class='oe_span12'>
<h3>Registration</h3>
</div>
</div>
<div style="width:100%; text-align:left;">
<iframe src="https://www.eventbrite.com/preview?eid=6059057805" frameborder="0" height="1000" width="100%" vspace="0" hspace="0" marginheight="5" marginwidth="5" scrolling="auto" allowtransparency="true"></iframe>
</div>
</section>
<section class='oe_container oe_separator'>
</section>
</article>
<footer class="oe_events_footer">
<nav class="oe_events_footer_nav">
<ul>
<li class="oe_item pic"><a href="#">Photos</a></li>
<li class="oe_item utube"><a href="#"><span class="oe_icon"><img src="img/icon_utube.png"></span>Youtube</a></li>
<li class="oe_item twitter"><a href="#"><span class="oe_icon"><img src="img/icon_twitter.png"></span>Twitter</a></li>
<li class="oe_item fb"><a href="#"><span class="oe_icon"><img src="img/icon_fb.png"></span>Facebook</a></li>
<li class="oe_item goo"><a href="#"><span class="oe_icon"><img src="img/icon_google.png"></span>Google+</a></li>
</ul>
</nav>
</footer>
</body>
</html>