Skip to content

Commit

Permalink
R5 rollout
Browse files Browse the repository at this point in the history
  • Loading branch information
luke975 committed Feb 15, 2025
1 parent 82fb304 commit c09367e
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 17 deletions.
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ <h1>Lukes Cool Website!</h1>
<img src="thelukeweb-icon.ico">
<title>TLW 1 - Main Page</title>

<link rel="stylesheet" href="style.css" />


<!Doctype Html>
<Html>
Expand Down Expand Up @@ -32,8 +34,13 @@ <h1>Lukes Cool Website!</h1>


<h1>TLW Patch Notes</h1>

<h2>TLW R5 - The Great CSS Takeover</h2>
<p>Im currently learning some CSS, so I decided to implement it into this website. The initial start of thia update is
slow, but eventually this will be a big, cool update. This update will take a while to affect the website.</p>

<h2>TLW One R4-C</h2>
<p style="font-family: Comic Sans MS"> Added a new link
<p> Added a new link</p>

<p style="font-family: Comic Sans MS"> thelukeweb ONE Release 4-B is a minor update that added what was intended for R4, but never added.

Expand Down
9 changes: 7 additions & 2 deletions links/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<body>
<h1>Links!</h1>
<img src="thelukeweb-icon.ico">
<title>TLW 1 - Links</title>
<Body bgcolor="#32CD32">

<center>
<link rel="stylesheet" href="../style.css">

<body>
<h1>LukeClicker Website</h1>
<a href="https://luke975.github.io/lukeClick">The Official LukeClicker Website</a>
Expand Down Expand Up @@ -36,7 +40,7 @@ <h1>Sailing the Seven Seas</h1>
<h1>Thats not all yet...</h1>

<p style="font-family: Comic Sans MS"/> thelukeguide
<a href="../the website.html">the main page</a>
<a href="../index.html">the main page</a>
<a href="../web page 2/thewebpage2.html">page 2</a>


Expand All @@ -47,4 +51,5 @@ <h1>Thats not all yet...</h1>


<p style="font-family: Comic Sans MS">brought to U by tottaly a real company Inc.
<p style="font-family: Comic Sans MS">i hope you like my website! R4-WEB
<p style="font-family: Comic Sans MS">i hope you like my website! TLW ONE - Release 5
</body>
20 changes: 20 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
h1 {
color: black;
text-align: center;
}

p {
font-family: Comic Sans MS;
text-align: center;
text-color: #00008B;
}

h2 {
text-align: center;
text-color: DodgerBlue;
}

body {
background-color= #32CD32;
text-align: center;
}
18 changes: 4 additions & 14 deletions web page 2/thewebpage2.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<h1>Lukes Cool Website!</h1>
<img src="thelukeweb-icon.ico">
<center>
<title>TLW 1 - Page 2</title>
<link rel="stylesheet" href="../style.css">

<p style="font-family: Comic Sans MS"/> thelukeguide
<a href="../index.html">the main page</a>
Expand Down Expand Up @@ -39,22 +41,10 @@ <h1>Lukes Cool Website!</h1>



<html>
<head>
<style>
@font-face { font-family: Minecraft; src: url('Minecraft.TTF'); }
h1 {
font-family: Minecraft
}
</style>
</head>
<body>
<h1>Thats all folks!</h1>
</body>
</html>



<h1>That's all folks!</h1>

<img src="thatsallfolks.jpg"/>

Expand All @@ -64,4 +54,4 @@ <h1>Thats all folks!</h1>


<p style="font-family: Comic Sans MS">brought to U by tottaly a real company Inc.
<p style="font-family: Comic Sans MS">i hope you like my website. R4-WEB
<p style="font-family: Comic Sans MS">i hope you like my website. R5

0 comments on commit c09367e

Please sign in to comment.