diff --git a/css/style.css b/css/style.css index 810c00c..8b8289e 100644 --- a/css/style.css +++ b/css/style.css @@ -261,3 +261,70 @@ button { #input-toggle-button { display: none; } + +footer { + padding: 20px 0; + display: flex; + flex-direction: column; + align-items: center; +} + +.fabout, .flinks { + display: flex; + flex-direction: row; + align-items: center; + margin-bottom: 20px; +} + +.fabout { + flex-direction: column; + align-items: center; + margin-right: 2.5px; +} + +.fabout p { + text-align: left; + max-width: 400px; +} + +.ficons a { + color: #3498db; + text-decoration: none; + margin: 5px 10px; + display: inline-flex; + align-items: center; +} + +.fcontainer { + display: inline-flex; +} + +.ficons i { + margin-right: 5px; +} + +.ficons a:hover { + text-decoration: underline; +} + +.flinks { + flex-direction: column; + align-items: flex-start; +} + +.flinks a { + color: #ecf0f1; + text-decoration: none; + margin: 5px 0; +} + +.flinks a:hover { + text-decoration: underline; +} + +.copyright { + text-align: center; + margin-top: 20px; + color: #bdc3c7; + font-size: 18px; +} \ No newline at end of file diff --git a/index.html b/index.html index 5ed0999..f93adb2 100644 --- a/index.html +++ b/index.html @@ -1820,7 +1820,6 @@

K Koyal

User Image

uuphoria

- Sometimes a backend developer with rust servers Docker Frontend Developer Node.js @@ -1831,11 +1830,33 @@

uuphoria

- - - + +
+ + + diff --git a/js/cyear.js b/js/cyear.js new file mode 100644 index 0000000..52582ae --- /dev/null +++ b/js/cyear.js @@ -0,0 +1 @@ +document.getElementById("currentYear").textContent = new Date().getFullYear(); \ No newline at end of file