updated to current website
parent
b78405d5c5
commit
1a42eaef1d
|
@ -0,0 +1 @@
|
||||||
|
venv/
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,14 +1,16 @@
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
@keyframes lol {
|
||||||
.topnav {
|
from {background-color: #333;}
|
||||||
|
to {background-color: #ddd;}
|
||||||
|
}
|
||||||
|
.topnav {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
}
|
}
|
||||||
|
.topnav a {
|
||||||
.topnav a {
|
|
||||||
float: left;
|
float: left;
|
||||||
color: #858585;
|
color: #858585;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -16,18 +18,15 @@ body {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
.topnav a:hover {
|
||||||
.topnav a:hover {
|
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
.topnav a.active {
|
||||||
.topnav a.active {
|
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
color: #04AA6D;
|
color: #04AA6D;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topnav a.twitch {
|
.topnav a.twitch {
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
color: #6441a5;
|
color: #6441a5;
|
||||||
|
@ -40,7 +39,9 @@ body {
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
color: #7289da;
|
color: #7289da;
|
||||||
}
|
}
|
||||||
h1 {text-align: center;}
|
.topnav a.game {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
p {text-align: center;
|
p {text-align: center;
|
||||||
font-size:16px;
|
font-size:16px;
|
||||||
line-height: 160%;
|
line-height: 160%;
|
||||||
|
|
|
@ -3,29 +3,19 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link
|
|
||||||
rel="stylesheet"
|
|
||||||
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
|
|
||||||
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
|
|
||||||
crossorigin="anonymous"
|
|
||||||
/>
|
|
||||||
<link
|
|
||||||
rel="stylesheet"
|
|
||||||
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
|
|
||||||
crossorigin="anonymous"
|
|
||||||
/>
|
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}">
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}">
|
||||||
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
|
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
|
||||||
<title>{% block title %}Home{% endblock %}</title>
|
<title>Anorak_1: {% block title %}Home{% endblock %}</title>
|
||||||
</head>
|
</head>
|
||||||
<body style="background-color:#262626;">
|
<body style="background-color:#262626;">
|
||||||
<div class="topnav">
|
<div class="topnav">
|
||||||
<a class="active" href="/">Home</a>
|
<a class="active" href="/">Home</a>
|
||||||
<a class="dc" href="https://discord.gg/eRDzEv9DVB" targer="_blank" rel="noopener noreferrer">Discord</a>
|
<a class="dc" href="https://discord.gg/eRDzEv9DVB" targer="_blank" rel="noopener noreferrer">Discord</a>
|
||||||
<a class="twitch" href="https://www.twitch.tv/an0rak_1" target="_blank" rel="noopener noreferrer">Twitch</a>
|
<a class="twitch" href="https://www.twitch.tv/an0rak_1" target="_blank" rel="noopener noreferrer">Twitch</a>
|
||||||
<a class="yt" href="https://www.youtube.com/channel/UC7d4Vh6X3_QnE9XL4yWmCDw" target="_blank" rel="noopener noreferrer">YouTube</a>
|
<a class="yt" href="https://youtube.com/@An0rak_1" target="_blank" rel="noopener noreferrer">YouTube</a>
|
||||||
<a href="/sites">Sites</a>
|
<a href="/sites">Sites</a>
|
||||||
<a href="/about">About</a>
|
<a href="/about">About</a>
|
||||||
|
<a class="game" href="/game">1st Game</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% with messages = get_flashed_messages(with_categories=true) %} {% if
|
{% with messages = get_flashed_messages(with_categories=true) %} {% if
|
||||||
|
@ -46,7 +36,8 @@
|
||||||
</div>
|
</div>
|
||||||
{% endif %} {% endfor %} {% endif %} {% endwith %}
|
{% endif %} {% endfor %} {% endif %} {% endwith %}
|
||||||
|
|
||||||
<div class="container">{% block content %} {% endblock %}</div>
|
<!--<div class="container"></div>-->
|
||||||
|
{% block content %} {% endblock %}
|
||||||
<script
|
<script
|
||||||
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
|
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
|
||||||
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
|
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
{% extends "base.html" %} {% block title %}Game{% endblock %} {% block
|
||||||
|
content %}
|
||||||
|
<div align="center" style="padding:10px;color: #04AA6D;">
|
||||||
|
<h1>| Game |</h1>
|
||||||
|
<h3>Soo... this is my first "game" that got past the player controller... ENJOY</h3>
|
||||||
|
<iframe src="https://demo.anorak01.top/0.1.11/Jumper.html" style="aspect-ratio: 16 / 9;width: 70%;min-width: 640px;min-height: 360px;max-width: 1920;max-height: 1200" title="Game"></iframe>
|
||||||
|
<h3>A = Left | W/Space = Jump | D = Right</h3>
|
||||||
|
<a class="game" href="https://latest.demo.anorak01.top" target="_blank" rel="noopener noreferrer">Direct Link</a>
|
||||||
|
</div>
|
||||||
|
{% endblock %}
|
|
@ -2,6 +2,6 @@
|
||||||
%}
|
%}
|
||||||
<div align="center" style="padding:10px;color: #04AA6D;">
|
<div align="center" style="padding:10px;color: #04AA6D;">
|
||||||
<h1>All selfhosted site links</h1>
|
<h1>All selfhosted site links</h1>
|
||||||
<p><a href="https://gitea.anorak01.top" target="_blank" rel="noopener noreferrer"><img src="https://gitea.anorak01.top/assets/img/logo.svg" width="120" height="120"></a><br><a href="https://nmanager.anorak01.top" target="_blank" rel="noopener noreferrer"><img src="https://avatars.githubusercontent.com/u/88089605?v=4&s=400" width="120" height="120"></a><br><a href="https://paste.anorak01.top" target="_blank" rel="noopener noreferrer"><img src=https://dashboard.snapcraft.io/site_media/appmedia/2020/03/hastebin.png width="120" height="120"></a><br></p>
|
<p><a href="https://gitea.anorak01.top" target="_blank" rel="noopener noreferrer"><img src="https://gitea.anorak01.top/assets/img/logo.svg" width="120" height="120"></a> <a href="https://paste.anorak01.top" target="_blank" rel="noopener noreferrer"><img src=https://dashboard.snapcraft.io/site_media/appmedia/2020/03/hastebin.png width="120" height="120"></a><br></p>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -8,7 +8,7 @@ views = Blueprint('views', __name__)
|
||||||
|
|
||||||
@views.route('/', methods=['GET', 'POST'])
|
@views.route('/', methods=['GET', 'POST'])
|
||||||
def home():
|
def home():
|
||||||
if request.method == 'POST':
|
'''if request.method == 'POST':
|
||||||
note = request.form.get('note')
|
note = request.form.get('note')
|
||||||
|
|
||||||
if len(note) < 1:
|
if len(note) < 1:
|
||||||
|
@ -17,7 +17,7 @@ def home():
|
||||||
new_note = Note(data=note, user_id=current_user.id)
|
new_note = Note(data=note, user_id=current_user.id)
|
||||||
db.session.add(new_note)
|
db.session.add(new_note)
|
||||||
db.session.commit()
|
db.session.commit()
|
||||||
flash('Note added!', category='success')
|
flash('Note added!', category='success')'''
|
||||||
|
|
||||||
return render_template("home.html")
|
return render_template("home.html")
|
||||||
|
|
||||||
|
@ -29,7 +29,11 @@ def sites():
|
||||||
def about():
|
def about():
|
||||||
return render_template("about.html")
|
return render_template("about.html")
|
||||||
|
|
||||||
@views.route('/delete-note', methods=['POST'])
|
@views.route('/game')
|
||||||
|
def game():
|
||||||
|
return render_template("game.html")
|
||||||
|
|
||||||
|
'''@views.route('/delete-note', methods=['POST'])
|
||||||
def delete_note():
|
def delete_note():
|
||||||
note = json.loads(request.data)
|
note = json.loads(request.data)
|
||||||
noteId = note['noteId']
|
noteId = note['noteId']
|
||||||
|
@ -39,4 +43,4 @@ def delete_note():
|
||||||
db.session.delete(note)
|
db.session.delete(note)
|
||||||
db.session.commit()
|
db.session.commit()
|
||||||
|
|
||||||
return jsonify({})
|
return jsonify({})'''
|
||||||
|
|
Loading…
Reference in New Issue