-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent.html
More file actions
43 lines (43 loc) · 1.51 KB
/
content.html
File metadata and controls
43 lines (43 loc) · 1.51 KB
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
<div class="box" id="links">
<h2 style="margin-bottom: 15px; margin-top: 2px; color: rgb(117, 177, 255)">
Links
</h2>
<a class="navlink" href="/" id="home-link">📁 Home</a>
<br />
<a class="navlink" href="/About/about.html" id="about-link">📁 About me</a>
<br />
</div>
<div class="box" style="margin-top: 10px; margin-bottom: 10px">
<b>Latest Release:</b>
<br />
<br />
<a href="https://open.spotify.com/track/6owxwBYb2JUq8kW9m0IckI?si=6e7480710f9d46fb" id="songlink" target="_blank">
<div id="musicbox">
<img src="./images/findingadventure.jpg" alt="finding adventure album art" width="50" height="50"
id="albumcover" />
<span id="songname">Adventure <br />
Awaits</span>
<span id="artist" style="display: block">
<small>mtch.</small>
</span>
</div>
</a>
<span style="color: gray; display: inline-block">Released 29th May</span>
<span style="color: gray; display: inline-block">
<small>The Jazz Hop Cafe</small>
</span>
</div>
<div class="box centerbox" style="margin-top: 10px">
<img src="./images/duolingo.png" class="duoicon" alt="duolingo streak fire icon" />
<p style="display: inline" class="gradient-text">Duolingo Streak:</p>
<br />
<div class="boxcounter"> </div>
<p style="display: inline">
days <img src="./images/fr.png" alt="french flag" style="
height: 14px;
width: 15px;
object-position: 0px 2px;
overflow: visible;
" />
</p>
</div>