minor fixes
This commit is contained in:
parent
e06e10f5e6
commit
d735e0b85b
@ -1,6 +1,6 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
|
||||
* {
|
||||
font-family: 'Comfortaa', sans-serif;
|
||||
font-family: 'Nunito', sans-serif;
|
||||
}
|
||||
html, body {
|
||||
height: 100%;
|
||||
|
@ -9,23 +9,7 @@
|
||||
<link rel="icon" href="{{ url_for('static', filename='artberry.ico') }}" type="image/x-icon">
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<div class="nav-buttons">
|
||||
<a href="{{ url_for('index') }}" class="button">Arts</a>
|
||||
<a href="{{ url_for('videos') }}" class="button">Videos</a>
|
||||
<a href="{{ url_for('comics') }}" class="button">Comics</a>
|
||||
{% if current_user.is_authenticated %}
|
||||
{% if content_type == 'art' %}
|
||||
<a href="{{ url_for('upload') }}" class="button">Upload</a>
|
||||
{% elif content_type == 'video' %}
|
||||
<a href="{{ url_for('upload_video') }}" class="button">Upload</a>
|
||||
{% elif content_type == 'comic' %}
|
||||
<a href="{{ url_for('comic_upload') }}" class="button">Upload</a>
|
||||
{% endif %}
|
||||
<a href="{{ url_for('shop') }}" class="button">{{ user_cookies }} 🍪</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</nav>
|
||||
{% include 'navbar.html' %}
|
||||
|
||||
{% if content_type == 'art' %}
|
||||
<h1>Image</h1>
|
||||
|
Loading…
x
Reference in New Issue
Block a user