Files
lecturer/tekkom-ti/index.php
T
Willy Sudiarto Raharjo abffc2de6a
Deploy PHP App / deploy (push) Successful in 19s
remove whitespaces.
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
2026-08-18 00:02:19 +07:00

72 lines
2.2 KiB
PHP

<!DOCTYPE html>
<head>
<title>Willy Sudiarto Raharjo - Computer Technology</title>
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, Teknologi Komputer, Teknik Informatika" />
<meta name="description" content="Situs ini berisi halaman materi untuk kelas Teknologi Komputer Universitas Kristen Duta Wacana" />
<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/courses.php";
?>
</header>
<section class="title">Computer Technology</section>
<section class="sidebar">
<header>
<h3>Jadwal</h3>
</header>
<aside>
<p>Grup A<br/>Hari Selasa<br/>Jam 10.30 - 13.20</p>
</aside>
</section>
<section class="classinfo">
<section class="description">
<header>
<h1>PENGANTAR</h1>
</header>
<p>Mata kuliah ini memperkenalkan mahasiswa dengan dunia komputer dan diharapkan dapat menyatukan pandangan sekaligus memberi dasar yang setara bagi mahasiswa dengan berbagai macam latar belakang bidang ilmu untuk menempuh kuliah selanjutnya di program studi Informatika.</p>
<p>Berbagai macam aspek komputer diperkenalkan mulai dari perangkat keras, perangkat lunak, teknologi di dunia komputer, implementasi dan implikasi teknologi informasi dalam masyarakat.</p>
</section>
</section>
<section class="material">
<header>
<h1>MATERI</h1>
</header>
<ol>
<li>Syllabus</li>
<li>Introduction to the World of Technology</li>
<li>Binary Values and Number Systems</li>
<li>Data Representation</li>
<li>Computing Components</li>
<li>Programming &amp; Algorithms</li>
<li>Operating Systems</li>
<li>Databases</li>
<li>Networking &amp; Internet</li>
<li>Artificial Intelligence</li>
<li>Generative AI</li>
<li>Computer Security</li>
</ol>
</section>
<section class="references">
<header>
<h1>REFERENSI</h1>
</header>
<ol>
<li>Understanding Computer Today &amp; Tomorrow (Deborah Morley, Charles S. Parker)</li>
</ol>
</section>
<?php
include "../includes/footer.php";
?>
</body>
</html>