-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgif-creation.html
47 lines (47 loc) · 2.09 KB
/
gif-creation.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
<!DOCTYPE html>
<html lang="en">
<head>
<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="./style.css">
<link href="https://fonts.googleapis.com/css?family=Chakra+Petch&display=swap" rel="stylesheet">
<title>gifOS</title>
</head>
<body class="light">
<header class="bar">
<p>¡Bienvenidos/as a Guifos.com! ------Donde los gifs están.////// Número de visitas: 12.785.803</p>
</header>
<section class="nav">
<div class="nav-container">
<a href="index.html"><img class="arrow" src="assets/arrow.svg" alt="left arrow" /></a>
<img src="assets/logo-light.png" alt="logo" class="logo"/>
<img src="assets/logo-dark.png" alt="logo" class="logo-dark"/>
</div>
</section>
<section class="main-window">
<div class="little-bar"><p>Crear Gifos</p></div>
<div class="background">
<div class="info-title">
<img class="img-info" src="assets/window img.png" alt="icon"/>
<b class="info"><p>Aquí podrás crear tus propios guifos</p></b>
</div>
<div class="text">
Crear tu <b>guifo</b> es muy fácil, graba cualquier imagen con tu cámara y obtén giufos, <br />
personalizados. Los pasos para crear tu guifo son: <br>
<br />
<b>1)</b> Dar permisos de acceso a la cámara (sólo por el tiempo de uso) <br>
<b>2)</b> Capturar tu momento guifo <br>
<b>3)</b> Revisar el momento <br>
<b>4)</b> Listo para subir y compartir! <br>
<br />
¿Quieres comenzar a crear tu <b>guifo</b> ahora?</p>
</div>
<div class="two-buttons">
<a href="index.html"><button class="button-cancelar">Cancelar</button></a>
<a href="gif-upload.html"><button class="button-comenzar">Comenzar</button></a>
</div>
</div>
</section>
</body>
</html>