Done with the samples, and can be released as first version!
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user