Initial commit. Still playing around.
This commit is contained in:
commit
9dfc385f9f
43
index.html
Normal file
43
index.html
Normal 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>
|
12
jokerlinks/jokerlinks.html
Normal file
12
jokerlinks/jokerlinks.html
Normal 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>
|
2
readme.md
Normal file
2
readme.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user