Skip to content
This repository was archived by the owner on Jul 5, 2026. It is now read-only.

Commit 51460b7

Browse files
author
Marina von Steinkirch, PhD
authored
feat: add new post, and a bunch of clean up and optimizations
1 parent fd45ae4 commit 51460b7

24 files changed

Lines changed: 444 additions & 164 deletions

β€Žchapters/24_winter.htmlβ€Ž

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,7 @@
66
<title>bt3gl's lololo - 2024; winter</title>
77
<link rel="icon" type="image/x-icon" href="/imgs/favicon.ico" />
88

9-
<!-- Preload critical resources -->
10-
<link rel="preload" href="../css/styles.css" as="style" />
11-
<link rel="preload" href="../scripts/enhanced-lazy-load.js" as="script" />
12-
13-
<!-- DNS prefetch for external resources -->
14-
<link rel="dns-prefetch" href="//www.youtube.com" />
15-
<link rel="dns-prefetch" href="//en.wikipedia.org" />
16-
<link rel="dns-prefetch" href="//www.nytimes.com" />
17-
18-
<link rel="stylesheet" href="../css/styles.css" />
9+
<link rel="stylesheet" href="../css/style_v1.css" />
1910
<script src="../scripts/include.js"></script>
2011
<script src="../scripts/enhanced-lazy-load.js"></script>
2112
</head>
@@ -208,7 +199,7 @@ <h3 class="post-text">
208199
<br />
209200

210201
<div class="center-stuff">
211-
<img src="../imgs/qc_qtf1.webp" class="image-35" />
202+
<img src="../imgs/qc_qtf1.webp" class="image-40" />
212203
</div>
213204

214205
<br />
@@ -313,6 +304,13 @@ <h3 class="post-text">
313304
>
314305
(or specifically on
315306
<a href="https://arxiv.org/abs/0902.3275" target="_blank">fibonacci anyons here</a>).
307+
<br />
308+
ah, and this paper on the study of
309+
<a href="https://www.astro.sunysb.edu/steinkirch/reviews/potts_model_paper.pdf" target="_blank"
310+
>the potts model, tutte, chromatic polynomials, and the connections with computation complexity and quantum
311+
computing</a
312+
>
313+
is also a good read.
316314
</h3>
317315

318316
<h2 class="meanwhile-title">
@@ -335,7 +333,7 @@ <h6 class="post-text">
335333
</h6>
336334

337335
<div class="center-stuff">
338-
<img src="../imgs/iterm.webp" class="image-45 image-rounded" />
336+
<img src="../imgs/iterm.webp" class="image-40 image-rounded" />
339337
</div>
340338

341339
<!-- .......................................................... END ................................................................... -->
@@ -511,7 +509,7 @@ <h5 class="post-text" style="text-align: center">
511509
<br />
512510
</h5>
513511
<div class="center-stuff">
514-
<img src="../imgs/heka.webp" class="image-35 image-rounded" />
512+
<img src="../imgs/heka.webp" class="image-40 image-rounded" />
515513
</div>
516514
<!-- ............................................................................................................................................... -->
517515
<!-- ....................................... POST ................................................................................-->
@@ -800,7 +798,7 @@ <h4 class="post-text">
800798
<br />
801799
</h4>
802800
<div class="center-stuff">
803-
<img src="../imgs/d.webp" class="image-35 image-rounded" />
801+
<img src="../imgs/d.webp" class="image-30 image-rounded" />
804802
</div>
805803
<h3 class="meanwhile-title">meanwhile... my top 5 lynch artwork</h3>
806804
<h5 class="post-text" style="text-align: left; margin-left: 0">

β€Žchapters/25_spring.htmlβ€Ž

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,7 @@
66
<title>bt3gl's lololo - 2025; spring</title>
77
<link rel="icon" type="image/x-icon" href="/imgs/favicon.ico" />
88

9-
<!-- Preload critical resources -->
10-
<link rel="preload" href="../css/styles.css" as="style" />
11-
<link rel="preload" href="../scripts/enhanced-lazy-load.js" as="script" />
12-
13-
<!-- DNS prefetch for external resources -->
14-
<link rel="dns-prefetch" href="//www.youtube.com" />
15-
<link rel="dns-prefetch" href="//en.wikipedia.org" />
16-
<link rel="dns-prefetch" href="//www.nytimes.com" />
17-
18-
<link rel="stylesheet" href="../css/styles.css" />
9+
<link rel="stylesheet" href="../css/style_v1.css" />
1910
<script src="../scripts/include.js"></script>
2011
<script src="../scripts/enhanced-lazy-load.js"></script>
2112
</head>
Lines changed: 10 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
:root {
2+
--perspective-transform: perspective(1000px) rotateX(-5deg);
3+
--perspective-transform-y: perspective(1000px) rotateX(-5deg) translateY(20px);
4+
}
5+
16
* {
27
margin: 0;
38
padding: 0;
49
box-sizing: border-box;
5-
border-radius: 8px;
610
}
711

