Update course and main page
This commit is contained in:
+13
@@ -22,6 +22,19 @@ include "includes/navbar.html";
|
||||
?>
|
||||
</header>
|
||||
<section class="teaching">
|
||||
<article>
|
||||
<header>
|
||||
<h1>Gasal 2012/2013</h1>
|
||||
</header>
|
||||
<ol>
|
||||
<li><a href="manpro-ti/index.php">Project Management</a></li>
|
||||
<li><a href="kakom-ti/index.php">Computer Security</a></li>
|
||||
<li><a href="tekkom-ti/index.php">Computer Technology</a></li>
|
||||
<li>Data Warehouse (IDDIT)</li>
|
||||
<li>Introduction to Business Intelligence (IDDIT)</li>
|
||||
<li>Final Year Project 1 (IDDIT)</li>
|
||||
</ol>
|
||||
</article>
|
||||
<article>
|
||||
<header>
|
||||
<h1>Genap 2011/2012</h1>
|
||||
|
||||
@@ -20,6 +20,10 @@ header[role="banner"] {
|
||||
background: #555 url("../images/tux.png") 5px 5px no-repeat;
|
||||
}
|
||||
|
||||
article {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #00F;
|
||||
|
||||
@@ -47,6 +47,13 @@ include "includes/quotes.php";
|
||||
<header>
|
||||
<h1>News and Updates</h1>
|
||||
</header>
|
||||
<article>
|
||||
<header>
|
||||
<h3>My classes next semester</h3>
|
||||
<span><time datetime="2012-07-10">July 10, 2012</time></span>
|
||||
</header>
|
||||
<p>I will be teaching Computer Security, Computer Technology, Project Management for regular course and Introduction to Business Intelligence, Data Warehouse, and Final Year Project 1 for International program.</p>
|
||||
</article>
|
||||
<article>
|
||||
<header>
|
||||
<h3>HTML5 and CSS 3 Compliance</h3>
|
||||
|
||||
@@ -48,6 +48,17 @@ include "../includes/courses.php";
|
||||
</header>
|
||||
<ol>
|
||||
<li>Syllabus</li>
|
||||
<li>Introduction to Cryptography</li>
|
||||
<li>Number Theory</li>
|
||||
<li>Classical Ciphers</li>
|
||||
<li>Symmetric Cryptography #1</li>
|
||||
<li>Symmetric Cryptography #2</li>
|
||||
<li>Asymmetric Cryptography #1</li>
|
||||
<li>Asymmetric Cryptography #2</li>
|
||||
<li>Hash Functions and Message Authentication Codes</li>
|
||||
<li>Access Control (Authentication)</li>
|
||||
<li>Access Control (Authorization)</li>
|
||||
<li>Software Flaws and Malware</li>
|
||||
</ol>
|
||||
</section>
|
||||
<section class="references">
|
||||
|
||||
@@ -75,7 +75,6 @@ include "../includes/courses.php";
|
||||
<li>Systems</li>
|
||||
<ul>
|
||||
<li>Information System and System Development</li>
|
||||
<li>Program Development and Programming Languages</li>
|
||||
<li>Databases and DBMS</li>
|
||||
</ul>
|
||||
<li>Computer and Society</li>
|
||||
|
||||
Reference in New Issue
Block a user