-
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.
Upgrades and css alignment with main site
- Loading branch information
Showing
1,282 changed files
with
456 additions
and
91,146 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
from flask_frozen import Freezer | ||
from project import create_app | ||
from flask_fontawesome import FontAwesome | ||
from flask_font_awesome import FontAwesome | ||
|
||
|
||
# Call the application factory function to construct a Flask application | ||
# instance using the development configuration | ||
app = create_app() | ||
fa = FontAwesome(app) | ||
font_awesome = FontAwesome(app) | ||
|
||
# Create an instance of Freezer for generating the static files from | ||
# the Flask application routes ('/', '/data_analysis', etc.) | ||
# the Flask application routes ('/', '/breakfast', etc.) | ||
freezer = Freezer(app) | ||
|
||
|
||
if __name__ == "__main__": | ||
# Run the development server that generates the static files | ||
# using Frozen-Flask | ||
freezer.run(debug=True) | ||
# Generate the static files using Frozen-Flask | ||
freezer.freeze() |
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,17 +1,17 @@ | ||
from flask_frozen import Freezer | ||
from project import create_app | ||
from flask_fontawesome import FontAwesome | ||
from flask_font_awesome import FontAwesome | ||
|
||
# Call the application factory function to construct a Flask application | ||
# instance using the development configuration | ||
app = create_app() | ||
fa = FontAwesome(app) | ||
font_awesome = FontAwesome(app) | ||
|
||
# Create an instance of Freezer for generating the static files from | ||
# the Flask application routes ('/', '/breakfast', etc.) | ||
freezer = Freezer(app) | ||
|
||
|
||
if __name__ == "__main__": | ||
if __name__ == '__main__': | ||
# Generate the static files using Frozen-Flask | ||
freezer.freeze() |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<!-- Required meta tags --> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<title>Unseen University</title> | ||
|
||
<!-- Favicons --> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/static/favicons/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicons/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicons/favicon-16x16.png"> | ||
<link rel="manifest" href="/static/favicons/site.webmanifest"> | ||
<link rel="mask-icon" href="/static/favicons/safari-pinned-tab.svg" color="#333333"> | ||
<link rel="shortcut icon" href="/static/favicons/favicon.ico" type="image/x-icon"> | ||
<meta name="msapplication-TileColor" content="#333333"> | ||
<meta name="theme-color" content="#000000"> | ||
|
||
<!-- Local CSS file for styling the application--> | ||
<link rel="stylesheet" href="/static/css/base_style.css"> | ||
|
||
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js" integrity="sha512-GWzVrcGlo0TxTRvz9ttioyYJ+Wwk9Ck0G81D+eO63BaqHaJ3YZX9wuqjwgfcV/MrB2PhaVX9DkYVhbFpStnqpQ==" crossorigin="anonymous"></script> | ||
|
||
<!-- Additional Styling --> | ||
|
||
|
||
|
||
</head> | ||
|
||
<body> | ||
<header> | ||
<h1><a href="https://tymyrddin.dev">Ty Myrddin Home</a></h1> | ||
<nav> | ||
<ul> | ||
<li class="nav__item"><a href="/" class="nav__link">Unseen University</a></li> | ||
<li class="nav__item"><a href="/blog/" class="nav__link">Improbability Blog</a></li> | ||
<li class="nav__item"><a href="/about/" class="nav__link">About</a></li> | ||
<li class="nav__item"><a href="/registration/" class="nav__link">Register</a></li> | ||
</ul> | ||
</nav> | ||
</header> | ||
|
||
<main class="content"> | ||
<!-- child template --> | ||
|
||
<h1 class="errorpage-title" style="color:Orange;">Uh,oh, 404, not found</h1> | ||
<div class="errorpage-section"> | ||
<a href="/"> | ||
<img | ||
src="/static/img/404-no-panic.png" | ||
alt="Wyrd sisters" | ||
class="blog-post-card__image" /> | ||
</a> | ||
<h2><br /><a href="/" style="color:Orange;text-decoration:none;text-transform:uppercase;"> | ||
Here, for whatever reason, is the world. <br /> | ||
And it revolves around a small unregarded yellow sun at <br /> | ||
nine hundred miles an hour (nineteen miles a second), <br /> | ||
far out in the uncharted backwaters of the unfashionable end of <br /> | ||
the western spiral arm of a Galaxy. <br /> | ||
A Galaxy containing a hundred billion stars, a hundred thousand <br /> | ||
light years side to side, bulging in the middle. <br /> | ||
Out by us, it is only three thousand light years wide. That planet. <br /> | ||
With you and me on it, for now.</a></h2> | ||
</div> | ||
|
||
</main> | ||
|
||
<footer> | ||
<p><a href="https://www.tymyrddin.dev/">Ty Myrddin</a> - <a rel="me" href="https://mastodon.social/@barzh">Mastodon</a> - <a rel="me" href="https://tube.spdns.org/a/barzh/video-channels">Move IT tube</a> - <a rel="me" href="https://github.com/tymyrddin">GitHub</a> - <a rel="me" href="https://gitlab.com/tymyrddin">Gitlab</a></p> | ||
</footer> | ||
</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
Oops, something went wrong.