Update course and main page
This commit is contained in:
+13
@@ -22,6 +22,19 @@ include "includes/navbar.html";
|
|||||||
?>
|
?>
|
||||||
</header>
|
</header>
|
||||||
<section class="teaching">
|
<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>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1>Genap 2011/2012</h1>
|
<h1>Genap 2011/2012</h1>
|
||||||
|
|||||||
@@ -20,6 +20,10 @@ header[role="banner"] {
|
|||||||
background: #555 url("../images/tux.png") 5px 5px no-repeat;
|
background: #555 url("../images/tux.png") 5px 5px no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article {
|
||||||
|
margin-top: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #00F;
|
color: #00F;
|
||||||
|
|||||||
@@ -47,6 +47,13 @@ include "includes/quotes.php";
|
|||||||
<header>
|
<header>
|
||||||
<h1>News and Updates</h1>
|
<h1>News and Updates</h1>
|
||||||
</header>
|
</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>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h3>HTML5 and CSS 3 Compliance</h3>
|
<h3>HTML5 and CSS 3 Compliance</h3>
|
||||||
|
|||||||
+12
-1
@@ -47,7 +47,18 @@ include "../includes/courses.php";
|
|||||||
<h1>MATERI</h1>
|
<h1>MATERI</h1>
|
||||||
</header>
|
</header>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Syllabus</li>
|
<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>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
<section class="references">
|
<section class="references">
|
||||||
|
|||||||
@@ -75,7 +75,6 @@ include "../includes/courses.php";
|
|||||||
<li>Systems</li>
|
<li>Systems</li>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Information System and System Development</li>
|
<li>Information System and System Development</li>
|
||||||
<li>Program Development and Programming Languages</li>
|
|
||||||
<li>Databases and DBMS</li>
|
<li>Databases and DBMS</li>
|
||||||
</ul>
|
</ul>
|
||||||
<li>Computer and Society</li>
|
<li>Computer and Society</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user