Initial commit. Still playing around.

This commit is contained in:
Daniel Jones 2024-09-05 15:37:14 -05:00
commit 9dfc385f9f
5 changed files with 60 additions and 0 deletions

43
index.html Normal file
View File

@ -0,0 +1,43 @@
<!-- https://khang-nd.github.io/7.css/ -->
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://unpkg.com/7.css">
<link rel="stylesheet" href="main.css">
<title>Who is this joker?</title>
</head>
<body>
<div class="background">
<div class="window glass active" style="max-width: 100%">
<div class="title-bar">
<div class="title-bar-text">A glass window frame</div>
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Maximize"></button>
<button aria-label="Close"></button>
</div>
</div>
<div class="window-body has-space">
<p>The background behind is blurred.</p>
</div>
</div>
</div>
</body>
</html>

View File

@ -0,0 +1,12 @@
<head>
<link rel="stylesheet" href="../main.css">
<title>Who is this joker?</title>
</head>
<body>
<div class="navbar">
<a href="index.html">C:\</a>
<a href="./jokerlinks/jokerlinks.html">jokerlinks</a>
</div>
</body>

3
main.css Normal file
View File

@ -0,0 +1,3 @@
body {
background-image: url("vista.jpg");
}

2
readme.md Normal file
View File

@ -0,0 +1,2 @@
# rebuilding of whoisthisjoker.com
I am remaking my blog site in simple html and css with maybe a little javascript here and there. Pretty basic now while I figure out how well I can convert everything and how I want it to look. Using 7.css to style it to look like windows 7.

BIN
vista.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB