-
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
Linfindel
committed
Jan 3, 2024
1 parent
bdfbd2b
commit 3576f25
Showing
4 changed files
with
96 additions
and
96 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 |
---|---|---|
@@ -1,44 +1,44 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Sonnets</title> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Sonnets</title> | ||
|
||
<link rel="stylesheet" href="https://linfindel.github.io/nadircss/nadir.css"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,0,0" /> | ||
<link rel="stylesheet" href="https://linfindel.github.io/nadircss/nadir.css"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,0,0" /> | ||
</head> | ||
<body> | ||
<div class="navbar-column"> | ||
<div class="navbar"> | ||
<h1>Shakespearean Sonnets</h1> | ||
</div> | ||
|
||
<button onclick="location.href = 'index.html'"> | ||
<span class="material-symbols-rounded">arrow_back</span> | ||
Back | ||
</button> | ||
<div class="navbar-column"> | ||
<div class="navbar"> | ||
<h1>Shakespearean Sonnets</h1> | ||
</div> | ||
|
||
<div id="about-card" class="card column" style="opacity: 0; pointer-events: none;"> | ||
<div class="text-center"> | ||
<h1 id="version">Loading...</h1> | ||
<p id="whats-new"></p> | ||
</div> | ||
<button onclick="location.href = 'index.html'"> | ||
<span class="material-symbols-rounded">arrow_back</span> | ||
Back | ||
</button> | ||
</div> | ||
|
||
<div id="about-card" class="card column" style="opacity: 0; pointer-events: none;"> | ||
<div class="text-center"> | ||
<h1 id="version">Loading...</h1> | ||
<p id="whats-new"></p> | ||
</div> | ||
|
||
<div class="row"> | ||
<button id="about1" onclick="window.open('https://linfindel.github.io', '_blank')" class="about"> | ||
<span class="material-symbols-rounded">home</span> | ||
More projects | ||
</button> | ||
<div class="row"> | ||
<button id="about1" onclick="window.open('https://linfindel.github.io', '_blank')" class="about"> | ||
<span class="material-symbols-rounded">home</span> | ||
More projects | ||
</button> | ||
|
||
<button id="about2" onclick="window.open('https://www.github.com/linfindel/sonnets', '_blank')" class="about"> | ||
<span class="material-symbols-rounded">code</span> | ||
View source | ||
</button> | ||
</div> | ||
<button id="about2" onclick="window.open('https://www.github.com/linfindel/sonnets', '_blank')" class="about"> | ||
<span class="material-symbols-rounded">code</span> | ||
View source | ||
</button> | ||
</div> | ||
</div> | ||
|
||
<script src="version.js"></script> | ||
<script src="version.js"></script> | ||
</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 |
---|---|---|
@@ -1,42 +1,42 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Sonnets</title> | ||
|
||
<link rel="stylesheet" href="https://linfindel.github.io/nadircss/nadir.css"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,0,0" /> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif:wght@300&display=swap" rel="stylesheet"> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Sonnets</title> | ||
|
||
<link rel="stylesheet" href="https://linfindel.github.io/nadircss/nadir.css"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,0,0" /> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif:wght@300&display=swap" rel="stylesheet"> | ||
</head> | ||
<body class="column"> | ||
<div class="navbar-column"> | ||
<div class="navbar"> | ||
<h1>Shakespearean Sonnets</h1> | ||
</div> | ||
|
||
<button onclick="location.href = 'about.html'"> | ||
<span class="material-symbols-rounded">info</span> | ||
About | ||
</button> | ||
<div class="navbar-column"> | ||
<div class="navbar"> | ||
<h1>Shakespearean Sonnets</h1> | ||
</div> | ||
|
||
<div class="search-box"> | ||
<span class="material-symbols-rounded">search</span> | ||
<button onclick="location.href = 'about.html'"> | ||
<span class="material-symbols-rounded">info</span> | ||
About | ||
</button> | ||
</div> | ||
|
||
<input oninput="search(this.value)" class="input-search outline-none" type="number" placeholder="Search for sonnets"> | ||
</div> | ||
<div class="search-box"> | ||
<span class="material-symbols-rounded">search</span> | ||
|
||
<div id="sonnet-container" class="toolbar" style="flex-direction: column; gap: 0; display: none;"> | ||
<h3 style="font-family: 'Noto Serif', serif;" id="sonnet-title"></h3> | ||
<input oninput="search(this.value)" class="input-search outline-none" type="number" placeholder="Search for sonnets"> | ||
</div> | ||
|
||
<div id="sonnet-divider" class="toolbar-divider-horizontal"></div> | ||
<div id="sonnet-container" class="toolbar" style="flex-direction: column; gap: 0; display: none;"> | ||
<h3 style="font-family: 'Noto Serif', serif;" id="sonnet-title"></h3> | ||
|
||
<p style="font-family: 'Noto Serif', serif;" id="sonnet"></p> | ||
</div> | ||
<div id="sonnet-divider" class="toolbar-divider-horizontal"></div> | ||
|
||
<p style="font-family: 'Noto Serif', serif;" id="sonnet"></p> | ||
</div> | ||
|
||
<script src="sonnets.js"></script> | ||
<script src="sonnets.js"></script> | ||
</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
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