Skip to content

Commit

Permalink
favicon & file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo42night committed Oct 14, 2024
1 parent d9d9a0f commit 063e9a4
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 9 deletions.
Binary file removed apostle.png
Binary file not shown.
9 changes: 7 additions & 2 deletions css.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="img/favicon.ico" sizes="32x32" />
<link rel="icon" href="img/icon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="img/apple-touch-icon.png" />
<link rel="manifest" href="img/site.webmanifest">

<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dokumentasi CSS</title>
Expand All @@ -10,7 +15,7 @@
<body>
<div class="container">
<nav>
<img src="logo2.png" alt="" /><a href="index.html">HTML</a>+<a
<img src="img/logo.png" alt="Logo Leo" /><a href="index.html">HTML</a>+<a
href="#"
class="active"
>CSS</a
Expand Down Expand Up @@ -106,7 +111,7 @@ <h2>Project Under Construction 👨‍🔧🏗️</h2>
href="https://github.com/Leo42night/"
target="_blank"
rel="noopener noreferrer"
><img src="github.jpg" alt="" class="fb"
><img src="img/github.jpg" alt="gihtub icon"
/></a>
</p>
<p>&copy; 23 Juli 2023</p>
Expand Down
Binary file removed github.jpg
Binary file not shown.
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="img/favicon.ico" sizes="32x32" />
<link rel="icon" href="img/icon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="img/apple-touch-icon.png" />
<link rel="manifest" href="img/site.webmanifest">

<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>dokumentasi HTML</title>
Expand All @@ -10,7 +15,7 @@
<!-- header -->
<header>
<nav>
<img src="logo2.png" alt="" /><a href="#">HTML</a>
<img src="img/logo.png" alt="Logo Leo" /><a href="#">HTML</a>
<a href="css.html">CSS</a> <a href="javaScript.html">JavaScript</a>
</nav>
<h1>Pengenalan HTML</h1>
Expand Down Expand Up @@ -173,7 +178,7 @@ <h2>Project Under Construction 👨‍🔧🏗️</h2>
>
Jl. Imam Bonjol, gg. bansir 3, Pontianak Tenggara
</address>
<p> &copy; 23 Juli 2023</p>
<p>&copy; 23 Juli 2023</p>
</footer>
</body>
</html>
13 changes: 9 additions & 4 deletions javaScript.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="img/favicon.ico" sizes="32x32" />
<link rel="icon" href="img/icon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="img/apple-touch-icon.png" />
<link rel="manifest" href="img/site.webmanifest">

<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dokumentasi JavaScript</title>
Expand All @@ -9,7 +14,7 @@
<body>
<div class="container">
<nav>
<img src="logo2.png" alt="" /><a href="index.html">HTML</a> +
<img src="img/logo.png" alt="Logo Leo" /><a href="index.html">HTML</a> +
<a href="css.html">CSS</a> + <a href="#" class="active">JavaScript</a
><button>Click!</button>
</nav>
Expand All @@ -22,12 +27,12 @@ <h1>Pengenalan JS</h1>
</p>
</header>
<div class="boo" id="boo">
<img src="apostle.png" alt="" id="hoverImg" />
<img src="img/apostle.png" alt="" id="hoverImg" />
<audio controls id="audio" style="opacity: 0">
<source src="gasping-zombie.wav" type="audio/wav" />
</audio>
</div>
<img src="walk.jpeg" alt="" id="sword" />
<img src="img/walk.jpeg" alt="" id="sword" />
<section>
<h3>
Materi JS dan setelahnya yang perlu diperdalam lagi (cara dan
Expand Down Expand Up @@ -110,7 +115,7 @@ <h2>Project Under Construction 👨‍🔧🏗️</h2>
href="https://github.com/Leo42night/"
target="_blank"
rel="noopener noreferrer"
><img src="github.jpg" alt="" class="fb"
><img src="img/github.jpg" alt="gihtub icon"
/></a>
</p>
<p>&copy; 2023 - <span id="currentYear"></span></p>
Expand Down
Binary file removed logo2.png
Binary file not shown.
Binary file removed moon.png
Binary file not shown.
Binary file removed mountains_behind.png
Binary file not shown.
Binary file removed mountains_front.png
Binary file not shown.
Binary file removed rock.jpg
Binary file not shown.
Binary file removed stars.png
Binary file not shown.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
font-family: monospace;
background-image: url('rock.jpg');
background-image: url('img/rock.jpg');
}
.container {
position: relative;
Expand Down
Binary file removed walk.jpeg
Binary file not shown.

0 comments on commit 063e9a4

Please sign in to comment.