2014-01-12 04-30

+ added page "404"
+ added projects page
+ edited about and main pages
This commit is contained in:
arcan1s
2014-01-12 04:23:54 +04:00
parent f503e9de0f
commit 1a27b5ba07
5 changed files with 175 additions and 14 deletions

View File

@ -17,18 +17,17 @@
<header>
<h1>arcanis' homepage</h1>
<p class="view"><a href="blog/main.html">My blog</a><br>
<a href="pages/projects.html">My projects</a></p>
<p class="view"><a href="pages/about.html">About me</a></p>
</header>
<section>
<h3>
<a name="welcome" class="anchor" href="#welcome"><span class="octicon octicon-link"></span></a>Welcome</h3>
<p align="justify">Welcome to my homepage, <code>`echo $USERNAME`</code>. About me you may read on <a href="pages/about.html">the link</a>. I'm sorry I don't know html/php/etc, therefore this page may not look very pretty. But I tried (or may be not). In the blog I will write some papers about programming and may be package maintaining and living in Archlinux system. Also I will create pages for some of <a href="https://github.com/arcan1s">my projects</a>. Unfortunately, sometimes I too lazy to write in English, therefore some of my papers will be in Russian.</p>
<h3>
<a name="contact" class="anchor" href="#contact"><span class="octicon octicon-link"></span></a>Contact me</h3>
<h3><a name="welcome" class="anchor" href="#welcome"><span class="octicon octicon-link"></span></a>Welcome</h3>
<p align="justify">Welcome to my homepage, <code>`echo $USERNAME`</code>. About me you may read on <a href="pages/about.html">the link</a>. I'm sorry I don't know html/php/etc (but I know GoogleFOO! At least, I think so), therefore this page may not look very pretty. But I tried (or may be not). In the blog I will write some papers about programming and may be package maintaining and living in Archlinux system. Also I will create pages for some of <a href="https://github.com/arcan1s">my projects</a>. Unfortunately, sometimes I too lazy to write in English, therefore some of my papers will be in Russian.</p>
<h3><a name="contact" class="anchor" href="#contact"><span class="octicon octicon-link"></span></a>Contact me</h3>
<p align="justify">If you have a question or something else you may contact me via <a href="mailto:darkarcanis@mail.ru">e-mail</a>. If you want to suggest a pull request or to create a bug report for these pages (or may be for some other projects) feel free to visit <a href="https://github.com/arcan1s">my Github profile</a> and do it.</p>
</section>
<footer>
@ -36,6 +35,6 @@
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>