Falta responsive y boton para subir
This commit is contained in:
@ -8,7 +8,8 @@
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="./assets/styles/main.min.css" />
|
||||
<link rel="icon" type="image/png" href="./assets/images/favicon.png" />
|
||||
<link rel="stylesheet" type="text/css" href="./assets/styles/main.min.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="backgrounds">
|
||||
@ -124,7 +125,9 @@
|
||||
</section>
|
||||
|
||||
<section id="construido" class="ui simple segment">
|
||||
CONSTRUIDOS EN IMPRESIÓN 3D
|
||||
<div class="header">
|
||||
CONSTRUIDOS EN IMPRESIÓN 3D
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<div class="column2 column fondo-blanco">
|
||||
@ -274,7 +277,15 @@
|
||||
</section>
|
||||
|
||||
<section id="felices" class="ui simple segment">
|
||||
CLIENTES FELICES
|
||||
<div class="header">
|
||||
CLIENTES FELICES
|
||||
</div>
|
||||
<div class="testimonios">
|
||||
<div class="testimonio"></div>
|
||||
<div class="testimonio"></div>
|
||||
<div class="testimonio"></div>
|
||||
</div>
|
||||
<div class="nav"></div>
|
||||
</section>
|
||||
|
||||
<section id="formulario" class="ui simple segment">
|
||||
@ -340,6 +351,17 @@
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<div id="subir" class="ui fixed bottom segment">
|
||||
<div class="ui container">
|
||||
<a href="#backgrounds">
|
||||
<i class="icons">
|
||||
<i class="large circle outline icon"></i>
|
||||
<i class="arrow up icon"></i>
|
||||
</i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js" integrity="sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg==" crossorigin="anonymous"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.7/semantic.min.js" integrity="sha512-1Nyd5H4Aad+OyvVfUOkO/jWPCrEvYIsQENdnVXt1+Jjc4NoJw28nyRdrpOCyFH4uvR3JmH/5WmfX1MJk2ZlhgQ==" crossorigin="anonymous"></script>
|
||||
|
Reference in New Issue
Block a user