some upds
This commit is contained in:
parent
724543fa70
commit
f2a3846b87
|
@ -1,158 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" prefix="og: http://ogp.me/ns#">
|
||||
<head>
|
||||
<meta charset="utf8">
|
||||
<title>/comics of @dym</title>
|
||||
<meta property="og:title" content="/comics of @dym">
|
||||
<meta property="og:site_name" content="Dym Sohin">
|
||||
<meta name="description" content="instanceof @dym">
|
||||
<meta property="og:description" content="instanceof @dym">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:url" content="https://dym.sh">
|
||||
<meta property="og:image" content="https://dym.sh/th.png">
|
||||
<meta property="og:logo" content="https://dym.sh/icon.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
<meta name="theme-color" content="#222222">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
|
||||
<link sizes="128x128" href="https://dym.sh/favicon.ico" type="image/png" rel="icon">
|
||||
<link sizes="500x500" href="https://dym.sh/icon.png" type="image/png" rel="icon">
|
||||
<link sizes="500x500" href="https://dym.sh/icon.png" type="image/png" rel="apple-touch-icon">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" title="global feed" href="https://dym.sh/rss">
|
||||
<link rel="canonical" href="https://dym.sh">
|
||||
|
||||
<link rel="me" href="mailto:re@dym.sh">
|
||||
<link rel="me" href="@dym@dym.sh">
|
||||
<link rel="me" href="https://dym.sh/@dym">
|
||||
<link rel="me" href="https://lemmy.world/u/dym_sh">
|
||||
<link rel="me" href="https://github.com/dym-sh">
|
||||
<link rel="me" href="https://codepen.io/dym-sh">
|
||||
<link rel="me" href="https://indieweb.org/User:Dym.sh">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<nav class="c">
|
||||
<div class="buttons round">
|
||||
<a href="/graphics/"
|
||||
class="red"
|
||||
title="graphics"
|
||||
><span class="hidden">graphics</span>
|
||||
</a>
|
||||
<a href="/photos/"
|
||||
class="yellow"
|
||||
title="photos"
|
||||
><span class="hidden">photos</span>
|
||||
</a>
|
||||
<a href="/"
|
||||
class="green current"
|
||||
title="comics"
|
||||
><span class="hidden">comics</span>
|
||||
</a>
|
||||
<a href="/code/"
|
||||
class="blue"
|
||||
title="code"
|
||||
><span class="hidden">code</span>
|
||||
</a>
|
||||
<a href="/notes/"
|
||||
class="rose"
|
||||
title="notes"
|
||||
><span class="hidden">notes</span>
|
||||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<main>
|
||||
|
||||
<div class="gallery">
|
||||
|
||||
<a href="/one-framed-sketches/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/one-framed-sketches/emotional%20cabbage%202023-12-14%20c8.png" width="200" alt="">
|
||||
<figcaption>one-framed sketches</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/4-panel/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/4-panel/present ghost_20210909125741.png" width="200" alt="">
|
||||
<figcaption>4-panel</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/sketch-a-day/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/sketch-a-day/04-this-side-is-cat.png" width="200" alt="">
|
||||
<figcaption>Sketch-a-Day</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/hourly-comic-day/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/hourly-comic-day/01.png" width="200" alt="">
|
||||
<figcaption>Hourly Comic Day</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/sequence/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/sequence/01.png" width="200" alt="">
|
||||
<figcaption>Sequence</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/thinking/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/thinking/1.png" width="200" alt="">
|
||||
<figcaption>thinking</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/older-comics/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/older-comics/hal9000-siri.png" width="200" alt="">
|
||||
<figcaption>older comics</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
<footer class="c">
|
||||
|
||||
<div class="buttons round">
|
||||
<a href="/about/"
|
||||
class="bg-icon"
|
||||
title="about"
|
||||
><span class="hidden">about</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,125 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" prefix="og: http://ogp.me/ns#">
|
||||
<head>
|
||||
<meta charset="utf8">
|
||||
<title>/graphics of @dym</title>
|
||||
<meta property="og:title" content="/graphics of @dym">
|
||||
<meta property="og:site_name" content="Dym Sohin">
|
||||
<meta name="description" content="instanceof @dym">
|
||||
<meta property="og:description" content="instanceof @dym">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:url" content="https://dym.sh">
|
||||
<meta property="og:image" content="https://dym.sh/th.png">
|
||||
<meta property="og:logo" content="https://dym.sh/icon.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
<meta name="theme-color" content="#222222">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
|
||||
<link sizes="128x128" href="https://dym.sh/favicon.ico" type="image/png" rel="icon">
|
||||
<link sizes="500x500" href="https://dym.sh/icon.png" type="image/png" rel="icon">
|
||||
<link sizes="500x500" href="https://dym.sh/icon.png" type="image/png" rel="apple-touch-icon">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" title="global feed" href="https://dym.sh/rss">
|
||||
<link rel="canonical" href="https://dym.sh">
|
||||
|
||||
<link rel="me" href="mailto:re@dym.sh">
|
||||
<link rel="me" href="@dym@dym.sh">
|
||||
<link rel="me" href="https://dym.sh/@dym">
|
||||
<link rel="me" href="https://lemmy.world/u/dym_sh">
|
||||
<link rel="me" href="https://github.com/dym-sh">
|
||||
<link rel="me" href="https://codepen.io/dym-sh">
|
||||
<link rel="me" href="https://indieweb.org/User:Dym.sh">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<nav class="c">
|
||||
<div class="buttons round">
|
||||
<a href="/"
|
||||
class="red current"
|
||||
title="graphics"
|
||||
><span class="hidden">graphics</span>
|
||||
</a>
|
||||
<a href="/photos/"
|
||||
class="yellow"
|
||||
title="photos"
|
||||
><span class="hidden">photos</span>
|
||||
</a>
|
||||
<a href="/comics/"
|
||||
class="green"
|
||||
title="comics"
|
||||
><span class="hidden">comics</span>
|
||||
</a>
|
||||
<a href="/code/"
|
||||
class="blue"
|
||||
title="code"
|
||||
><span class="hidden">code</span>
|
||||
</a>
|
||||
<a href="/notes/"
|
||||
class="rose"
|
||||
title="notes"
|
||||
><span class="hidden">notes</span>
|
||||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<main>
|
||||
<div class="gallery">
|
||||
|
||||
<a href="https://figma.com/@dym_sh"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/figma/th.jpg" width="200" alt="">
|
||||
<figcaption>figma</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/identity/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/identity/eye-talk-dark.png" width="200" alt="">
|
||||
<figcaption>identity</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/posters/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/posters/ns5-icons-poster.png" width="200" alt="">
|
||||
<figcaption>posters</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/scra/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/scra/04-fallg.jpg" width="200" alt="">
|
||||
<figcaption>scra</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="c">
|
||||
<div class="buttons round">
|
||||
<a href="/about/"
|
||||
class="bg-icon"
|
||||
title="about"
|
||||
><span class="hidden">about</span>
|
||||
</a>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,161 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" prefix="og: http://ogp.me/ns#">
|
||||
<head>
|
||||
<meta charset="utf8">
|
||||
<title>/photos of @dym</title>
|
||||
<meta property="og:title" content="/photos of @dym">
|
||||
<meta property="og:site_name" content="Dym Sohin">
|
||||
<meta name="description" content="instanceof @dym">
|
||||
<meta property="og:description" content="instanceof @dym">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:url" content="https://dym.sh">
|
||||
<meta property="og:image" content="https://dym.sh/th.png">
|
||||
<meta property="og:logo" content="https://dym.sh/icon.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
<meta name="theme-color" content="#222222">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
|
||||
<link sizes="128x128" href="https://dym.sh/favicon.ico" type="image/png" rel="icon">
|
||||
<link sizes="500x500" href="https://dym.sh/icon.png" type="image/png" rel="icon">
|
||||
<link sizes="500x500" href="https://dym.sh/icon.png" type="image/png" rel="apple-touch-icon">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" title="global feed" href="https://dym.sh/rss">
|
||||
<link rel="canonical" href="https://dym.sh">
|
||||
|
||||
<link rel="me" href="mailto:re@dym.sh">
|
||||
<link rel="me" href="@dym@dym.sh">
|
||||
<link rel="me" href="https://dym.sh/@dym">
|
||||
<link rel="me" href="https://lemmy.world/u/dym_sh">
|
||||
<link rel="me" href="https://github.com/dym-sh">
|
||||
<link rel="me" href="https://codepen.io/dym-sh">
|
||||
<link rel="me" href="https://indieweb.org/User:Dym.sh">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<nav class="c">
|
||||
<div class="buttons round">
|
||||
<a href="/graphics/"
|
||||
class="red"
|
||||
title="graphics"
|
||||
><span class="hidden">graphics</span>
|
||||
</a>
|
||||
<a href="/"
|
||||
class="yellow current"
|
||||
title="photos"
|
||||
><span class="hidden">photos</span>
|
||||
</a>
|
||||
<a href="/comics/"
|
||||
class="green"
|
||||
title="comics"
|
||||
><span class="hidden">comics</span>
|
||||
</a>
|
||||
<a href="/code/"
|
||||
class="blue"
|
||||
title="code"
|
||||
><span class="hidden">code</span>
|
||||
</a>
|
||||
<a href="/notes/"
|
||||
class="rose"
|
||||
title="notes"
|
||||
><span class="hidden">notes</span>
|
||||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<main>
|
||||
<div class="gallery">
|
||||
|
||||
<a href="/photos-2023/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/photos-2023/th.jpg" width="200" alt="">
|
||||
<figcaption>2023</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/photos-2022/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/photos-2022/th.jpg" width="200" alt="">
|
||||
<figcaption>2022</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/photos-2021/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/photos-2021/th.jpg" width="200" alt="">
|
||||
<figcaption>2021</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/photos-2020/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/photos-2020/th.jpg" width="200" alt="">
|
||||
<figcaption>2020</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/photos-2019/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/photos-2019/th.jpg" width="200" alt="">
|
||||
<figcaption>2019</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/photos-2018/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/photos-2018/th.jpg" width="200" alt="">
|
||||
<figcaption>2018</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/photos-2017/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/photos-2017/th.png" width="200" alt="">
|
||||
<figcaption>2017</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/photos-2016/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/photos-2016/th.jpg" width="200" alt="">
|
||||
<figcaption>2016</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="c">
|
||||
<div class="buttons round">
|
||||
<a href="/about/"
|
||||
class="bg-icon"
|
||||
title="about"
|
||||
><span class="hidden">about</span>
|
||||
</a>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,75 @@
|
|||
<x-layout>
|
||||
|
||||
<main>
|
||||
|
||||
<div class="gallery">
|
||||
|
||||
<a href="/one-framed-sketches/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/pages/one-framed-sketches/emotional%20cabbage%202023-12-14%20c8.png" width="200" alt="">
|
||||
<figcaption>one-framed sketches</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/4-panel/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/pages/4-panel/present ghost_20210909125741.png" width="200" alt="">
|
||||
<figcaption>4-panel</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/sketch-a-day/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/pages/sketch-a-day/04-this-side-is-cat.png" width="200" alt="">
|
||||
<figcaption>Sketch-a-Day</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/hourly-comic-day/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/pages/hourly-comic-day/01.png" width="200" alt="">
|
||||
<figcaption>Hourly Comic Day</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/sequence/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/pages/sequence/01.png" width="200" alt="">
|
||||
<figcaption>Sequence</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/thinking/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/pages/thinking/1.png" width="200" alt="">
|
||||
<figcaption>thinking</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/older-comics/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/pages/older-comics/hal9000-siri.png" width="200" alt="">
|
||||
<figcaption>older comics</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
</x-layout>
|
|
@ -0,0 +1,45 @@
|
|||
<x-layout>
|
||||
|
||||
<main>
|
||||
<div class="gallery">
|
||||
|
||||
<a href="https://figma.com/@dym_sh"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/pages/figma/th.jpg" width="200" alt="">
|
||||
<figcaption>figma</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/identity/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/pages/identity/eye-talk-dark.png" width="200" alt="">
|
||||
<figcaption>identity</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/posters/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/pages/posters/ns5-icons-poster.png" width="200" alt="">
|
||||
<figcaption>posters</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/scra/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/pages/scra/04-fallg.jpg" width="200" alt="">
|
||||
<figcaption>scra</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
</x-layout>
|
|
@ -0,0 +1,17 @@
|
|||
<x-layout>
|
||||
|
||||
<aside class="c lvl2">
|
||||
<a href="#" class="current">/<span>smol</span></a>
|
||||
<a href="/poetry">/<span>poetry</span></a>
|
||||
<a href="/articles">/<span>articles</span></a>
|
||||
</aside>
|
||||
|
||||
<main class="about">
|
||||
<h1>2024</h1>
|
||||
<section>
|
||||
<p>a groot start</p>
|
||||
<p>even if earth is not exactly flat, my living space — is.</p>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
</x-layout>
|
|
@ -0,0 +1,81 @@
|
|||
<x-layout>
|
||||
|
||||
<main>
|
||||
<div class="gallery">
|
||||
|
||||
<a href="/photos-2023/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/pages/photos-2023/th.jpg" width="200" alt="">
|
||||
<figcaption>2023</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/photos-2022/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/pages/photos-2022/th.jpg" width="200" alt="">
|
||||
<figcaption>2022</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/photos-2021/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/pages/photos-2021/th.jpg" width="200" alt="">
|
||||
<figcaption>2021</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/photos-2020/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/pages/photos-2020/th.jpg" width="200" alt="">
|
||||
<figcaption>2020</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/photos-2019/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/pages/photos-2019/th.jpg" width="200" alt="">
|
||||
<figcaption>2019</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/photos-2018/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/pages/photos-2018/th.jpg" width="200" alt="">
|
||||
<figcaption>2018</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/photos-2017/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/pages/photos-2017/th.png" width="200" alt="">
|
||||
<figcaption>2017</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<a href="/photos-2016/"
|
||||
class="th"
|
||||
>
|
||||
<figure>
|
||||
<img src="/pages/photos-2016/th.jpg" width="200" alt="">
|
||||
<figcaption>2016</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
</x-layout>
|
|
@ -11,6 +11,22 @@ Route::get('/about', function () {
|
|||
return view('about');
|
||||
});
|
||||
|
||||
Route::get('/graphics', function () {
|
||||
return view('graphics');
|
||||
});
|
||||
|
||||
Route::get('/photos', function () {
|
||||
return view('photos');
|
||||
});
|
||||
|
||||
Route::get('/comics', function () {
|
||||
return view('comics');
|
||||
});
|
||||
|
||||
Route::get('/code', function () {
|
||||
return view('code');
|
||||
});
|
||||
|
||||
Route::get('/notes', function () {
|
||||
return view('code');
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue