-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (67 loc) · 3.35 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IGatitos</title>
<link rel="icon" href="./V.2/IGatitos/ICO/shield-cat-solid.svg" type="image/svg+xml">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/151280d658.js" crossorigin="anonymous"></script>
<link rel="icon" href="./IGatitos/ICO/shield-cat-solid.svg" type="image/svg+xml">
<script src="https://kit.fontawesome.com/151280d658.js" crossorigin="anonymous"></script>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<link rel="stylesheet" href="./V.2/IGatitos/style.css">
<style>
/* Estilos para centrar el contenido */
.versiones {
font-family: 'MiFuente', sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
flex-direction: column;
}
.btn {
margin-top: 20px;
}
</style>
</head>
<body>
<!-- Navigation -->
<div class="container-fluid">
<span require-file="/IGatititos/pagina deconstruida/navbar.html"></span>
</div>
<div class="versiones">
<a href="./V.1/index.html" class="btn btn-primary btn-lg">VersiOn 1</a>
<a href="./V.2/index.html" class="btn btn-primary btn-lg">VersiOn2</a>
<div class="boton-ko-fi m-5">
<script type='text/javascript' src='https://storage.ko-fi.com/cdn/widget/Widget_2.js'></script><script type='text/javascript'>kofiwidget2.init('Support me CoolPenwin & IGatitos ', '#29abe0', 'X8X8100T4X');kofiwidget2.draw();</script>
</div>
</div>
<!-- Page Content -->
<div class="container-fluid">
<!-- First Featurette -->
<span require-file="./templates/first_heading.html"></span>
<span require-file="./templates/services.html"></span>
<span require-file="./templates/portfolio.html"></span>
<span require-file="./templates/contact.html"></span>
<span require-file="./templates/footer.html"></span>
</div>
<div class="fixed-bottom p-4 footer-center">
Made with 🍑 by
<a href="https://github.com/CoolPenwin">CoolPenwin</a> on
<a href="https://www.4geeksacademy.com">4Geeks Academy</a>
</div>
</body>
<script>NekoType="neon"</script>
<h1 id=nl><script src="https://webneko.net/n20171213.js">
</script>
<!-- <a href="https://webneko.net">Neko</a> -->
</h1>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</html>