More Updates
This commit is contained in:
@@ -1,52 +1,54 @@
|
||||
<!DOCTYPE html
|
||||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Willy Sudiarto Raharjo - Lecturer Page</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<?php
|
||||
include "includes/meta.html";
|
||||
?>
|
||||
<meta name="keyword" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Lecturer, Duta Wacana Christian University" />
|
||||
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Lecturer, Duta Wacana Christian University, DWCU, Duta Wacana" />
|
||||
<meta name="description" content="Lecturer page of Willy Sudiarto Raharjo" />
|
||||
<link rel="icon" href="images/favicon.ico" type="image/ico" />
|
||||
<style type="text/css">
|
||||
@import "includes/index.css";
|
||||
@import "includes/normalize.css";
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<?php
|
||||
include "includes/functions.php";
|
||||
include "includes/date.php";
|
||||
?>
|
||||
<header role="banner">
|
||||
<?php
|
||||
include "includes/navbar.html";
|
||||
?>
|
||||
</div>
|
||||
<div class="sidebar">
|
||||
<?php
|
||||
include "includes/right.php";
|
||||
?>
|
||||
</div>
|
||||
<div class="content">
|
||||
<?php
|
||||
include "includes/quotes.php";
|
||||
?>
|
||||
<div class="intro">
|
||||
<img src="images/willy.jpg" width="100" height="108" alt="My Pic" title="My Pic" style="float: left; margin-right: 10px; "/><span style="font-weight: bold; font-size: 1.5em;">W</span>elcome to my lecturer web site. In this site, you will find information about my what i do at work (mostly are materials for each class i teach). My email is also provided in this site. If you want to validate my <a href="mailto:<?php echo EMAIL; ?>">email</a> or sending me an encrypted message, please use <a href="public-key.txt">my public key</a> (finger print : <strong>65A6 399E 0CAA 5CD0 C5EC CA94 C4EE 7054 5D88 D6C4</strong>) and use <a href="http://www.pgp.com">PGP</a> or <a href="http://www.gnupg.org">GnuPG</a> or <a href="http://www.gpg4win.org/">GPG4Win</a>.
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="news"><h1>What's New</h1>
|
||||
<div class="entry">
|
||||
<div class="update-title">My Classes (24/12/2011)</div>
|
||||
<p class="odd">My next classes for regular semester: <a href="manpro-ti/index.php">IT Project Management</a>, IT Project Management (IDDIT-PROGRAM, collaboration with Hendro Setiadi), Seminar in Business Intelligence (IDDIT Program), <a href="os-ti/index.php">Operating System</a>, <a href="tekkom-ti/index.php">Computer Technology</a> (collaboration with Ignatia Dhian and Prihadi Beny), <a href="kakom-ti/index.php">Computer Security</a>, and <a href="ati-ti/index.php">Information Technology Architecture</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<section class="introduction">
|
||||
<figure>
|
||||
<img src="images/willy.jpg" width="100" height="108" 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>.</p>
|
||||
<p>To verify my email, please fetch my <a href="public-key.txt">my public key</a> (finger print : <strong>65A6 399E 0CAA 5CD0 C5EC CA94 C4EE 7054 5D88 D6C4</strong>) or download from <a href="http://keyserver.pgp.com/">KeyServer</a> using <a href="http://www.pgp.com">PGP</a> or <a href="http://www.gnupg.org">GnuPG</a> or <a href="http://www.gpg4win.org/">GPG4Win</a> by execute <code><strong>gpg --recv-keys 5D88D6C4</strong></code>.</p>
|
||||
</section>
|
||||
|
||||
<section class="news">
|
||||
<article>
|
||||
<header>
|
||||
<h1>My Classes in 2012/2013</h1>
|
||||
<time datetime="2012-06-13"></time>
|
||||
</header>
|
||||
<p>I will be teaching A, B, and C</p>
|
||||
</article>
|
||||
<article>
|
||||
<header>
|
||||
<h1>This page is HTML5 Compliance</h1>
|
||||
<time datetime="2012-06-13"></time>
|
||||
</header>
|
||||
<p>I have migrated this simple web page to be HTML5 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>
|
||||
<?php
|
||||
include "includes/footer.php";
|
||||
?>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user