-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php
54 lines (53 loc) · 2.53 KB
/
index.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
48
49
50
51
52
53
54
<? include '_head.php'; ?>
<body>
<? include '_chromeframe.php'; ?>
<div class="wrapper">
<? include '_header.php'; ?>
<div class="content">
<div class="block">
<div class="centered">
<div class="logo-block">
<div class="thunder thunder-left">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="30.189px" height="42.666px" viewBox="0 0 30.189 42.666" enable-background="new 0 0 30.189 42.666" xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FEE465" d="M15.889,18.222C10.573,18.237,5.343,18.252,0,18.267
c7.886,8.183,15.698,16.292,23.511,24.399c0.023-0.014,0.048-0.029,0.073-0.042c-3.048-6.025-6.095-12.05-9.185-18.164
c5.308-0.015,10.525-0.03,15.745-0.044c0.017-0.039,0.03-0.077,0.045-0.115C21.869,16.104,13.551,7.909,5.521,0
C8.816,5.792,12.327,11.962,15.889,18.222z"/>
</svg>
</div>
<h1 class="logo"><? include '_logo.php'; ?></h1>
<div class="thunder thunder-right">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="30.189px" height="42.666px" viewBox="0 0 30.189 42.666" enable-background="new 0 0 30.189 42.666" xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FEE465" d="M14.301,18.222c5.315,0.015,10.546,0.03,15.889,0.045
C22.304,26.45,14.491,34.559,6.679,42.666c-0.023-0.014-0.048-0.029-0.073-0.042c3.048-6.025,6.095-12.05,9.185-18.164
c-5.308-0.015-10.525-0.03-15.745-0.044C0.028,24.376,0.015,24.338,0,24.3C8.32,16.104,16.639,7.909,24.669,0
C21.373,5.792,17.862,11.962,14.301,18.222z"/>
</svg>
</div>
</div>
<div class="info-block">
<h2 class=""><span><</span>ARENA<span>/></span></h2>
<h4 class=""><span>ARACAJU</span> - SERGIPE</h4>
<h3 class="">05<span>SET</span>15</h3>
</div>
<div class="buttons-block fadeIn">
<a href="http://www.eventick.com.br/rock-and-code-arena-front-in-a" class="button-inscrever" target="_blank">
<h4>INSCREVA-SE</h4>
<p>LOTE PROMOCIONAL</p>
</a>
</div>
</div>
</div>
</div>
<div class="bg-full">
<div class="effect-video"></div>
<video autoplay poster="assets/images/bg-poster-video.jpg" id="bg-video" loop>
<source src="assets/images/rock-and-code-1280x720.mp4" type="video/mp4">
</video>
</div>
<? include '_footer.php'; ?>
</div>
</body>
</html>