diff --git a/index.html b/index.html index 1139b6c..8d79457 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,12 @@

nicholassurmava.com

- git.nicholassurmava.com +

Stay Tuned...

\ No newline at end of file diff --git a/static/css/style.css b/static/css/style.css index 3ea24b0..7712af7 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -87,4 +87,20 @@ h2.typewriter { animation: typing 4.5s steps(14, end) infinite, blink 0.75s step-end infinite; +} + +.links { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; +} + +.links a { + padding: 0.5rem; +} + +a.disabled { + pointer-events: none; + color: #666; } \ No newline at end of file