-
Notifications
You must be signed in to change notification settings - Fork 8
/
botanico.php
43 lines (35 loc) · 1013 Bytes
/
botanico.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
<!DOCTYPE html>
<html lang="en">
<?php include 'modules/head.htm'; ?>
<body>
<!-- Header -->
<header id="home">
<!-- Background Image -->
<div class="bg-img" style="background-image: url('http://flashgordon.sim.ucm.es/cont/A/A/A/A/A/A/A/A/A/I/LJ-UofRD1O2U_KIXHy2G6w==-15.jpg?p1=ALToq1dPsAbyFgw0Esgf_g==');">
<div class="overlay"></div>
</div>
<!-- /Background Image -->
<?php include 'modules/nav-fix.htm'; ?>
<!-- home wrapper -->
<div class="home-wrapper">
<div class="container">
<div class="row">
<!-- home content -->
<div class="col-md-10 col-md-offset-1">
<div class="home-content">
<h1 class="white-text">Exposición de mariposas</h1>
<p class="white-text">-
</p>
<!--<button class="white-btn">Get Started!</button>
<button class="main-btn">Learn more</button>-->
</div>
</div>
<!-- /home content -->
</div>
</div>
</div>
<!-- /home wrapper -->
</header>
<!-- /Header -->
</body>
</html>