-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
93 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<!DOCTYPE html> | ||
<head> | ||
|
||
</head> | ||
<style> | ||
|
||
</style> | ||
<body background="images/banner.jpg"> | ||
|
||
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<html> | ||
<head> | ||
<link rel="stylesheet" href="style.css"> | ||
<title>Laman sesawang saya</title> | ||
<link rel="icon" type="image/x-icon" href="images/Journal-Icon.ico"> | ||
</head> | ||
<body background="images/background.jpg"> | ||
<div class="biodata"> | ||
<center> | ||
<div class="mainText"> | ||
<marquee behavior="alternate" direction="left"> | ||
<img src="images/CitaCita.png" alt="Biodata Saya"> | ||
</marquee> | ||
</div> | ||
<div class="clickableIcon"> | ||
<a href="index.html" title="Biodata Saya"><img src="images/journal.png" alt="Info Saya" style="width: 20%;height: 20%;"> </a> | ||
<a href="cita-cita.html" title="Cita Cita Saya"><img src="images/kerja.png" alt="Info Saya" style="width: 20%;height: 20%;"> </a> | ||
</div> | ||
<div class="karangan" > | ||
<p>Cita cita saya adalah untuk menjadi jurutera elektrik.</p> | ||
<p>Untuk mencapai cita-cita saya, saya perlu mendapat markah yang bagus bagi Sijil Pelajaran Malaysia (SPM).</p> | ||
<p>Selepas itu, saya perlu memasuki universiti yang mengajar jurusan jurutera elektrik.</p> | ||
<p>Akhirnya, moga moga saya dapat mencapai cita cita saya.</p> | ||
</div> | ||
|
||
</center> | ||
</div> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<html> | ||
<head> | ||
<title>Laman sesawang saya</title> | ||
<link rel="stylesheet" href="style.css"> | ||
<link rel="icon" type="image/x-icon" href="images/Journal-Icon.ico"> | ||
</head> | ||
<body background="images/background.jpg"> | ||
<div class="biodata"> | ||
<center> | ||
<div class="mainText"> | ||
<marquee behavior="alternate" direction="left"> | ||
<img src="images/Biodata.png" alt="Biodata Saya"> | ||
</marquee> | ||
</div> | ||
<div class="clickableIcon"> | ||
<a href="index.html" title="Biodata Saya"><img src="images/journal.png" alt="Info Saya" style="width: 20%;height: 20%;"> </a> | ||
<a href="cita-cita.html" title="Cita Cita Saya"><img src="images/kerja.png" alt="Info Saya" style="width: 20%;height: 20%;"> </a> | ||
</div> | ||
<div class="karangan" > | ||
|
||
|
||
<p>Nama saya ialah Muhammad Syazmi Fadhlullah Bin Shafie.</p> | ||
<p>Saya merupakan murid tingkatan 1 di Sekolah Menengah Sains Banting.</p> | ||
<p>Saya merupakan pelajar program dwibahasa anjuran Kementerian Pelajaran Malaysia</p> | ||
<P>Rumah saya terletak di Kajang, Selangor, Malaysia</P> | ||
</div> | ||
|
||
</center> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!DOCTYPE html> | ||
<head> | ||
<link rel="icon" type="image/x-icon" href="images/Journal-Icon.ico"> | ||
</head> | ||
<style> | ||
|
||
</style> | ||
|
||
<body background="images/bbc.png"> | ||
|
||
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); | ||
body{ | ||
font-family: Roboto; | ||
|
||
} | ||
.karangan{ | ||
color: lemonchiffon; | ||
font-size: 30px; | ||
} | ||
.biodata{ | ||
size: 80rem; | ||
} |