Skip to content

Commit 73dec2a

Browse files
add spotify preview
1 parent 4dcf52c commit 73dec2a

1 file changed

Lines changed: 30 additions & 1 deletion

File tree

index.html

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,25 @@
99
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
1010
<script src="https://cdn.jsdelivr.net/npm/typeit/dist/typeit.min.js"></script>
1111
<script type="text/javascript" src="https://platform.linkedin.com/badges/js/profile.js" async defer></script>
12-
12+
<style>
13+
#cabecera{
14+
width: 100%;
15+
height: 500px;
16+
}
17+
#video {
18+
position: absolute;
19+
left: 0;
20+
top: 0;
21+
width: 100%;
22+
height: auto;
23+
z-index: -10;
24+
visibility: visible;
25+
}
26+
27+
</style>
1328

1429
</head>
30+
1531
<body>
1632

1733
<nav class="navbar fixed-top navbar-expand-lg navbar-dark page-navbar gradient">
@@ -56,6 +72,9 @@
5672
</nav>
5773
<main class="page cv-page">
5874
<section class="cv-block block-intro border-bottom">
75+
76+
77+
5978
<div class="container">
6079
<div class="avatar">
6180
<img class="img-fluid rounded-circle" src="assets/img/avatar.png">
@@ -69,6 +88,16 @@ <h2>I work as DevOps Junior on <a href="https://www.loycus.com" class="nav-link"
6988
</span></h2>
7089

7190
<a href="mailto:chui274@gmail.com"class="btn btn-outline-primary">Hire Me</a>
91+
92+
<br>
93+
<br>
94+
95+
<div id="inner">
96+
97+
<iframe src="https://open.spotify.com/embed/playlist/2JtkUgJumiz7K4AblbFlgK" width="250" height="330" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
98+
</div>
99+
100+
72101
</div>
73102

74103
</section>

0 commit comments

Comments
 (0)