-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnotes.html
More file actions
77 lines (74 loc) · 3.08 KB
/
Copy pathnotes.html
File metadata and controls
77 lines (74 loc) · 3.08 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
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
<!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>Notes and Musics - desdev</title>
<link rel="stylesheet" href="assets/css/style.css">
<link rel="icon" type="image/x-icon" href="images/favicon.svg">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="#">
<meta property="og:title" content="desdev - Notes and Musics">
<meta property="og:description" content="Notes - desdev">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="#">
<meta property="twitter:title" content="desdev - Notes and Musics">
<meta property="twitter:description" content="desdev - Some Notes, Musics">
</head>
<body>
<header class="header-dp">
<div class="branding">
<h1><a href="index.html" class="nolinktexts""> desdev</a> /</h1>
</div>
<div class="dropdown">
<button class="dropbtn">Notes and Musics <img src="images/icons/down.svg" alt=""></button>
<div class="dropdown-content">
<a href="work-projects.html">Projects and Works</a>
<a href="photos-designs.html">Photos and Designs</a>
<a href="contact-me.html">Contact Me</a>
</div>
</div>
</header>
<div class="container-op">
<h2>Notes and Musics</h2>
<p class="page-description">The page with my blog posts, notes and musics about the environment, as well as my stories.
</p>
<div class="cards">
<a href="notes-musics/mask.html" id="card-link">
<div class="card">
<img src="images/covers/mask-cover.png" class="card-img">
<div class="content">
<h1>Mask</h1>
<p>Psychological short story.</p>
</div>
</div>
</a>
<a href="notes-musics/soundcloud.html" id="card-link">
<div class="card">
<img src="images/covers/soundcloud.png" class="card-img">
<div class="content">
<h1>SoundCloud Acc</h1>
<p>A different taste for music.</p>
</div>
</div>
</a>
<a href="notes-musics/stairway.html" id="card-link">
<div class="card">
<img src="images/covers/stairway-cover.png" class="card-img">
<div class="content">
<h1>Stairway EP</h1>
<p>Every music is a step.</p>
</div>
</div>
</a>
</div>
</div>
<footer class="basic-footer" style="margin-top:48px;">
<hr class="hr-blk">
<p> © desdev 2022 <3 by desdev </p>
</footer>
</body>
</html>