apach.dev/public/pages/intro/index.html

94 lines
4.6 KiB
HTML
Raw Permalink Normal View History

2024-06-09 06:20:14 +00:00
<!doctype html>
<html lang="en-us">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Intro // Apache</title>
<link rel="shortcut icon" href="/rounded_logo.png" />
<meta charset="utf-8" />
2024-07-09 22:35:02 +00:00
<meta name="generator" content="Hugo 0.128.2">
2024-06-09 06:20:14 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Apache" />
<meta name="description" content="" />
2024-07-09 22:35:02 +00:00
<meta name="theme-color" content="#E93CD9" />
2024-06-09 06:20:14 +00:00
2024-07-09 22:35:02 +00:00
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Intro &middot; Apache">
<meta name="twitter:description" content="General Introduction Hi! I&amp;amp;rsquo;m apache. I love reading and programming, and I&amp;amp;rsquo;ve been trying to get into writing.
2024-06-09 06:20:14 +00:00
Programming You can check out my work at https://github.com/Apachedrag427 and https://git.apach.dev/apache
2024-07-09 22:35:02 +00:00
I mainly use Rust, C&#43;&#43;, and Lua, but I&amp;amp;rsquo;ve been delving into other languages">
<meta name="twitter:site" content="Apache">
<meta name="twitter:creator" content="Apache">
<meta name="twitter:image" content="https://r2.wheat.cafe/rounded_bisexual_yinyang.png">
2024-06-09 06:20:14 +00:00
2024-07-09 22:35:02 +00:00
<meta property="og:locale" content="en_GB">
<meta property="og:type" content="article">
<meta property="og:title" content="Intro &middot; Apache">
<meta property="og:description" content="General Introduction Hi! I&amp;amp;rsquo;m apache. I love reading and programming, and I&amp;amp;rsquo;ve been trying to get into writing.
2024-06-09 06:20:14 +00:00
Programming You can check out my work at https://github.com/Apachedrag427 and https://git.apach.dev/apache
2024-07-09 22:35:02 +00:00
I mainly use Rust, C&#43;&#43;, and Lua, but I&amp;amp;rsquo;ve been delving into other languages">
<meta property="og:url" content="http://localhost:1313/pages/intro/">
<meta property="og:site_name" content="Apache">
<meta property="article:published_time" content="2024-06-08T20:16:15Z">
2024-06-09 06:20:14 +00:00
2024-07-09 22:35:02 +00:00
<link rel="stylesheet" href="/css/main.min.3c3d87f21291820d27966e73f5714e1b282f3beda47ccfa046f1a25257e5a703.css" />
2024-06-09 06:20:14 +00:00
</head>
<body>
<header class="app-header">
<a href="http://localhost:1313/"><img class="app-header-avatar" src="/logo.png" alt="Apache" /></a>
<span class="app-header-title">Apache</span>
<p>I&#39;m a hobby developer who writes mediocre code.</p>
<div class="app-header-social">
<a href="https://github.com/Apachedrag427" target="_blank" rel="noreferrer noopener me">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-github">
<title>My Github</title>
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
</svg>
</a>
</div>
</header>
<main class="app-container">
<article class="post">
<header class="post-header">
<h1 class ="post-title">Intro</h1>
<div class="post-meta">
<div>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-calendar">
<title>calendar</title>
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line>
</svg>
Jun 8, 2024
</div>
<div>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-clock">
<title>clock</title>
<circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline>
</svg>
1 min read
</div>
</div>
</header>
<div class="post-content">
<h2 id="general-introduction">General Introduction</h2>
<p>Hi! I&rsquo;m apache. I love reading and programming, and I&rsquo;ve been trying to get into writing.</p>
<h2 id="programming">Programming</h2>
<p>You can check out my work at <a href="https://github.com/Apachedrag427">https://github.com/Apachedrag427</a> and <a href="https://git.apach.dev/apache">https://git.apach.dev/apache</a></p>
<p>I mainly use Rust, C++, and Lua, but I&rsquo;ve been delving into other languages</p>
</div>
<div class="post-footer">
</div>
</article>
</main>
</body>
</html>