mirror of
https://github.com/agresdominik/website.git
synced 2026-04-21 18:05:53 +00:00
Final adjustments
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
## Personal Website
|
||||||
|
|
||||||
|
Source code for my personal website. Built with Hugo, minimal black and white design.
|
||||||
|
Live: agres.online
|
||||||
|
|
||||||
|
## Stack
|
||||||
|
|
||||||
|
- Hugo static site generator - no themes used
|
||||||
|
- Inter typeface
|
||||||
|
- Custom CSS
|
||||||
|
|
||||||
|
## Local Development
|
||||||
|
|
||||||
|
use makefile
|
||||||
|
|
||||||
|
## Licence
|
||||||
|
|
||||||
|
MIT
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
document.addEventListener("DOMContentLoaded", function () {
|
document.addEventListener("DOMContentLoaded", function () {
|
||||||
const text = "agres.online";
|
const text = "Welcome";
|
||||||
const element = document.getElementById("typedText");
|
const element = document.getElementById("typedText");
|
||||||
let index = 0;
|
let index = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user