Skip to content

Commit a000662

Browse files
committed
interdimensional photography
1 parent 34bd4e4 commit a000662

File tree

6 files changed

+260
-5
lines changed

6 files changed

+260
-5
lines changed

public/content/1735439981267.mjs

Lines changed: 216 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>High Density Information Transfer Between Dimensions</title>
5+
<meta property="og:type" content="article">
6+
<meta property="og:site_name" content="Nathanael Ferrero">
7+
<meta property="og:url" content="https://nateferrero.com/journal/entry/1735439981267.html">
8+
<meta property="og:title" content="High Density Information Transfer Between Dimensions" />
9+
<meta property="og:description" content="Value is approximately density of information in a volume. We'd like to establish a high-speed interdimensional data link between dimensions 3 and 5, using dimension 4 as a conduit." />
10+
<meta property="og:image" content="https://nateferrero.com/resources/covers/interdimensional-telescope-2.png" />
11+
</head>
12+
<body onload="window.location.href='https://nateferrero.com/#/journal/entry/1735439981267'">
13+
Redirecting...
14+
</body>
15+
</html>

public/published.json

Lines changed: 22 additions & 0 deletions
Large diffs are not rendered by default.
1.65 MB
Loading
1.58 MB
Loading

public/theme.css

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ body.daylight {
237237
}
238238
.engine-sections > a:focus {
239239
text-shadow: 0 0 5px #000000, 0 0 5px #000000,
240-
0 0 5px #000000, 0 0 5px #000000;
240+
0 0 5px #000000, 0 0 5px #000000;
241241
}
242242
*::selection {
243243
background-color: #00000080;
@@ -259,10 +259,12 @@ body.daylight {
259259
line-height: 1.65;
260260
opacity: 1;
261261
overflow: hidden;
262-
padding: 0 1.5rem 5rem;
262+
padding: 1rem 2.5rem 6rem;
263263
text-align: left;
264264
transition: opacity 1.5s ease;
265265
width: 100%;
266+
margin: 0 auto;
267+
max-width: 960px;
266268
}
267269
.content:empty {
268270
opacity: 0;
@@ -305,7 +307,7 @@ body.daylight {
305307
font-weight: bold;
306308
padding: 0.35rem 0.5rem 0.25rem 0.5rem;
307309
position: absolute;
308-
right: 100%;
310+
right: 100%;
309311
top: 6px;
310312
margin-right: 6px;
311313
}
@@ -363,7 +365,7 @@ a.play-stars:hover {
363365
opacity: 1;
364366
}
365367
a.back-to-home {
366-
align-items: center;
368+
align-items: center;
367369
background-color: #002f4b80;
368370
box-sizing: border-box;
369371
color: #ffffff;
@@ -422,7 +424,7 @@ article h1 {
422424
}
423425
a:focus {
424426
text-shadow: 0 0 5px #000000, 0 0 5px #000000,
425-
0 0 5px #000000, 0 0 5px #000000;
427+
0 0 5px #000000, 0 0 5px #000000;
426428
}
427429
article .tags {
428430
margin-bottom: 0.25rem;

0 commit comments

Comments
 (0)