Skip to content

Commit 8ed48ca

Browse files
Refactor
1 parent 53eddef commit 8ed48ca

File tree

12 files changed

+6
-1659
lines changed

12 files changed

+6
-1659
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules/
1+
node_modules/
2+
Cv.code-workspace

assets/css/style.css

Lines changed: 0 additions & 23 deletions
This file was deleted.

assets/css/style.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

index.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
<!doctype html>
22
<html lang="es">
33
<head>
4-
<!-- Required meta tags -->
54
<meta charset="utf-8">
65
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
8-
<!-- Bootstrap CSS -->
9-
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
6+
<link rel="stylesheet" href="css/bootstrap.min.css" />
107

118
<title>Grecia Castedo cv</title>
12-
<link rel="stylesheet" href="assets/css/style.css">
139
</head>
1410
<body>
1511
<h1>Hello, world!</h1>
1612

17-
<!-- Bootstrap Bundle with Popper -->
18-
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
19-
13+
<script src="js/jquery-3.5.1.slim.min.js"></script>
14+
<script src="js/popper.min.js"></script>
15+
<script src="js/bootstrap.min.js"></script>
2016
</body>
2117
</html>

0 commit comments

Comments
 (0)