shmage-site

scripts and documents that generate shmage.xyz
git clone git://git.shmage.xyz/shmage-site.git
Log | Files | Refs

index.html (3605B)


      1 <html>
      2   <head>
      3     <link rel="shortcut icon" href="/images/ico.png" type="image/ico">
      4     <title>
      5       shmage
      6     </title>
      7     <link rel="stylesheet" href="/styles.css">
      8   </head>
      9 
     10   <body>
     11     <a href="https://shmage.xyz"><img src="/images/shmagelogo.svg" alt="SHMAGE" style="margin:auto; display:block;" width="500em"/></a>
     12     <div class="home_box">
     13       <div class="short">
     14 	<div class="border_stone">
     15 	  <div class="border">
     16 
     17 	    <p>I am a computer programmer, aspiring mathematician, <a href="https://www.fsf.org/about/what-is-free-software">Free Software advocate</a>, and an undergraduate Computer Science and Mathematics student from the Midwestern United States.
     18 	      I'm a fan of Emacs, system administration philosophy, and hot drink.
     19 	      On a quest to find the superior way to use a personal computer.</p>
     20 
     21 	    <p><img src="images/ico_head.png" width="170" height"170" style="float: right; margin-left: 20px; margin-right: 20px; margin-bottom: 5px;"></p>
     22 
     23 	    <p>Here's some of my work around the web:</p>
     24 
     25 	    <p><img align="left" src="images/lamp.gif"/></p>
     26 
     27 	    <ul>
     28 	      <li><a href="https://git.shmage.xyz">My git server</a></li>
     29 	      <li><a href="https://github.com/shmage">github</a></li>
     30 	      <li><a href="https://gitlab.com/shmage">gitlab</a></li>
     31 	      <li><a href="https://lists.sr.ht/~iressa">sourcehut</a></li>
     32 	      <li>My Matrix handle is <strong>@eonn:chat.familydesserttime.com</strong>.</li>
     33 	      <li>I also publish my thoughts and experiences on a <a href="https://shmage.xyz/blog-index.html">blog</a></li>
     34 	    </ul>
     35 	    <hr>
     36 	    <a href="https://shmage.xyz">home</a> | <a href="https://shmage.xyz/blog-index.html">blog index</a> | <a href="https://shmage.xyz/rss.xml">rss</a> | <a href="mailto:ian@shmage.xyz">contact me</a> | <a href="https://shmage.xyz/eonn.gpg">PGP public key</a><sub><a href="https://emailselfdefense.fsf.org/en/">?</a></sub>
     37 	  </div>
     38 	</div>
     39       </div>
     40       <div class="sidebar" style="order: -1;">
     41 	<a href="https://shmage.xyz/blog-index.html">
     42 	  <div class="sidebar_button">
     43 	    <img src="images/book.gif" width="90"/>
     44 	    <strong>Blog</strong>
     45 	  </div>
     46 	</a>
     47 	<a href="https://shmage.xyz/about.html">
     48 	  <div class="sidebar_button">
     49 	    <img src="images/ico.png" width="80"/>
     50 	    <strong>About Me</strong>
     51           </div>
     52         </a>
     53       </div>
     54       <div class="sidebar">
     55 	<p><a href="https://shmage.xyz"><img src="images/shmage_button.gif" height="31" width="88"/></a></p>
     56 	<p><a href="https://familydesserttime.com"><img src="images/fdt_button.gif" height="31" width="88"/></a></p>
     57 	<p><a href="https://gnu.org/software/emacs"><img src="images/emacs_button.gif" alt="made with emacs" height="31" width="88"/></a></p>
     58 	<p><a href="https://gnu.org/licenses/gpl-3.0.en.html"><img src="images/gplv3_button.gif" alt="gplv3" height="31" width="88"/></a></p>
     59 	<p><a href="https://rollalong.org"><img src="images/rollalong_button.jpg" alt="rollalong.org" height="31" width="88"></a></p>
     60 	<p><a href="https://nobudy.xyz"><img src="images/nobudy_button.png" height="31" width="88"/></a></p>
     61 	<p><a href="https://waffelo.net"><img src="images/waffelo_button.png" height="31" width="88"/></a></p>
     62       </div>
     63     </div>
     64     <div style="text-align:center;">
     65       <div class="webring_border">
     66 	<p align="center"><a href="https://hotlinewebring.club/shmage/previous">&lt;- previous</a> <a href="https://hotlinewebring.club"><img src="/images/globe.gif"/> Hotline Webring <img src="/images/globe.gif"/></a> <a href="https://hotlinewebring.club/shmage/next">next -&gt;</a></p>
     67       </div>
     68     </div>
     69   </body>
     70 </html>