-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·78 lines (66 loc) · 3.21 KB
/
index.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
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<title>Canadienses</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,700,900" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header class="header">
<div class="container h-100">
<div class="row h-100 justify-content-center justify-content-lg-between text-light p-4">
<div class="col-lg-4 d-flex justify-content-center">
<h1 class="nombre-sitio">
Arquitectura<span>Bosque</span>
</h1>
</div>
<div class="navbar-expand-lg navbar-light bg-transparent">
<button class="navbar-toggler bg-light" type="button" data-toggle="collapse" data-target="#navegacion">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navegacion">
<nav class="navegacion d-flex flex-column flex-lg-row text-center">
<a href=#"" class="nav-link">Inicio</a>
<a href=#"" class="nav-link">Nosotros</a>
<a href=#"" class="nav-link">Modelos</a>
<a href=#"" class="nav-link">Galeria</a>
<a href=#"" class="nav-link">Contacto</a>
</nav>
</div>
<div class="col-lg-12">
<div class="contenido text-center">
<p class="telefono text-lg-right text-center">
502-2335-1274
</p>
</div>
</div>
</div>
<div class="contenido-hero align-self-end text-center text-md-right w-100">
<h1>Tú casa en el Bosque</h1>
<p>Construimos tu casa a tu medida</p>
</div>
</div> <!--row-->
</div> <!--containter-->
</header>
<div class="container mt-5">
<div class="row justify-content-lg-end sobre-nosotros-bg">
<div class="col-md-8">
<div class="contenido bg-light p-5">
<h2>Sobre Nosotros</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Veniam tenetur id eaque impedit fuga laudantium? Obcaecati nihil rerum at et eius. Fuga a placeat nam, quos recusandae iste eius provident! Lorem ipsum dolor sit amet consectetur adipisicing elit. Suscipit ducimus ipsum perferendis cum odio amet, accusamus</p>
<p> laborum aliquam maiores adipisci nobis accusantium eius voluptatibus natus nostrum explicabo atque recusandae necessitatibus.</p>
</div>
</div>
</div>
</div>
<script src="js/jquery.slim.js"></script>
<script src="js/popper.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>