-
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
82mhz
committed
May 9, 2024
1 parent
2172367
commit 0b27e4a
Showing
9 changed files
with
1,265 additions
and
21 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
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
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
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
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
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
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
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,79 @@ | ||
<!DOCTYPE html> | ||
<html><head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title> 82MHz </title> | ||
<link rel="stylesheet" href="/css/style.css"> | ||
</head><body> | ||
<div class="container"> | ||
<div class="navblock"> | ||
<div class="home-logo"> | ||
<header> | ||
<div class="logo"><a href="https://82mhz.net/">82MHz</a></div> | ||
</header></div> | ||
<div class="home-nav"> | ||
|
||
|
||
|
||
|
||
<nav class="site-menu"> | ||
<a href="/posts">blog</a> | ||
|
||
<a href="/thoughts">thoughts</a> | ||
|
||
<a href="/bookclub">bookclub</a> | ||
|
||
<a href="/links">links</a> | ||
|
||
<a href="/tags">tags</a> | ||
|
||
|
||
<a class="language-select" href="https://82mhz.net/tags/writing/">EN</a> | ||
|
||
</nav> | ||
|
||
|
||
</div> | ||
</div> | ||
<div id="content"> | ||
|
||
<h1>Writing</h1> | ||
<ul> | ||
|
||
<li><a href="/posts/2024/05/me-vs-ai-whose-english-is-better/">Me vs AI - whose English is better?</a></li> | ||
|
||
</ul> | ||
|
||
|
||
</div><div class="footer"> | ||
<div class="footer_social-icons"> | ||
|
||
<a href="mailto:[email protected]" target="_blank" rel="noopener noreferrer me" | ||
title="Email"> | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 21" fill="none" stroke="currentColor" stroke-width="2" | ||
stroke-linecap="round" stroke-linejoin="round" width="25px"> | ||
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path> | ||
<polyline points="22,6 12,13 2,6"></polyline> | ||
</svg> | ||
</a> | ||
|
||
|
||
|
||
<a href="https://oldbytes.space/@82mhz" target="_blank" rel="noopener noreferrer me" | ||
title="Mastodon"> | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" | ||
stroke-linecap="round" stroke-linejoin="round" width="25px"> | ||
<path | ||
d="M21.58 13.913c-.29 1.469-2.592 3.121-5.238 3.396-1.379.184-2.737.368-4.185.276-2.368-.092-4.237-.551-4.237-.551 0 .184.014.459.043.643.308 2.294 2.317 2.478 4.22 2.57 1.922 0 3.633-.46 3.633-.46l.079 1.653s-1.344.734-3.738.918c-1.32.091-2.96-.092-4.869-.551-4.14-1.102-4.853-5.507-4.961-10.005-.034-1.285-.013-2.57-.013-3.58 0-4.589 3-5.966 3-5.966 1.513-.734 4.11-1.01 6.808-1.01h.067c2.699 0 5.296.276 6.81 1.01 0 0 3 1.377 3 5.967 0 0 .037 3.304-.419 5.69" | ||
stroke="currentColor" /> | ||
<path | ||
d="M17.832 8.633v5h-1.978V8.78c0-1.023-.43-1.542-1.29-1.542-.95 0-1.427.616-1.427 1.834v2.655H11.17V9.072c0-1.218-.476-1.834-1.427-1.834-.86 0-1.29.52-1.29 1.542v4.852H6.475V8.633c0-1.022.26-1.834.782-2.434.538-.6 1.243-.909 2.118-.909 1.012 0 1.779.39 2.286 1.169l.492.827.493-.827c.507-.78 1.274-1.169 2.286-1.169.875 0 1.58.308 2.118.909.522.6.782 1.412.782 2.434" | ||
fill="currentColor" stroke="none" /> | ||
</svg> | ||
</a> | ||
|
||
|
||
</div> | ||
</div></div> | ||
</body> | ||
</html> |
Oops, something went wrong.