|
9 | 9 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
10 | 10 | <link href="https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet"> |
11 | 11 | <link rel="stylesheet" href="/assets/gallery.css"> |
| 12 | +<style> |
| 13 | + /* Simple group separation without relying on <br> */ |
| 14 | + .fav-group { margin-top: 2.5rem; } |
| 15 | + .fav-group:first-of-type { margin-top: 0; } |
| 16 | + .group-title { |
| 17 | + margin: 0 0 0.75rem; |
| 18 | + font-family: "Albert Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif; |
| 19 | + font-weight: 700; |
| 20 | + font-size: 1rem; |
| 21 | + letter-spacing: 0.02em; |
| 22 | + color: #222; |
| 23 | + } |
| 24 | + /* If .gallery-container already defines layout, we reuse it per group. */ |
| 25 | + /* If you prefer a single container, you can keep one and just style .fav-group with display: contents. */ |
| 26 | +</style> |
12 | 27 | </head> |
13 | 28 | <body> |
14 | 29 | <a href="/" style=" |
|
27 | 42 | ← |
28 | 43 | </a> |
29 | 44 |
|
30 | | -<div class="gallery-container"> |
31 | | - |
32 | | - <div class="gallery"> |
33 | | - <a target="_blank" href="https://www.imdb.com/title/tt3032476"> |
34 | | - <img src="assets/fav_tnails/better.webp" alt="Better Call Saul"> |
35 | | - </a> |
36 | | - <div class="desc"> |
37 | | - Better Call Saul |
38 | | - <span class="tag tv">TV</span> |
| 45 | +<section class="fav-group"> |
| 46 | + <h2 class="group-title">TV</h2> |
| 47 | + <div class="gallery-container"> |
| 48 | + <div class="gallery"> |
| 49 | + <a target="_blank" href="https://www.imdb.com/title/tt3032476"> |
| 50 | + <img src="assets/fav_tnails/better.webp" alt="Better Call Saul"> |
| 51 | + </a> |
| 52 | + <div class="desc"> |
| 53 | + Better Call Saul |
| 54 | + <span class="tag tv">TV</span> |
| 55 | + </div> |
39 | 56 | </div> |
40 | | - </div> |
41 | 57 |
|
42 | | - <div class="gallery"> |
43 | | - <a target="_blank" href="https://www.imdb.com/title/tt0141842"> |
44 | | - <img src="assets/fav_tnails/sopranos.webp" alt="The Sopranos"> |
45 | | - </a> |
46 | | - <div class="desc"> |
47 | | - The Sopranos |
48 | | - <span class="tag tv">TV</span> |
| 58 | + <div class="gallery"> |
| 59 | + <a target="_blank" href="https://www.imdb.com/title/tt0141842"> |
| 60 | + <img src="assets/fav_tnails/sopranos.webp" alt="The Sopranos"> |
| 61 | + </a> |
| 62 | + <div class="desc"> |
| 63 | + The Sopranos |
| 64 | + <span class="tag tv">TV</span> |
| 65 | + </div> |
49 | 66 | </div> |
50 | | - </div> |
51 | 67 |
|
52 | | - <div class="gallery"> |
53 | | - <a target="_blank" href="https://www.imdb.com/title/tt0944947"> |
54 | | - <img src="assets/fav_tnails/got.webp" alt="Game of Thrones"> |
55 | | - </a> |
56 | | - <div class="desc"> |
57 | | - Game of Thrones |
58 | | - <span class="tag tv">TV</span> |
| 68 | + <div class="gallery"> |
| 69 | + <a target="_blank" href="https://www.imdb.com/title/tt0944947"> |
| 70 | + <img src="assets/fav_tnails/got.webp" alt="Game of Thrones"> |
| 71 | + </a> |
| 72 | + <div class="desc"> |
| 73 | + Game of Thrones |
| 74 | + <span class="tag tv">TV</span> |
| 75 | + </div> |
59 | 76 | </div> |
60 | | - </div> |
61 | 77 |
|
62 | | - <div class="gallery"> |
63 | | - <a target="_blank" href="https://www.imdb.com/title/tt2442560"> |
64 | | - <img src="assets/fav_tnails/peaky.webp" alt="Peaky Blinders"> |
65 | | - </a> |
66 | | - <div class="desc"> |
67 | | - Peaky Blinders |
68 | | - <span class="tag tv">TV</span> |
| 78 | + <div class="gallery"> |
| 79 | + <a target="_blank" href="https://www.imdb.com/title/tt2442560"> |
| 80 | + <img src="assets/fav_tnails/peaky.webp" alt="Peaky Blinders"> |
| 81 | + </a> |
| 82 | + <div class="desc"> |
| 83 | + Peaky Blinders |
| 84 | + <span class="tag tv">TV</span> |
| 85 | + </div> |
69 | 86 | </div> |
70 | 87 | </div> |
71 | | - |
72 | | - <br> |
73 | | - |
74 | | - <div class="gallery"> |
75 | | - <a target="_blank" href="https://www.imdb.com/title/tt2278388"> |
76 | | - <img src="assets/fav_tnails/grand.webp" alt="The Grand Budapest Hotel"> |
77 | | - </a> |
78 | | - <div class="desc"> |
79 | | - The Grand Budapest Hotel |
80 | | - <span class="tag movie">Movie</span> |
| 88 | +</section> |
| 89 | + |
| 90 | +<section class="fav-group"> |
| 91 | + <h2 class="group-title">Movies</h2> |
| 92 | + <div class="gallery-container"> |
| 93 | + <div class="gallery"> |
| 94 | + <a target="_blank" href="https://www.imdb.com/title/tt2278388"> |
| 95 | + <img src="assets/fav_tnails/grand.webp" alt="The Grand Budapest Hotel"> |
| 96 | + </a> |
| 97 | + <div class="desc"> |
| 98 | + The Grand Budapest Hotel |
| 99 | + <span class="tag movie">Movie</span> |
| 100 | + </div> |
81 | 101 | </div> |
82 | | - </div> |
83 | 102 |
|
84 | | - <div class="gallery"> |
85 | | - <a target="_blank" href="https://www.imdb.com/title/tt1130884"> |
86 | | - <img src="assets/fav_tnails/shutter.webp" alt="Shutter Island"> |
87 | | - </a> |
88 | | - <div class="desc"> |
89 | | - Shutter Island |
90 | | - <span class="tag movie">Movie</span> |
| 103 | + <div class="gallery"> |
| 104 | + <a target="_blank" href="https://www.imdb.com/title/tt1130884"> |
| 105 | + <img src="assets/fav_tnails/shutter.webp" alt="Shutter Island"> |
| 106 | + </a> |
| 107 | + <div class="desc"> |
| 108 | + Shutter Island |
| 109 | + <span class="tag movie">Movie</span> |
| 110 | + </div> |
91 | 111 | </div> |
92 | | - </div> |
93 | 112 |
|
94 | | - <div class="gallery"> |
95 | | - <a target="_blank" href="https://www.imdb.com/title/tt0816692"> |
96 | | - <img src="assets/fav_tnails/interstellar.webp" alt="Interstellar"> |
97 | | - </a> |
98 | | - <div class="desc"> |
99 | | - Interstellar |
100 | | - <span class="tag movie">Movie</span> |
| 113 | + <div class="gallery"> |
| 114 | + <a target="_blank" href="https://www.imdb.com/title/tt0816692"> |
| 115 | + <img src="assets/fav_tnails/interstellar.webp" alt="Interstellar"> |
| 116 | + </a> |
| 117 | + <div class="desc"> |
| 118 | + Interstellar |
| 119 | + <span class="tag movie">Movie</span> |
| 120 | + </div> |
101 | 121 | </div> |
102 | | - </div> |
103 | 122 |
|
104 | | - <div class="gallery"> |
105 | | - <a target="_blank" href="https://www.imdb.com/title/tt0110912"> |
106 | | - <img src="assets/fav_tnails/pulp.webp" alt="Pulp Fiction"> |
107 | | - </a> |
108 | | - <div class="desc"> |
109 | | - Pulp Fiction |
110 | | - <span class="tag movie">Movie</span> |
| 123 | + <div class="gallery"> |
| 124 | + <a target="_blank" href="https://www.imdb.com/title/tt0110912"> |
| 125 | + <img src="assets/fav_tnails/pulp.webp" alt="Pulp Fiction"> |
| 126 | + </a> |
| 127 | + <div class="desc"> |
| 128 | + Pulp Fiction |
| 129 | + <span class="tag movie">Movie</span> |
| 130 | + </div> |
111 | 131 | </div> |
112 | 132 | </div> |
113 | | - |
114 | | - <br> |
115 | | - |
116 | | - <div class="gallery"> |
117 | | - <a target="_blank" href="https://www.goodreads.com/book/show/19776547-essentialism"> |
118 | | - <img src="assets/fav_tnails/essentialism.webp" alt="Essentialism"> |
119 | | - </a> |
120 | | - <div class="desc"> |
121 | | - Essentialism |
122 | | - <span class="tag book">Book</span> |
| 133 | +</section> |
| 134 | + |
| 135 | +<section class="fav-group"> |
| 136 | + <h2 class="group-title">Books</h2> |
| 137 | + <div class="gallery-container"> |
| 138 | + <div class="gallery"> |
| 139 | + <a target="_blank" href="https://www.goodreads.com/book/show/19776547-essentialism"> |
| 140 | + <img src="assets/fav_tnails/essentialism.webp" alt="Essentialism"> |
| 141 | + </a> |
| 142 | + <div class="desc"> |
| 143 | + Essentialism |
| 144 | + <span class="tag book">Book</span> |
| 145 | + </div> |
123 | 146 | </div> |
124 | | - </div> |
125 | 147 |
|
126 | | - <div class="gallery"> |
127 | | - <a target="_blank" href="https://www.goodreads.com/book/show/19776547-essentialism"> |
128 | | - <img src="assets/fav_tnails/essentialism.webp" alt="Essentialism"> |
129 | | - </a> |
130 | | - <div class="desc"> |
131 | | - Essentialism |
132 | | - <span class="tag book">Book</span> |
| 148 | + <div class="gallery"> |
| 149 | + <a target="_blank" href="https://www.goodreads.com/book/show/19776547-essentialism"> |
| 150 | + <img src="assets/fav_tnails/essentialism.webp" alt="Essentialism"> |
| 151 | + </a> |
| 152 | + <div class="desc"> |
| 153 | + Essentialism |
| 154 | + <span class="tag book">Book</span> |
| 155 | + </div> |
133 | 156 | </div> |
134 | | - </div> |
135 | 157 |
|
136 | | - <div class="gallery"> |
137 | | - <a target="_blank" href="https://www.goodreads.com/book/show/28257707-the-subtle-art-of-not-giving-a-f-ck"> |
138 | | - <img src="assets/fav_tnails/subtle.webp" alt="The Subtle Art of ..."> |
139 | | - </a> |
140 | | - <div class="desc"> |
141 | | - The Subtle Art of ... |
142 | | - <span class="tag book">Book</span> |
| 158 | + <div class="gallery"> |
| 159 | + <a target="_blank" href="https://www.goodreads.com/book/show/28257707-the-subtle-art-of-not-giving-a-f-ck"> |
| 160 | + <img src="assets/fav_tnails/subtle.webp" alt="The Subtle Art of ..."> |
| 161 | + </a> |
| 162 | + <div class="desc"> |
| 163 | + The Subtle Art of ... |
| 164 | + <span class="tag book">Book</span> |
| 165 | + </div> |
143 | 166 | </div> |
144 | | - </div> |
145 | 167 |
|
146 | | - <div class="gallery"> |
147 | | - <a target="_blank" href="https://www.goodreads.com/book/show/19776547-essentialism"> |
148 | | - <img src="assets/fav_tnails/essentialism.webp" alt="Essentialism"> |
149 | | - </a> |
150 | | - <div class="desc"> |
151 | | - Essentialism |
152 | | - <span class="tag book">Book</span> |
| 168 | + <div class="gallery"> |
| 169 | + <a target="_blank" href="https://www.goodreads.com/book/show/19776547-essentialism"> |
| 170 | + <img src="assets/fav_tnails/essentialism.webp" alt="Essentialism"> |
| 171 | + </a> |
| 172 | + <div class="desc"> |
| 173 | + Essentialism |
| 174 | + <span class="tag book">Book</span> |
| 175 | + </div> |
153 | 176 | </div> |
154 | 177 | </div> |
155 | | - |
156 | | - <br> |
157 | | - |
158 | | - <div class="gallery"> |
159 | | - <a target="_blank" href="https://store.steampowered.com/app/1151640/Horizon_Zero_Dawn_Complete_Edition/"> |
160 | | - <img src="assets/fav_tnails/horizon.webp" alt="Horizon Zero Dawn"> |
161 | | - </a> |
162 | | - <div class="desc"> |
163 | | - Horizon Zero Dawn |
164 | | - <span class="tag game">Game</span> |
| 178 | +</section> |
| 179 | + |
| 180 | +<section class="fav-group"> |
| 181 | + <h2 class="group-title">Games</h2> |
| 182 | + <div class="gallery-container"> |
| 183 | + <div class="gallery"> |
| 184 | + <a target="_blank" href="https://store.steampowered.com/app/1151640/Horizon_Zero_Dawn_Complete_Edition/"> |
| 185 | + <img src="assets/fav_tnails/horizon.webp" alt="Horizon Zero Dawn"> |
| 186 | + </a> |
| 187 | + <div class="desc"> |
| 188 | + Horizon Zero Dawn |
| 189 | + <span class="tag game">Game</span> |
| 190 | + </div> |
165 | 191 | </div> |
166 | 192 | </div> |
167 | | - |
168 | | -</div> |
| 193 | +</section> |
169 | 194 |
|
170 | 195 | </body> |
171 | 196 | </html> |
0 commit comments