-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmasodik-kave.html
134 lines (119 loc) · 4.47 KB
/
masodik-kave.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!doctype html>
<html lang="hu">
<head>
<meta charset="utf-8">
<title>A második kávé</title>
<meta name="description" content="A második kávé - Pörög a munka, megy az óra, a kávé hatása az egekben, ahogy a stressz is. A kreativitást fokozza, ha ...">
<meta name="author" content="Bakos Bence">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
</head>
<body style="background-color: rgba(114, 8, 184, 0.3);">
<main>
<div id="wallpaper" style="top:36px;height:1500px">
</div>
<header id="header-title">
</header>
<section id="block-1230">
<div class="content-img" style="background-image:url(img/aftern.jpg)">
<h1>A második kávé</h1>
</div>
<p>
Ez az a pont, amikor nem szabad feszegetni a konfortzónát. Ebéd után a nap vége felé
a lehető legismerősebb, kedvenc dalok kellenek, mert minden más kizökkent.
</p>
<p>
Ez itt az az időszak a napodban, mikor már keresed az értelmét, miért is vagy bent,
de még csinálod a dolgod. Na, előbbit kell gyorsan elfojtani utóbbi javára, pont ezért kell
az ismerős zene, vagy bármi, ami ad egy perc, minden környező behatástól független boldogságot, felszabadultságot.
</p>
<p>
Lehet esetleg kísérletezni felszabadító laza de ritmusos dalokkal:
</p>
<aside>
<figure>
<a href="https://open.spotify.com/track/37VL3ff8fU4EI9zq7sOcbd?si=ApQ7tfSnTbeAhiCRKLM-Eg">
<div class="album-cover" style="background-image:url('img/talk.jpg')"></div>
</a>
<figcaption>
Takling to the most high
</figcaption>
</figure>
<figure>
<a href="https://open.spotify.com/track/1w29UTa5uUvIri2tWtZ12Y?si=lMPLrHswS-W5RTyAuZjiow">
<div class="album-cover" style="background-image:url('img/hiho.jpg')"></div>
</a>
<figcaption>
Hip Hop Hooray
</figcaption>
</figure>
<figure>
<a href="https://open.spotify.com/track/0uL88Lp7C6i2WGHub1zrJ9?si=Di_XZxOjR-6IUW7Owv97vQ">
<div class="album-cover" style="background-image:url('img/later.jpg')"></div>
</a>
<figcaption>
Later Bitches
</figcaption>
</figure>
<figure>
<a href="https://open.spotify.com/track/2hnsQGMggHjX3JOLWeEXgv?si=zu_39m0nQq69k4uPRs8gPg">
<div class="album-cover" style="background-image:url('img/walki.jpg')"></div>
</a>
<figcaption>
Walk Into The Sun
</figcaption>
</figure>
<figure>
<a href="https://open.spotify.com/track/4JaOd0NUBTckYFZMguuY7M?si=5S_aWN0JQq253PRZ91v5zw">
<div class="album-cover" style="background-image:url('img/manu.jpg')"></div>
</a>
<figcaption>
Soul Makossa
</figcaption>
</figure>
<figure>
<a href="https://open.spotify.com/track/4G2z2rP4E6EBq1imeXe9Vw?si=kOGgzz_USN2OiEzWYeSBmg">
<div class="album-cover" style="background-image:url('img/anim.jpg')"></div>
</a>
<figcaption>
Ezittaz
</figcaption>
</figure>
<br class="clear">
</aside>
</section>
</main>
<header id="timeLine">
<div class="tl-vertical-line"></div>
<a class="tl-text" href="elso-kave.html" style="top:20vh" data-color="255, 111, 0">
<div class="tl-time little">6:00</div>
<div class="tl-title little">Első kávé</div>
</a>
<a class="tl-text" href="tomeges-kozlekedes.html" style="top:30vh" data-color="0, 255, 8">
<div class="tl-time little">7:30</div>
<div class="tl-title little">Tömeg[es]közlekedés</div>
</a>
<a class="tl-text" href="mindennek-is.html" style="top:40vh" data-color="43, 0, 255">
<div class="tl-time little">10:00</div>
<div class="tl-title little">Mindennek is</div>
</a>
<a class="tl-text" href="masodik-kave.html" style="top:50vh" data-color="255, 8, 0">
<div class="tl-time little">12:30</div>
<div class="tl-title little">A második kávé</div>
</a>
<a class="tl-text" href="hazafele.html" style="top:60vh" data-color="143, 33, 139">
<div class="tl-time little">15:00</div>
<div class="tl-title little">Hazafelé</div>
</a>
<a class="tl-text" href="workout.html" style="top:70vh" data-color="164, 171, 164">
<div class="tl-time little">18:00</div>
<div class="tl-title little">WORKOUT!</div>
</a>
<a class="tl-text" href="nem-iszunk-meg-valamit.html" style="top:80vh" data-color="0,0,0">
<div class="tl-time little">20:00</div>
<div class="tl-title little">"Nem iszunk meg valamit?"</div>
</a>
</header>
</body>
</html>