site

Website's source files.
git clone git://git.ryanmj.xyz/site.git
Log | Files | Refs | LICENSE

index.html.erb (1164B)


      1 <div class="ewin">
      2   <pre>
      3  ____                    _     
      4 |  _ \ _   _  __ _ _ __ ( )___ 
      5 | |_) | | | |/ _` | '_ \|// __|
      6 |  _ <| |_| | (_| | | | | \__ \
      7 |_| \_\\__, |\__,_|_| |_| |___/
      8        |___/                   
      9  _   _                                             
     10 | | | | ___  _ __ ___   ___ _ __   __ _  __ _  ___ 
     11 | |_| |/ _ \| '_ ` _ \ / _ \ '_ \ / _` |/ _` |/ _ \
     12 |  _  | (_) | | | | | |  __/ |_) | (_| | (_| |  __/
     13 |_| |_|\___/|_| |_| |_|\___| .__/ \__,_|\__, |\___|
     14                            |_|          |___/      
     15   </pre>
     16   <p>This website is a celebration of old computer technology.</p>
     17 </div>
     18 <div class="ewin">
     19   <h3>Navigation</h3>
     20   <br/>
     21   <a href="/posts">My blog Posts</a>
     22   <ul>
     23     <% @posts.each do |post| %>
     24       <li>
     25         <a href="/<%= post.url %>">
     26           <%= post.title %>
     27         </a>
     28       </li>
     29     <% end %>
     30   </ul>
     31 </div>
     32 <div class="ewin">
     33   <h3>Some cool peeps to check out.</h3>
     34   <ul>
     35     <li><a href="https://kylemcd.xyz">My Friend Kyle's Blog</a></li>
     36     <li>Xah Lee's Blog (G©©g£€ it, I will not link to it becasue no https)</li>
     37     <li><a href="https://lukesmith.xyz">Luke Smith</a></li>
     38   </ul>
     39 </div>