812
body {
@@ -123,18 +127,6 @@ body > *:first-child {
123127
font-weight: bold;
124128
}
125129

126-
@keyframes gradient {
127-
0% {
128-
background-position: 0% 50%;
129-
}
130-
50% {
131-
background-position: 100% 50%;
132-
}
133-
100% {
134-
background-position: 0% 50%;
135-
}
136-
}
137-
138130
.gradient-text-usa {
139131
background: linear-gradient(45deg,
140132
#B22234, /* American Red */
@@ -278,7 +270,7 @@ body > *:first-child {
278270
margin: 0;
279271
}
280272

281-
.image-10, .image-15, .image-20, .image-25, .image-30, .image-35, .image-40, .image-45, .image-50, .image-55 {
273+
.image-15, .image-20, .image-25, .image-30, .image-40, .image-50 {
282274
height: auto !important;
283275
width: 100% !important;
284276
max-width: 400px !important;
@@ -312,7 +304,7 @@ body > *:first-child {
312304
position: relative;
313305
color: #333333;
314306
letter-spacing: 2px;
315-
transform: perspective(1000px) rotateX(-5deg) translateY(20px);
307+
transform: var(--perspective-transform-y);
316308
z-index: 1;
317309
text-decoration: none;
318310
border-radius: 12px;
@@ -393,7 +385,7 @@ body > *:first-child {
393385
animation: titleGlow 3s ease-in-out infinite;
394386
text-shadow: 0 0 10px rgba(7, 224, 72, 0.2);
395387
letter-spacing: 1px;
396-
transform: perspective(1000px) rotateX(-5deg);
388+
transform: var(--perspective-transform);
397389
position: relative;
398390
z-index: 1;
399391
border-radius: 20px;
@@ -477,7 +469,7 @@ body > *:first-child {
477469
animation: titleGlow 3s ease-in-out infinite;
478470
text-shadow: 0 0 10px rgba(7, 224, 72, 0.2);
479471
letter-spacing: 1px;
480-
transform: perspective(1000px) rotateX(-5deg);
472+
transform: var(--perspective-transform);
481473
z-index: 1;
482474
max-width: 80%;
483475
margin-left: auto;
@@ -599,15 +591,6 @@ a:hover {
599591
text-align: left;
600592
}
601593

602-
.right-stuff {
603-
display: flex;
604-
justify-content: right !important;
605-
align-items: right !important;
606-
text-align: right !important;
607-
margin-left: auto;
608-
margin-right: 0;
609-
}
610-
611594
img {
612595
padding: 0.5;
613596
margin: 3rem 0;
@@ -680,16 +663,12 @@ img:hover {
680663
z-index: 1;
681664
}
682665

683-
.image-10 { height: 10vh; width: auto; }
684666
.image-15 { height: 15vh; width: auto; }
685667
.image-20 { height: 20vh; width: auto; }
686668
.image-25 { height: 25vh; width: auto; }
687669
.image-30 { height: 30vh; width: auto; }
688-
.image-35 { height: 35vh; width: auto; }
689670
.image-40 { height: 40vh; width: auto; }
690-
.image-45 { height: 45vh; width: auto; }
691671
.image-50 { height: 50vh; width: auto; }
692-
.image-55 { height: 55vh; width: auto; }
693672

694673
.image-rounded {
695674
border-radius: 50px;
@@ -824,7 +803,7 @@ code::after {
824803
animation: titleGlow 3s ease-in-out infinite;
825804
text-shadow: 0 0 10px rgba(7, 224, 72, 0.2);
826805
letter-spacing: 1px;
827-
transform: perspective(1000px) rotateX(-5deg);
806+
transform: var(--perspective-transform);
828807
z-index: 1;
829808
border-radius: 12px;
830809
}

β€Žimgs/ezekiel.jpgβ€Ž

427 KB
Loading

β€Žimgs/humildade.jpgβ€Ž

1.62 MB
Loading

β€Žimgs/ns_book_0.pngβ€Ž

-114 KB
Binary file not shown.

β€Žimgs/rumi.jpgβ€Ž

157 KB
Loading

β€Žimgs/space_cate.jpgβ€Ž

333 KB
Loading

0 commit comments

Comments
Β (0)