generated from binyamin/eleventy-garden
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
166 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
|
||
|
||
|
||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> | ||
|
||
<link rel="shortcut icon" href="/assets/favicon.ico" type="image/x-icon" /> | ||
|
||
<title>DMC • Ace Young's Notes</title> | ||
|
||
<meta name="description" content="" /> | ||
|
||
<meta property="og:title" content="DMC • Ace Young's Notes" /> | ||
<meta property="og:type" content="article" /> | ||
<meta property="og:url" content="https://eleventy-garden.netlify.app/notes/DMC/" /> | ||
<meta property="og:image" content="/assets/seedling.png" /> | ||
<meta property="og:description" content="" /> | ||
|
||
<link rel="canonical" href="https://eleventy-garden.netlify.app/notes/DMC/" /> | ||
|
||
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin /> | ||
<link | ||
rel="stylesheet" | ||
href="https://fonts.googleapis.com/css2?family=Inter&display=swap" | ||
/> | ||
|
||
<link rel="preconnect" href="https://cdnjs.cloudflare.com/" crossorigin /> | ||
<link | ||
rel="stylesheet" | ||
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" | ||
/> | ||
|
||
<link rel="stylesheet" href="/assets/style.css" /> | ||
|
||
</head> | ||
<body> | ||
<header class="page-header"> | ||
<a href="/" class="page-header__logo" title="Go home"> | ||
<img src="/assets/seedling.png" alt="" width="48" /> | ||
</a> | ||
|
||
<nav> | ||
<a href="/">Home</a> | ||
<a href="/about">About</a> | ||
<a href="/notes">Notes</a> | ||
</nav> | ||
</header> | ||
<main> | ||
|
||
<article> | ||
<h1>DMC</h1> | ||
<p>bruh</p> | ||
|
||
</article> | ||
<hr /> | ||
<p class="backlinks-title larger">Backlinks</p> | ||
|
||
<p class="backlinks-default">No backlinks found.</p> | ||
|
||
|
||
|
||
</main> | ||
|
||
<footer class="page-footer"> | ||
<small> | ||
Copyright Ace Young. | ||
<a href="https://github.com/aceyoung9/garden"> | ||
GitHub Repo | ||
</a> | ||
</small> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
|
||
|
||
|
||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> | ||
|
||
<link rel="shortcut icon" href="/assets/favicon.ico" type="image/x-icon" /> | ||
|
||
<title>Cross-Stitching • Ace Young's Notes</title> | ||
|
||
<meta name="description" content="" /> | ||
|
||
<meta property="og:title" content="Cross-Stitching • Ace Young's Notes" /> | ||
<meta property="og:type" content="article" /> | ||
<meta property="og:url" content="https://eleventy-garden.netlify.app/notes/cross-stitching/" /> | ||
<meta property="og:image" content="/assets/seedling.png" /> | ||
<meta property="og:description" content="" /> | ||
|
||
<link rel="canonical" href="https://eleventy-garden.netlify.app/notes/cross-stitching/" /> | ||
|
||
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin /> | ||
<link | ||
rel="stylesheet" | ||
href="https://fonts.googleapis.com/css2?family=Inter&display=swap" | ||
/> | ||
|
||
<link rel="preconnect" href="https://cdnjs.cloudflare.com/" crossorigin /> | ||
<link | ||
rel="stylesheet" | ||
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" | ||
/> | ||
|
||
<link rel="stylesheet" href="/assets/style.css" /> | ||
|
||
</head> | ||
<body> | ||
<header class="page-header"> | ||
<a href="/" class="page-header__logo" title="Go home"> | ||
<img src="/assets/seedling.png" alt="" width="48" /> | ||
</a> | ||
|
||
<nav> | ||
<a href="/">Home</a> | ||
<a href="/about">About</a> | ||
<a href="/notes">Notes</a> | ||
</nav> | ||
</header> | ||
<main> | ||
|
||
<article> | ||
<h1>Cross stitching</h1> | ||
<h3>DMC Color tools</h3> | ||
<ul> | ||
<li><a href="https://www.thread-bare.com/tools/closest-dmc-thread-color-lookup">Closest DMC Thread-Color Lookup Tool</a></li> | ||
<li><a href="https://github.com/CamiloGarciaLaRotta/dmc-thread-google-sheet">CamiloGarciaLaRotta/dmc-thread-google-sheet</a></li> | ||
</ul> | ||
<h4>Storage/Organization</h4> | ||
<ul> | ||
<li><a href="https://www.etsy.com/shop/BritneyKayEmbroidery">The Tidy Stitch™ Embroidery Organization System</a></li> | ||
</ul> | ||
|
||
</article> | ||
<hr /> | ||
<p class="backlinks-title larger">Backlinks</p> | ||
|
||
<p class="backlinks-default">No backlinks found.</p> | ||
|
||
|
||
|
||
</main> | ||
|
||
<footer class="page-footer"> | ||
<small> | ||
Copyright Ace Young. | ||
<a href="https://github.com/aceyoung9/garden"> | ||
GitHub Repo | ||
</a> | ||
</small> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters