HTML Lang: !doctype HTML Head Meta Meta Link Title Title
HTML Lang: !doctype HTML Head Meta Meta Link Title Title
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>@ViewBag.Title - Safetech</title>
</head>
<body>
<header>
<nav class="navigation">
<a href="#inicio">Inicio</a>
<a href="#servicio">Servicio</a>
<a href="#Q&A">Q&A</a>
<a href="#contacts">Contacto</a>
</nav>
</header>
<div class="contenedor">
<h1>SafeTech Ltda.</h1><br>
</div>
@RenderBody()
<div class="content-all">
<div class="content-carrousel">
<figure><img src="@Url.Content("~/Content/im/img.jpg")"></figure>
<figure><img src="@Url.Content("~/Content/im/img2.jpg")"></figure>
<figure><img src="@Url.Content("~/Content/im/img3.jpg")"></figure>
<figure><img src="@Url.Content("~/Content/im/img.jpg")"></figure>
<figure><img src=""></figure>
<figure><img src=""></figure>
<figure><img src=""></figure>
<figure><img src=""></figure>
<figure><img src="@Url.Content("~/Content/im/img4.jpg")"></figure>
<figure><img src="@Url.Content("~/Content/im/20.jpg")"></figure>
</div>
</div>
<section class="pol">
<div>
<h2>Nuestros Profesionales</h2>
</div>
</section>
<section class="nuestro">
<div class="img">
<p>
Uber's Ethics & Compliance Program Charter outlines our commitment to integrity
ethical culture; we achieve this through our Integrity Helpline and suite
</p>
</div>
<div class="poro">
<p>
It’s our goal to create a workplace that is inclusive and reflects the diversity
of the cities we serve—where everyone can be their authentic self, and where that
from every background can thrive, we’ll make Uber a better company—for our employees
</p>
</div>
</section>
<div class="icon">
</div>
<footer>
<div class="contenedor-footer">
<div class="content-foo">
</div>
</div>
</footer>
</body>
</html>
estylo
*{
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
body {
background-image: url(fondo1.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
header {
background-color: #161515;
width: 100%;
position: fixed;
z-index: 999;
display: flex;
justify-content: space-between;
align-items: center;
.span {
.navigation a {
color: #ced1da;
font-size: 1.2em;
text-decoration: none;
padding-left: 30px;
font-weight: 400;
.navigation a:hover {
.boton-enlace {
display: inline-block;
background-color: #007bff;
color: white;
text-decoration: none;
border-radius: 5px;
position: relative;
left: 80px;
.boton-enlace:hover {
background-color: #0056b3;
.contenedor {
justify-content: center;
align-items: center;
text-align: center;
padding: 150px;
.contenedor h1 {
font-size: 60px;
margin: 0;
color: #007bff;
.contenedor p {
font-size: 19px;
margin: 1px 0 0;
}
.content-all {
width: 210px;
margin: auto;
perspective: 800px;
position: relative;
margin-top: 50px;
.content-carrousel {
width: 100%;
position: absolute;
transform-style: preserve-3d;
.content-carrousel:hover {
animation-play-state: paused;
cursor: pointer;
.content-carrousel figure {
width: 100%;
height: 120px;
overflow: hidden;
position: absolute;
.content-carrousel figure:hover {
.content-carrousel figure:nth-child(1) {
.content-carrousel figure:nth-child(2) {
.content-carrousel figure:nth-child(3) {
.content-carrousel figure:nth-child(4) {
.content-carrousel figure:nth-child(5) {
.content-carrousel figure:nth-child(6) {
.content-carrousel figure:nth-child(7) {
.content-carrousel figure:nth-child(8) {
.content-carrousel figure:nth-child(9) {
.content-carrousel figure:nth-child(10) {
.content-carrousel img {
width: 100%;
.content-carrousel img:hover {
transform: scale(1.2);
}
@keyframes rotar {
from {
transform: rotateY(270deg);
to {
transform: rotateY(370deg);
.pol {
height: 300px;
display: flex;
justify-content: center;
align-items: center;
font-size: 25px;
padding: 450px;
.nuestro {
width: 380px;
height: 390px;
position: relative;
left: 390px;
bottom: 320px;
footer {
background-color: #161515;
width: auto;
height: 100px;
color: white;
.nuestro img {
display: flex;
justify-content: center;
align-items: center;
width: 150px;
height: 200px;
position: relative;
left: 95px;
bottom: 50px;
.poro {
width: auto;
height: auto;
position: relative;
left: 800px;
bottom: 320px;
.poro img {
display: flex;
justify-content: center;
align-items: center;
width: 150px;
height: 200px;
position: relative;
left: 95px;
bottom: 37px;
.contenedor-footer {
position: relative;
top: 30px;
left: 10px;
.icon img {
width: 90px;
height: 90px;
position: relative;
left: 1600px;
top: 100px;