Add Another Background
This commit is contained in:
@@ -48,6 +48,8 @@ include "includes/navbar.html";
|
|||||||
- Passed Linux Administration (General) with score 3.19 out of 5.0<br/>
|
- Passed Linux Administration (General) with score 3.19 out of 5.0<br/>
|
||||||
- Passed PHP with score 3.6 out of 5.0<br/>
|
- Passed PHP with score 3.6 out of 5.0<br/>
|
||||||
- Passed Computer Fundamental (Win95/98) with score 4.17 out of 5.0<br/>
|
- Passed Computer Fundamental (Win95/98) with score 4.17 out of 5.0<br/>
|
||||||
|
- Master in Network Security with score 4.03 out of 5.0 (2012)<br/>
|
||||||
|
- Passed Project Management with score 3.99 out of 5.0 (2012)<br/>
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
+1
-1
@@ -21,7 +21,7 @@ include "../includes/courses.php";
|
|||||||
<section class="title">IT Architecture</section>
|
<section class="title">IT Architecture</section>
|
||||||
<section class="sidebar">
|
<section class="sidebar">
|
||||||
<header>
|
<header>
|
||||||
<h3>Kelas</h3>
|
<h3>Jadwal</h3>
|
||||||
</header>
|
</header>
|
||||||
<aside>
|
<aside>
|
||||||
<p>Hari <br/>Jam <br/>Ruang </p>
|
<p>Hari <br/>Jam <br/>Ruang </p>
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
+2
-2
@@ -2,9 +2,9 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<?php
|
<?php
|
||||||
date_default_timezone_set("Asia/Jakarta");
|
date_default_timezone_set("Asia/Jakarta");
|
||||||
echo "<p>© 2007-" . date("Y") . ". All right reserved.<br/>\n";
|
echo "<p>© 2007-" . date("Y") . ". All right reserved. ";
|
||||||
?>
|
?>
|
||||||
Suggestions, critics, and comments can be sent to <a href="mailto:<?php echo EMAIL; ?>" class="footer">Willy Sudiarto Raharjo</a><br/>
|
Willy Sudiarto Raharjo<br/>
|
||||||
<a href="http://validator.w3.org/check?uri=referer" class="footer">Valid HTML5</a> || <a href="http://jigsaw.w3.org/css-validator/validator?uri=http://lecturer.ukdw.ac.id/willysr" class="footer">Valid CSS3</a></p>
|
<a href="http://validator.w3.org/check?uri=referer" class="footer">Valid HTML5</a> || <a href="http://jigsaw.w3.org/css-validator/validator?uri=http://lecturer.ukdw.ac.id/willysr" class="footer">Valid CSS3</a></p>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
|||||||
+48
-31
@@ -12,6 +12,7 @@ body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, p, th, td, article, section,
|
|||||||
body {
|
body {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
|
background: url("../images/background-slack.jpg") repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
header[role="banner"] {
|
header[role="banner"] {
|
||||||
@@ -133,37 +134,6 @@ ul#socialbar li.twitter a:hover {
|
|||||||
background-position:-86px -16px;
|
background-position:-86px -16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
|
||||||
clear:both;
|
|
||||||
background: #AAA;
|
|
||||||
font-size:0.8rem;
|
|
||||||
text-align:center;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer a:link {
|
|
||||||
text-decoration: none;
|
|
||||||
color: #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer a:visited {
|
|
||||||
text-decoration: none;
|
|
||||||
color: #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer a:hover {
|
|
||||||
text-decoration: none;
|
|
||||||
color: #FFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer a:active {
|
|
||||||
text-decoration: none;
|
|
||||||
color: #FFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
#calendar {
|
|
||||||
width: 1024px;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
section.news {
|
section.news {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
@@ -243,3 +213,50 @@ section.material ol ul li {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
clear:both;
|
||||||
|
background: #555;
|
||||||
|
font-size:0.8rem;
|
||||||
|
text-align:center;
|
||||||
|
color: #DDD
|
||||||
|
}
|
||||||
|
|
||||||
|
footer a:link {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #DDD;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer a:visited {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #DDD;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #FFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer a:active {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #FFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
#calendar {
|
||||||
|
width: 1024px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
section.title {
|
||||||
|
background: #AAA;
|
||||||
|
width: 100%;
|
||||||
|
height: 35px;
|
||||||
|
display: block;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
section.sidebar {
|
||||||
|
float: right;
|
||||||
|
width: 20%;
|
||||||
|
}
|
||||||
@@ -24,7 +24,7 @@ include "includes/navbar.html";
|
|||||||
<section class="right">
|
<section class="right">
|
||||||
<section class="quotes">
|
<section class="quotes">
|
||||||
<?php
|
<?php
|
||||||
include "includes/quotes.php";
|
#include "includes/quotes.php";
|
||||||
?>
|
?>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -21,7 +21,7 @@ include "../includes/courses.php";
|
|||||||
<section class="title">Computer Security</section>
|
<section class="title">Computer Security</section>
|
||||||
<section class="sidebar">
|
<section class="sidebar">
|
||||||
<header>
|
<header>
|
||||||
<h3>Kelas</h3>
|
<h3>Jadwal</h3>
|
||||||
</header>
|
</header>
|
||||||
<aside>
|
<aside>
|
||||||
<p>Hari <br/>Jam <br/>Ruang </p>
|
<p>Hari <br/>Jam <br/>Ruang </p>
|
||||||
|
|||||||
+1
-1
@@ -21,7 +21,7 @@ include "../includes/courses.php";
|
|||||||
<section class="title">Project Management</section>
|
<section class="title">Project Management</section>
|
||||||
<section class="sidebar">
|
<section class="sidebar">
|
||||||
<header>
|
<header>
|
||||||
<h3>Kelas</h3>
|
<h3>Jadwal</h3>
|
||||||
</header>
|
</header>
|
||||||
<aside>
|
<aside>
|
||||||
<p>Hari <br/>Jam <br/>Ruang </p>
|
<p>Hari <br/>Jam <br/>Ruang </p>
|
||||||
|
|||||||
+42
-32
@@ -1,43 +1,52 @@
|
|||||||
<!DOCTYPE html
|
<!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>
|
<head>
|
||||||
<title>Willy Sudiarto Raharjo - Operating System</title>
|
<title>Willy Sudiarto Raharjo - Operating System</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, Sistem Operasi, Linux, Windows, Teknik Informatika" />
|
||||||
<meta name="keyword" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, Sistem Operasi, Teknik Informatika" />
|
|
||||||
<meta name="description" content="Situs ini berisi halaman materi untuk kelas Sistem Operasi Universitas Kristen Duta Wacana" />
|
<meta name="description" content="Situs ini berisi halaman materi untuk kelas Sistem Operasi Universitas Kristen Duta Wacana" />
|
||||||
<link rel="icon" href="images/favicon.ico" type="image/ico" />
|
<link rel="icon" href="../images/favicon.ico" type="image/ico" />
|
||||||
<script type="text/javascript" src="include/navbar.js"></script>
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
@import "../includes/index.css";
|
@import "../includes/index.css";
|
||||||
|
@import "../includes/normalize.css";
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header-class"><span class="subjectTitle">Operating System</span>
|
|
||||||
<?php
|
<?php
|
||||||
include "../includes/functions.php";
|
include "../includes/functions.php";
|
||||||
include "../includes/date.php";
|
?>
|
||||||
|
<header role="banner">
|
||||||
|
<?php
|
||||||
include "../includes/courses.php";
|
include "../includes/courses.php";
|
||||||
?>
|
?>
|
||||||
</div>
|
</header>
|
||||||
<div class="sidebar">
|
<section class="title">Operating System</section>
|
||||||
<!-- Class Information //-->
|
<section class="sidebar">
|
||||||
<div id="class-information">
|
<header>
|
||||||
<ul class="cinfo">
|
<h3>Jadwal</h3>
|
||||||
<li><h3>Kelas </h3>
|
</header>
|
||||||
<p>Hari <br/>Jam <br/>Ruang </p></li>
|
<aside>
|
||||||
<li><h3>Nilai Akhir</h3>
|
<p>Hari <br/>Jam <br/>Ruang </p>
|
||||||
<p><a href="https://docs.google.com/spreadsheet/pub?hl=en_US&hl=en_US&key=0AvhuiUaiIBYmdElHc2tHVS01ZWV2dWJIenE0dloyOWc&output=html">Nilai Akhir</a></p></li>
|
</aside>
|
||||||
</ul>
|
</section>
|
||||||
</div>
|
<section class="classinfo">
|
||||||
</div>
|
<section class="notice">
|
||||||
<div class="content">
|
<header>
|
||||||
<div class="notifications">PEMBERITAHUAN</div>
|
<h1>PEMBERITAHUAN</h1>
|
||||||
|
</header>
|
||||||
<p>Bagi yang hendak mengambil matakuliah ini, Anda <strong>diwajibkan memiliki dan membawa buku Operating System Concepts di setiap pertemuan</strong>. Tidak akan disediakan slide materi untuk perkuliahan ini, karena semua materi sudah ada di buku.</p>
|
<p>Bagi yang hendak mengambil matakuliah ini, Anda <strong>diwajibkan memiliki dan membawa buku Operating System Concepts di setiap pertemuan</strong>. Tidak akan disediakan slide materi untuk perkuliahan ini, karena semua materi sudah ada di buku.</p>
|
||||||
<div class="subtitle">Pengantar</div>
|
</section>
|
||||||
<p>Matakuliah ini memperkenalkan desain, implementasi, konsep-konsep dasar serta prinsip-prinsip Sistem Operasi modern. Cakupan matakuliah ini diawali dengan pengantar tentang sistem operasi dan struktur sistem operasi secara umum, dilanjutkan dengan Proses dan Thread, penjadwalan CPU serta masalah yang muncul (dead lock). Bagian kedua akan membahas tentang managemen memori dan managemen berkas serta struktur penyimpanan massal.</p> <p>Dalam matakuliah ini Sistem Operasi yang beredar luas di masyarakat tidak akan dibahas secara khusus, namun membahas konsep serta prinsip-prinsip umumnya. DOS, Windows, dan LINUX akan dibahas sebagai contoh kasus.</p>
|
<section class="description">
|
||||||
<div class="subtitle">Materi Presentasi</div>
|
<header>
|
||||||
|
<h1>PENGANTAR</h1>
|
||||||
|
</header>
|
||||||
|
<p>Matakuliah ini memperkenalkan desain, implementasi, konsep-konsep dasar serta prinsip-prinsip Sistem Operasi modern. Cakupan matakuliah ini diawali dengan pengantar tentang sistem operasi dan struktur sistem operasi secara umum, dilanjutkan dengan Proses dan Thread, penjadwalan CPU serta masalah yang muncul (dead lock). Bagian kedua akan membahas tentang managemen memori dan managemen berkas serta struktur penyimpanan massal.</p>
|
||||||
|
<p>Dalam matakuliah ini Sistem Operasi yang beredar luas di masyarakat tidak akan dibahas secara khusus, namun membahas konsep serta prinsip-prinsip umumnya. DOS, Windows, dan LINUX akan dibahas sebagai contoh kasus.</p>
|
||||||
|
</section>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="material">
|
||||||
|
<header>
|
||||||
|
<h1>MATERI</h1>
|
||||||
|
</header>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Syllabus</li>
|
<li>Syllabus</li>
|
||||||
<li>Introduction to Operating System</li>
|
<li>Introduction to Operating System</li>
|
||||||
@@ -52,16 +61,17 @@ include "../includes/courses.php";
|
|||||||
<li>Mass-Storage Structure</li>
|
<li>Mass-Storage Structure</li>
|
||||||
<li>Distributed File Systems</li>
|
<li>Distributed File Systems</li>
|
||||||
</ol>
|
</ol>
|
||||||
<div class="subtitle">Referensi Buku</div>
|
</section>
|
||||||
|
<section class="references">
|
||||||
|
<header>
|
||||||
|
<h1>REFERENSI</h1>
|
||||||
|
</header>
|
||||||
<ol>
|
<ol>
|
||||||
<li><a href="http://www.os-book.com/">Operating System Concepts 8th Edition (Avi Silberschatz, Peter Baer Galvin, Greg Gagne - John Wiley & Sons, Inc)</a></li>
|
<li><a href="http://www.os-book.com/">Operating System Concepts 8th Edition (Avi Silberschatz, Peter Baer Galvin, Greg Gagne - John Wiley & Sons, Inc)</a></li>
|
||||||
</ol>
|
</ol>
|
||||||
</div>
|
</section>
|
||||||
<!-- End Content //-->
|
|
||||||
<div class="footer">
|
|
||||||
<?php
|
<?php
|
||||||
include "../includes/footer.php";
|
include "../includes/footer.php";
|
||||||
?>
|
?>
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+1
-1
@@ -21,7 +21,7 @@ include "../includes/courses.php";
|
|||||||
<section class="title">Computer Technology</section>
|
<section class="title">Computer Technology</section>
|
||||||
<section class="sidebar">
|
<section class="sidebar">
|
||||||
<header>
|
<header>
|
||||||
<h3>Kelas</h3>
|
<h3>Jadwal</h3>
|
||||||
</header>
|
</header>
|
||||||
<aside>
|
<aside>
|
||||||
<p>Hari <br/>Jam <br/>Ruang </p>
|
<p>Hari <br/>Jam <br/>Ruang </p>
|
||||||
|
|||||||
Reference in New Issue
Block a user