Skip to content

Commit 5e96a34

Browse files
committed
Cleanup of big update
1 parent d6a1298 commit 5e96a34

5 files changed

Lines changed: 51 additions & 43 deletions

File tree

public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<meta name="theme-color" content="#000000" />
1111
<link rel="preconnect" href="https://fonts.googleapis.com">
1212
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
13+
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/dreampulse/computer-modern-web-font@master/fonts.css">
1314
<link href="https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,500;1,100&family=Inconsolata:wght@200;300;400;500&display=swap" rel="stylesheet">
1415
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
1516
<title>smcf</title>

src/components/Home.tsx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ import {PageWrapper} from "./PageWrapper";
55
export const Home = () => <PageWrapper className={'home'}>
66
<div>
77
<p>Welcome to smcf.io, homepage of Sofia Chandler-Freed.</p>
8-
<p>I'm a nontraditional student, software engineer, classical singer, and former bike messenger near
9-
Boston.
8+
<p>I'm a nontraditional student, software engineer, art model, and former courier near Boston.
109
</p>
11-
<label>Interestest include:</label>
10+
<label>Interests include:</label>
1211
<ul>
13-
<li>philosophy, linguistics, cs, and humor</li>
14-
<li>international relations</li>
15-
<li>reading/writing</li>
16-
<li>many other things</li>
12+
<li>philosophy, linguistics, cs, reading/writing</li>
13+
<li>classical music, dancing, Jewish stuff, riding bikes</li>
14+
<li>friends & family</li>
15+
<li>plenty of other things</li>
1716
</ul>
1817
</div>
1918
<p>Need the concrete corrosion simulator? <a href="http://corrosion.smcf.io">Look no further</a>.</p>

src/content/notes/FractalFeast.tsx

Lines changed: 36 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,18 @@ export function FractalFeast() {
77
date={'12-24-20'}
88
>
99
<p>A few years ago, for no particular occasion, I prepared a fractal feast. My guests had a range of "normal",
10-
vegan, ketogenic, and kosher diets. If you accommodate all these dietary restrictions, it is probably impossible
11-
to accommodate nut allergies. But if you can deal with some carbs, swap out anything almond flour with a more
12-
traditional recipe; you won't be able to claim Mandelbrot, unfortunately.
10+
vegan, ketogenic, and kosher diets. If you accommodate all these dietary restrictions, it is probably
11+
impossible
12+
to accommodate nut allergies. But if you can deal with some carbs, swap out anything almond flour with a
13+
more
14+
traditional recipe; you won't be able to claim Mandelbrot, unfortunately.
1315
</p>
14-
<dl>
15-
<dt>The menu:</dt>
16-
<dd>Romanesco broccoli</dd>
17-
<dd>Sierpinski-Mandelbrot pizza</dd>
18-
<dd>Menger sponge cake</dd>
19-
</dl>
16+
<label>The menu:</label>
17+
<ul>
18+
<li>Romanesco broccoli</li>
19+
<li>Sierpinski-Mandelbrot pizza</li>
20+
<li>Menger sponge cake</li>
21+
</ul>
2022
<p>The pictures from the evening came out lousy, so I won't share them here. If you want illustrations, I dunno,
2123
send me an email or something.</p>
2224
<p><b>Romanesco broccoli</b> is easy to make. Use your favorite broccoli/cauliflower recipe, I didn't come up
@@ -26,15 +28,16 @@ export function FractalFeast() {
2628
<p><b>Sierpinski-Mandelbrot pizza</b> is a hexagonal pizza with an almond flour crust, with little triangles on
2729
top. I used Daiya "cheese" shreds for this, but if you're not vegan you're sure to have better results with
2830
so-called "real cheese".</p>
29-
<dl>
30-
<dt>Ingredients I used for the crust:</dt>
31-
<dd>3/4 cup almond flour</dd>
32-
<dd>1 1/2 cups "cheese" shreds</dd>
33-
<dd>1 "egg"</dd>
34-
<dd>1 tbs seasoning</dd>
35-
<dd>1/2 tsp salt</dd>
36-
</dl>
37-
and the recipe!
31+
<label>Ingredients I used for the crust:</label>
32+
<ul>
33+
<li>3/4 cup almond flour</li>
34+
<li>1 1/2 cups "cheese" shreds</li>
35+
<li>1 "egg"</li>
36+
<li>1 tbs seasoning</li>
37+
<li>1/2 tsp salt</li>
38+
</ul>
39+
<br/>
40+
<label>and the recipe:</label>
3841
<ol>
3942
<li>Melt cheese</li>
4043
<li>Mix in all other ingredients</li>
@@ -45,22 +48,23 @@ export function FractalFeast() {
4548
<li>Wham, bam, done!!</li>
4649
</ol>
4750

48-
<p>Finally, the <b>Menger sponge cake</b>. This is your warning: this <strong>fell apart</strong> when I made
51+
<p>Finally, the <b>Menger sponge cake</b>. This is your warning: this fell apart when I made
4952
it.
5053
I suggest you instead use your preferred sponge cake recipe and hope for the best. For the masochists
51-
among us, read on.</p>
52-
<dl>
53-
<dt>You'll need:</dt>
54-
<dd>3/4 cup unsweetened apple sauce</dd>
55-
<dd>1/4 cup neutral vegetable oil</dd>
56-
<dd>3/4 cup white sugar</dd>
57-
<dd>1 tbs apple cider vinegar</dd>
58-
<dd>1 1/2 cups flour</dd>
59-
<dd>1/2 tsp baking soda</dd>
60-
<dd>1 tsp baking powder</dd>
61-
<dd>a pinch of salt</dd>
62-
<dd>vanilla extract</dd>
63-
</dl>
54+
among us, read on.
55+
</p>
56+
<label>You'll need:</label>
57+
<ul>
58+
<li>3/4 cup unsweetened apple sauce</li>
59+
<li>1/4 cup neutral vegetable oil</li>
60+
<li>3/4 cup white sugar</li>
61+
<li>1 tbs apple cider vinegar</li>
62+
<li>1 1/2 cups flour</li>
63+
<li>1/2 tsp baking soda</li>
64+
<li>1 tsp baking powder</li>
65+
<li>a pinch of salt</li>
66+
<li>vanilla extract</li>
67+
</ul>
6468

6569
The recipe:
6670
<ol>

src/styles/App.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ nav a, h1 a {
88
text-decoration: inherit;
99
}
1010

11+
ol {
12+
margin-block-start: 0;
13+
}
14+
1115
p {
1216
font-size: 1rem;
1317
}
@@ -16,16 +20,16 @@ table {
1620
margin: 25px 0 0 0;
1721
width: 100%;
1822
}
23+
1924
ul {
2025
list-style: none;
2126
}
2227

23-
li {
24-
padding-left: 1em;
28+
ul > li {
2529
text-indent: -1em;
2630
}
2731

28-
li:before {
32+
ul > li:before {
2933
content: "-";
3034
padding-right: 5px;
3135
}

src/styles/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body {
2-
font: 1rem "Bitter" ;
2+
font: 1rem "Computer Modern Serif" ;
33
font-weight: lighter;
44
}
55

0 commit comments

Comments
 (0)