Files
lecturer/index.php
T
Willy Sudiarto Raharjo 4ae3dd7a5e Update short biorgraphy.
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
2022-11-06 09:58:38 +07:00

65 lines
2.8 KiB
PHP

<!DOCTYPE html>
<head>
<title>Willy Sudiarto Raharjo - Lecturer Page</title>
<?php
include "includes/meta.html";
?>
<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>
<?php
include "includes/functions.php";
?>
<header role="banner">
<?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 interests includes Cloud Computing, Computer Security, and Cryptography. He is selected to become AWS Cloud Ambassador in 2020 and got his AWS Cloud Practitioner and Solution Architect
Certification in 2021. 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="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>
<p>To verify my email, please fetch my <a href="public-key.txt">my public key</a> (finger print : <strong>720E 7309 7A7E 6E55 77EC AB9C 3F61 7144 D723 8786</strong>) or download from <a href="https://keyserver1.pgp.com/">PGP KeyServer</a> or <a href="https://keys.openpgp.org">OpenPGP 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 running <code><strong>gpg --receive-keys 720E73097A7E6E5577ECAB9C3F617144D7238786</strong></code>.</p>
</section>
<section class="news">
<header>
<h1>News and Updates</h1>
</header>
<article>
<header>
<h3>My classes next semester</h3>
<span><time datetime="2021-09-21">Sept, 21 2021</time></span>
</header>
<p>I will be teaching Computer Technology, Cloud Infrastructure, and Operating System.</p>
</article>
</section>
<?php
include "includes/footer.php";
?>
</body>
</html>