Finish Main Page
This commit is contained in:
@@ -43,9 +43,22 @@ include "includes/functions.php";
|
||||
include "includes/navbar.html";
|
||||
?>
|
||||
</header>
|
||||
<section class="right">
|
||||
<section class="quotes">
|
||||
<?php
|
||||
include "includes/quotes.php";
|
||||
?>
|
||||
</section>
|
||||
|
||||
<section class="biography">
|
||||
<header>Short Biography</header>
|
||||
<p>Willy Sudiarto Raharjo obtained his Bachelor Degree and Master degree in Computer Science from <a href="http://www.ukdw.ac.id/">Duta Wacana Christian University</a> in 2005 and <a href="http://www.ugm.ac.id/">Gadjah Mada University</a> in 2009. His main research includes Computer Security, Cryptography, and Software Engineering. His main operating system is <a href="http://www.slackware.com/">Slackware Linux</a>, so you can see nice tux sitting on top of this site.</p>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<section class="introduction">
|
||||
<figure>
|
||||
<img src="images/willy.png" width="184" height="250" alt="My Pic" title="My Pic" style="float: left; margin-right: 5px; "/>
|
||||
<img src="images/willy.png" width="147" height="200" alt="My Pic" title="My Pic" style="float: left; margin-right: 5px; "/>
|
||||
</figure>
|
||||
<p>Hello, my name is Willy Sudiarto Raharjo and you are visiting my lecturer web site.</p>
|
||||
<p>In this site, you can find any information about my what i do at work (mostly are materials for my classes). Just in case, you wish to contact me, just drop me an <a href="mailto:<?php echo EMAIL; ?>">email</a>. I no longer provide shoutbox on this page.</p>
|
||||
@@ -54,24 +67,16 @@ include "includes/navbar.html";
|
||||
|
||||
<section class="news">
|
||||
<header>
|
||||
<h1>Latest News</h1>
|
||||
<h1>News and Updates</h1>
|
||||
</header>
|
||||
<article>
|
||||
<header>
|
||||
<h2>My Classes in Gasal 2012/2013</h2>
|
||||
<time datetime="2012-06-13"></time>
|
||||
</header>
|
||||
<p>I will be teaching Project Management, Computer Security, and Computer Technology</p>
|
||||
</article>
|
||||
<article>
|
||||
<header>
|
||||
<h2>HTML5 and CSS 3 Compliance</h2>
|
||||
<time datetime="2012-06-13"></time>
|
||||
<h3>HTML5 and CSS 3 Compliance</h3>
|
||||
<span><time datetime="2012-06-14">June 14, 2012</time></span>
|
||||
</header>
|
||||
<p>I have migrated this simple web page to be <a href="http://html5.org/">HTML5</a> and <a href="http://www.w3.org/Style/CSS/current-work.en.html">CSS 3</a> compliance. If for some reason you experienced difficulties viewing this page properly, then i suggest you to update your browser to the latest version.</p>
|
||||
</article>
|
||||
</section>
|
||||
<div id='calendar'></div>
|
||||
<?php
|
||||
include "includes/footer.php";
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user