New style for website based more on CSS3 and HTML5.
This commit is contained in:
@ -16,38 +16,19 @@
|
||||
<body>
|
||||
<header>
|
||||
<h1>The Music in Noise</h1>
|
||||
<p><i>"If there were one million families praying the Rosary every day, the entire world would be saved."</i> - Pope Saint Pius X</p>
|
||||
<p><i>"If there were one million families praying the Rosary every day, the entire world would be saved."</i><br />
|
||||
✝ Pope Saint Pius X</p>
|
||||
</header>
|
||||
<table id="main-table" >
|
||||
<tr>
|
||||
<td id="nav" >
|
||||
<h3>Menu</h3>
|
||||
<ul>
|
||||
<li><a href="/" >Home</a></li>
|
||||
<li><a href="/blog/" >Blog</a></li>
|
||||
<li><a href="/music.html" >Music</a></li>
|
||||
<li><a href="/poetry.html" >Poetry</a></li>
|
||||
<li><a href="/projects.html" >Projects</a></li>
|
||||
<ul>
|
||||
<li><a href="/decentralized.html" >Decentralized</a></li>
|
||||
<li><a href="/doublesgame.html" >DoublesGame</a></li>
|
||||
</ul>
|
||||
<li><a href="/contact.html" >Contact</a></li>
|
||||
</ul>
|
||||
<h3>Tor</h3>
|
||||
<ul>
|
||||
<li><a href="https://themusicinnoise.net/" >Use Clear-Net</a></li>
|
||||
<li><a href="http://ft2bvxji6lxfttqcjz6ed3iyzdhv4gbcdl2bt7cdxguk56xsvdkqnbid.onion/" >Use Onion</a></li>
|
||||
</ul>
|
||||
<h3>Special Links</h3>
|
||||
<ul>
|
||||
<li><a href="https://gitlab.com/naortega" target="_blank" >Code Repositories</a></li>
|
||||
<li><a href="https://media.themusicinnoise.net/docs/resume_cv.pdf" >Résumé</a></li>
|
||||
<li>LBRY:</li>
|
||||
<ul>
|
||||
<li><a href="https://open.lbry.com/@TheMusicInNoise:7?r=FnizT7ACmJrTdw6HQJxAVGgFcHGN6oFy" target="_blank" >@TheMusicInNoise</a></li>
|
||||
<li><a href="https://open.lbry.com/@nortega:7?r=FnizT7ACmJrTdw6HQJxAVGgFcHGN6oFy" target="_blank" >@nortega</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
</td>
|
||||
<td id="content" >
|
||||
<hr />
|
||||
<nav>
|
||||
<a href="/" >Home</a>
|
||||
<a href="/blog/" >Blog</a>
|
||||
<a href="/music.html" >Music</a>
|
||||
<a href="/poetry.html" >Poetry</a>
|
||||
<a href="/projects.html" >Projects</a>
|
||||
<a href="/contact.html" >Contact</a>
|
||||
<a href="http://ft2bvxji6lxfttqcjz6ed3iyzdhv4gbcdl2bt7cdxguk56xsvdkqnbid.onion/" style="float:right" >Onion</a>
|
||||
<a href="https://themusicinnoise.net/" style="float:right" >Clear-Net</a>
|
||||
</nav>
|
||||
<hr />
|
||||
<article>
|
||||
|
Reference in New Issue
Block a user