-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathi.html
67 lines (62 loc) · 2.59 KB
/
i.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sitrucción</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.15.4/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet"
type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<link href="node_modules/fullpage.js/dist/fullpage.min.css" rel="stylesheet" />
<!-- Importar bootstrap -->
<script src="node_modules/bootstrap/dist/js/bootstrap.bundle.js"></script>
<script src="./js/scripts.js"></script>
<script src="node_modules/fullpage.js/dist/fullpage.min.js"></script>
<!-- BS5 icons -->
<link href="node_modules\bootstrap-icons\font\bootstrap-icons.css" rel="stylesheet" />
</head>
<body>
<header class="container-fluid bg-secondary text-white position-fixed">
<div class="row">
<div class="col-12 text-center">
<h2 class="p-0"><span class="fw-bold">Cristian</span> Pacheco Arjona</h2>
<p class="fw-bold">
Web <span class="fw-bold">developer</span>
</p>
</div>
</div>
</header>
<div id="main">
<div class="section active">1</div>
<div class="section">
<div class="container-fluid">
<div class="row">
<div class="col-md-4"> <img src="./assets/img/20945365.jpg" class="imagenLado"></div>
<div class="col-md-8"></div>
</div>
</div>
</div>
<div class="section">3</div>
<div class="section">4</div>
<div class="section">
<div class="slide">
<h1 class="text-center">Créditos</h1>
</div>
<div class="slide"><a class="text-dark" href="http://www.freepik.com">Designed
by vectorjuice / Freepik</a></div>
</div>
</div>
</body>
</html>
<!-- Imagenes de la pagina
<a class="text-dark enlace" href="http://www.freepik.com">Designed by vectorjuice / Freepik</a>
-->