35 lines
1.0 KiB
PHP
35 lines
1.0 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>
|
|
<div id="calendar" style="text-align:center; margin: auto;">
|
|
<iframe
|
|
src="https://www.google.com/calendar/embed?mode=WEEK&height=800&wkst=2&bgcolor=%23FFFFFF&src=willysr%40gmail.com&color=%2329527A&ctz=Asia%2FJakarta"
|
|
style=" border-width:0 " width="960" height="800" frameborder="0" scrolling="no"></iframe>
|
|
</div>
|
|
<?php
|
|
include "includes/footer.php";
|
|
?>
|
|
</body>
|
|
</html>
|