Update gasal 2024/2025.

Signed-off-by: Willy Sudiarto Raharjo <willysr@staff.ukdw.ac.id>
This commit is contained in:
2024-08-12 09:32:11 +07:00
parent d4299069ca
commit 069a464038
3 changed files with 27 additions and 4 deletions
+22
View File
@@ -22,6 +22,28 @@ include "includes/navbar.html";
?> ?>
</header> </header>
<section class="teaching"> <section class="teaching">
<article>
<header>
<h1>Gasal 2024/2025</h1>
</header>
<ol>
<li><a href="cloud-infrastructure-ti/index.php">Cloud Infrastructure</a></li>
<li><a href="manpro-ti/index.php">Project Management</a></li>
<li><a href="os-ti/index.php">Operating Systems</a></li>
<li>Relational Database System Administration</li>
<li><a href="tekkom-ti/index.php">Computer Technology</a></li>
</ol>
</article>
<article>
<header>
<h1>Genap 2023/2024</h1>
</header>
<ol>
<li>Non Relational Database System</li>
<li>Cloud Computng</li>
<li>Computer Security</li>
</ol>
</article>
<article> <article>
<header> <header>
<h1>Gasal 2023/2024</h1> <h1>Gasal 2023/2024</h1>
+3 -2
View File
@@ -1,10 +1,11 @@
<nav role="navigation"> <nav role="navigation">
<ul> <ul>
<li><a href="../index.php">Home</a></li> <li><a href="../index.php">Home</a></li>
<li><a href="../tekkom-ti/">CompTech</a></li>
<li>|</li> <li>|</li>
<li><a href="../kripto-ti/">Cryptography</a></li> <li><a href="../os-ti/">Operating Systems</a></li>
<li>|</li> <li>|</li>
<li><a href="../cloud-infrastructure-ti/">SysAdmin</a></li> <li><a href="../cloud-infrastructure-ti/">Cloud</a></li>
<li>|</li> <li>|</li>
<li><a href="../manpro-ti/">PM</a></li> <li><a href="../manpro-ti/">PM</a></li>
</ul> </ul>
+2 -2
View File
@@ -52,9 +52,9 @@ Certification in 2021. His main operating system is <a href="http://www.slackwar
<article> <article>
<header> <header>
<h3>My classes next semester</h3> <h3>My classes next semester</h3>
<span><time datetime="2023-08-26">August, 26 2023</time></span> <span><time datetime="2024-08-12">August, 12 2024</time></span>
</header> </header>
<p>I will be teaching Cryptography, Project Management, Cloud Infrastructure, and Database Administration.</p> <p>I will be teaching Project Management, Operating Systems, Cloud Infrastructure, and Database Administration.</p>
</article> </article>
</section> </section>
<?php <?php