Uni quezes and about page almost finished

This commit is contained in:
2025-01-12 16:48:09 +01:00
parent 72c21d6d81
commit 215ba53b11
66 changed files with 4408 additions and 126 deletions

View File

@ -6,13 +6,13 @@
<title>My Portfolio</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">
</head>
<body>
<div class="container">
<!-- Header Section -->
<header class="header">
<div class="brand">Computer Science Engineer</div>
<div class="name">Máté Gosztolya's personal website</div>
<div class="title-name">Máté Gosztolya's personal website</div>
<nav>
<a href="{{ url_for('home') }}">Home</a>
<a href="{{ url_for('git') }}">Git</a>
@ -26,7 +26,7 @@
{% block content %}{% endblock %}
<footer class="footer">
© 2025 Máté Gosztolya's Portfolio. All rights reserved. | <a href="#contact">Get in Touch</a>
© 2025 Máté Gosztolya's personal website. All rights reserved. | <a href="{{ url_for('about') }}">Get in Touch</a>
</footer>
</div>
</body>