Done with the samples, and can be released as first version!

This commit is contained in:
2025-01-13 14:27:20 +01:00
parent 425e583bbe
commit 6a16200a51
27 changed files with 628 additions and 93 deletions

View File

@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio</title>
<meta name="author" content="Máté Gosztolya">
<title>Matthew's website</title>
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}">
<link rel="shortcut icon" href="{{ url_for('static', filename='images/home/logo.jpg') }}" type="image/x-icon">
@ -16,7 +17,7 @@
<nav>
<a href="{{ url_for('home') }}">Home</a>
<a href="{{ url_for('git') }}">Git</a>
<a href="{{ url_for('projects') }}">Projects</a>
<a href="{{ url_for('projects') }}">Posts</a>
<a href="{{ url_for('uni') }}">UNI</a>
<a href="{{ url_for('about') }}">About</a>