First Commit

This commit is contained in:
Willy Sudiarto Raharjo
2012-06-10 17:59:13 +07:00
commit b61a42ed9c
27 changed files with 1973 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
<!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">
<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="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";
</style>
</head>
<body>
<div class="header">
<?php
include "includes/functions.php";
include "includes/date.php";
include "includes/navbar.html";
?>
</div>
<div class="sidebar">
<?php
include "includes/right.php";
?>
</div>
<div class="content">
<div class="subtitle">Presentations</div>
<p>This page list all of my past presentations that i have made in the past. It may take a while before i can update this page, so be patient :)</p>
<ol>
<li><a href="presentations/security-awareness.pdf">Security Awareness</a></li>
<li><a href="presentations/human-mistakes.pdf">Facebook - Human Mistakes</a></li></ol>
</div>
<div class="footer">
<?php
include "includes/footer.php";
?>
</div>
</body>
</html>