Skip to content

Commit 314c00a

Browse files
committed
error 404
1 parent 501cc26 commit 314c00a

File tree

8 files changed

+49
-2
lines changed

8 files changed

+49
-2
lines changed

404.html

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!DOCTYPE html>
2+
<html lang="es">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="keywords" content="mecanizado, metalmecanica, metalurgica, piezas, planos, torneado, fresado, cnc, acero">
7+
<meta name="description" content="En Metal Stretch nos especializamos en realizar todas las tareas relacionadas con el mecanizado, ya sea de presicion o de industria pesada. Contamos con certificacion de calidad internacion ISO-9001/2000, certificaciones nacionales IRAM, y el grupo de profecionales mas especializado y experimentado del mercado metalurgico.">
8+
<link href="https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Libre+Barcode+128+Text&display=swap" rel="stylesheet">
9+
<link href="https://kit-free.fontawesome.com/releases/latest/css/free-v4-shims.min.css" media="all" rel="stylesheet">
10+
<link href="https://kit-free.fontawesome.com/releases/latest/css/free-v4-font-face.min.css" media="all" rel="stylesheet">
11+
<link href="https://kit-free.fontawesome.com/releases/latest/css/free.min.css" media="all" rel="stylesheet">
12+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
13+
<link rel="stylesheet" href="./css/bootstrap.css">
14+
<link rel="stylesheet" href="./css/styles.css">
15+
<title>Error 404</title>
16+
</head>
17+
<body>
18+
<div class="error404">
19+
<h1>Error 404 File not Found</h1>
20+
<a href="./index.html" class="btn.warning"> volver al inicio </a>
21+
</div>
22+
</body>
23+
</html>

css/styles.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

img/404.png

86.5 KB
Loading

img/back5.jfif

-364 KB
Binary file not shown.

img/back6.jfif

-603 KB
Binary file not shown.

img/back7.jfif

-345 KB
Binary file not shown.

img/back8.jfif

-149 KB
Binary file not shown.

scss/_body.scss

+24
Original file line numberDiff line numberDiff line change
@@ -252,4 +252,28 @@
252252
}
253253
}
254254
}
255+
}
256+
.error404{
257+
background-image: url(../img/404.png);
258+
background-position: center;
259+
background-repeat: no-repeat;
260+
height: 100vh;
261+
width: auto;
262+
h1{
263+
color: $principal;
264+
opacity: .3;
265+
font-size: 40px;
266+
font-family: 'Black Ops One' ;
267+
text-align: center;
268+
background-color: rgba(104, 102, 102, 0.6);
269+
}
270+
a{
271+
color: $principal;
272+
opacity: .3;
273+
font-size: 40px;
274+
font-family: 'Black Ops One' ;
275+
text-align: center;
276+
background-color: rgba(104, 102, 102, 0.6);
277+
transform: translate(50% -50%);
278+
}
255279
}

0 commit comments

Comments
 (0)