Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Siti Nur Fadilah Syam - FE2601826 #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ruang-belajar/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test.html
6 changes: 6 additions & 0 deletions ruang-belajar/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Ruang Belajar

Contributor:

- `Siti Nur Fadilah Syam - FE2601826`
- Bob
8 changes: 8 additions & 0 deletions ruang-belajar/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<title>Ruang Belajar</title>
</head>
<body>

</body>
</html>
13 changes: 13 additions & 0 deletions ruang-belajar/pages/dashboard.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<html>
<head>
<title>Dashboard Page</title>
</head>
<body>
<div>
<canvas id="chart1"></canvas>
<div>
<div>
<canvas id="chart2"></canvas>
<div>
</body>
</html>
21 changes: 21 additions & 0 deletions ruang-belajar/pages/material.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<html>
<head>
<title>Material Page</title>
</head>
<body>
<ul>
<li>Git basic</li>
<li>Github basic</li>
<li>My Material 1</li>
<li>My Material 2</li>
<ul>
<h1>Git basic</h1>
<p>Git adalah centralize version control system yang sering digunakan oleh programmer profesional saat ini</p>
<h1>Github basic</h1>
<p>Github adalah platform untuk menyimpan repo secara online</p>
<h1>My Material 1</h1>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit</p>
<h1>My Material 2</h1>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit</p>
</body>
</html>
17 changes: 17 additions & 0 deletions ruang-belajar/pages/question.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<html>
<head>
<title>Question Page</title>
</head>
<body>
<ul>
<li>What is Git?</li>
<li>Why use Git?</li>
<li>Soal 4</li>
<li>Soal 5</li>
<ul>
<h1>What is Git</h1>
<p>Apa itu git init?</p>
<p>Kapan kita mengguanakn git init?</p>
<h1>Soal 5</h1>
</body>
</html>