Skip to content

Commit

Permalink
resized images, general cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gvarnavi committed May 27, 2024
1 parent a5434a2 commit 5932228
Show file tree
Hide file tree
Showing 38 changed files with 30 additions and 52,681 deletions.
52,666 changes: 1 addition & 52,665 deletions src/data/hilbert-black-simplified-minified.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions src/design-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ style: css/custom.css
```js
// IMAGES

const img_src_kerning = FileAttachment("./imgs/text_kerning_example.png").href;
const img_src_zoomin = FileAttachment("./imgs/crop_M.jpg").href;
const img_src_kerning = FileAttachment(
"./imgs/text_kerning_example-resized.png",
).href;
const img_src_zoomin = FileAttachment("./imgs/crop_M-resized.png").href;
const img_style =
"object-fit:cover; border-radius: 0.75rem; border: solid 1px var(--theme-foreground-faintest);";
import { return_resized_img } from "./components/img_utils.js";
Expand Down
2 changes: 1 addition & 1 deletion src/gathering-names.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ style: css/custom.css
```js
// IMAGES

const img_src = FileAttachment("./imgs/about-OCR4.png").href;
const img_src = FileAttachment("./imgs/about-OCR4-resized.png").href;
const img_style =
"object-fit:cover; object-position: left; border-radius: 0.75rem; border: solid 1px var(--theme-foreground-faintest);";
import { return_resized_img } from "./components/img_utils.js";
Expand Down
Binary file added src/imgs/MIT-nano-exterior_0-resized.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/imgs/MIT-nano-exterior_0.jpg
Binary file not shown.
Binary file added src/imgs/about-OCR4-resized.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/imgs/about-OCR4.png
Binary file not shown.
Binary file added src/imgs/crop_M-resized.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/imgs/crop_M.jpg
Binary file not shown.
Binary file added src/imgs/hilbert-schematics-resized.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/imgs/hilbert-schematics.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/imgs/lithograph_1916_program_image.png
Binary file not shown.
Binary file added src/imgs/onemit2018-search_background-resized.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/imgs/onemit2018-search_background.jpg
Binary file not shown.
Binary file added src/imgs/onemit2018_thumbnail-resized.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/imgs/onemit2018_thumbnail.png
Binary file not shown.
Binary file added src/imgs/onemit2020_fab_IMG_1372-resized.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/imgs/onemit2020_fab_IMG_1372.JPG
Binary file not shown.
Binary file added src/imgs/onemit2020_thumbnail-resized.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/imgs/onemit2020_thumbnail.png
Binary file not shown.
Binary file added src/imgs/onemit2024_thumbnail-resized.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/imgs/onemit2024_thumbnail.png
Binary file not shown.
Binary file added src/imgs/perspective-map-resized.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/imgs/perspective-map.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/imgs/photolithography-in-cleanroom.png
Binary file not shown.
Binary file added src/imgs/raster-tiles-pyramid-resized.png
Binary file removed src/imgs/raster-tiles-pyramid.png
Diff not rendered.
Diff not rendered.
Binary file added src/imgs/text_kerning_example-resized.png
Binary file removed src/imgs/text_kerning_example.png
Diff not rendered.
2 changes: 1 addition & 1 deletion src/inception.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ style: css/custom.css
```js
// IMAGES

const img_src = FileAttachment("./imgs/MIT-nano-exterior_0.jpg").href;
const img_src = FileAttachment("./imgs/MIT-nano-exterior_0-resized.png").href;
const img_style =
"object-fit:cover; border-radius: 0.75rem; border: solid 1px var(--theme-foreground-faintest);";
import { return_resized_img } from "./components/img_utils.js";
Expand Down
12 changes: 9 additions & 3 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ style: css/index.css

```js
// IMAGES
const img_src_2018 = FileAttachment("./imgs/onemit2018_thumbnail.png").href;
const img_src_2020 = FileAttachment("./imgs/onemit2020_thumbnail.png").href;
const img_src_2024 = FileAttachment("./imgs/onemit2024_thumbnail.png").href;
const img_src_2018 = FileAttachment(
"./imgs/onemit2018_thumbnail-resized.png",
).href;
const img_src_2020 = FileAttachment(
"./imgs/onemit2020_thumbnail-resized.png",
).href;
const img_src_2024 = FileAttachment(
"./imgs/onemit2024_thumbnail-resized.png",
).href;

import { return_resized_img_link } from "./components/img_utils.js";
```
Expand Down
8 changes: 6 additions & 2 deletions src/name-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ style: css/custom.css
```js
// IMAGES

const img_src_raster = FileAttachment("./imgs/raster-tiles-pyramid.png").href;
const img_src_vector = FileAttachment("./imgs/perspective-map.png").href;
const img_src_raster = FileAttachment(
"./imgs/raster-tiles-pyramid-resized.png",
).href;
const img_src_vector = FileAttachment(
"./imgs/perspective-map-resized.png",
).href;
const img_style = "object-fit:contain;";
const img_style_2 =
"object-fit:cover; object-position: top right; border-radius: 0.75rem; border: solid 1px var(--theme-foreground-faintest);";
Expand Down
4 changes: 3 additions & 1 deletion src/onemit2018.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ sql:
```js
// SEARCH BACKGROUND IMAGE

const img_src = FileAttachment("./imgs/onemit2018-search_background.jpg").href;
const img_src = FileAttachment(
"./imgs/onemit2018-search_background-resized.png",
).href;
const img_style =
"object-fit:cover; border-radius: 0.75rem; border: solid 1px var(--theme-foreground-faintest);";
import { return_resized_img } from "./components/img_utils.js";
Expand Down
7 changes: 3 additions & 4 deletions src/special-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ style: css/custom.css
// IMAGES

const img_src_souvenir = FileAttachment(
"./imgs/lithograph_1916_program_image.png",
"./imgs/lithograph_1916_program_image-resized.png",
).href;
const img_src_hilbert = FileAttachment("./imgs/hilbert-schematics.png").href;
const img_src_thumbnail = FileAttachment(
"./imgs/onemit2024_thumbnail.png",
const img_src_hilbert = FileAttachment(
"./imgs/hilbert-schematics-resized.png",
).href;
const img_style = "object-fit:contain;";
import { return_resized_img } from "./components/img_utils.js";
Expand Down
4 changes: 2 additions & 2 deletions src/wafer-fabrication.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ style: css/custom.css
// IMAGES

const img_src_photolith = FileAttachment(
"./imgs/photolithography-in-cleanroom.png",
"./imgs/photolithography-in-cleanroom-resized.png",
).href;
const img_src_fab2020 = FileAttachment(
"./imgs/onemit2020_fab_IMG_1372.JPG",
"./imgs/onemit2020_fab_IMG_1372-resized.png",
).href;

const img_style =
Expand Down

0 comments on commit 5932228

Please sign in to comment.