-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (57 loc) · 2.67 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="Franco Vanney" />
<meta name="title" propiety="og:stie" content="Breaking Bad Custom Cards">
<meta name="description" propiety="og:description" content="🧪Breaking Bad Random🧪">
<meta name="og:image" propiety="og:image" content="https://breakingapi.netlify.app/images/logo.png">
<title>BreakingBad Random Cards</title>
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="./css/normalize.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/estilos.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
</head>
<body>
<!--VIDEO -->
<!-- <video onloadedmetadata="this.muted=true" autoplay loop><source src="/images/timelapses.mp4"></video> -->
<main class="flex"></main>
<template id="template-card">
<!-- <img class="logo" src="/images/logo.png" alt="">
--> <article class="card animate__animated animate__bounceIn">
<img src="./images/bg.jpg" alt="imagen header card" class="card-header">
<div class="card-body">
<img src="./images/image-victor.jpg" alt="imagen de vitoko" class="card-body-img">
<h1 class="card-body-title">
Victor charst
<span>26</span>
</h1>
<p class="card-body-text">London</p>
</div>
<div class="card-footer">
<div class="card-footer-social">
<h3>Occupation</h3>
<p>-</p>
</div>
<div class="card-footer-social">
<h3>Birthday</h3>
<p>-</p>
</div>
<div class="card-footer-social">
<h3>Status</h3>
<p>-</p>
</div>
</div>
</article>
<div class="button-container">
<button class="btn">Random</button>
</div>
</template>
<script src="/js/app.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.21.1/axios.min.js" integrity="sha512-bZS47S7sPOxkjU/4Bt0zrhEtWx0y0CRkhEp8IckzK+ltifIIE9EMIMTuT/mEzoIMewUINruDBIR/jJnbguonqQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</body>
</html>