From 68a49b366dfb91706f728266a16185b2df720422 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Sun, 25 May 2025 20:44:32 +0930 Subject: [PATCH] resume icon addition in progress --- assets/file-solid.svg | 1 + index.html | 9 +++++++++ style.css | 15 +++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 assets/file-solid.svg diff --git a/assets/file-solid.svg b/assets/file-solid.svg new file mode 100644 index 0000000..e90a3e2 --- /dev/null +++ b/assets/file-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index 3533e25..cdaf79c 100644 --- a/index.html +++ b/index.html @@ -74,6 +74,15 @@ +
+ + + + + +
diff --git a/style.css b/style.css index 711bd52..931c42f 100644 --- a/style.css +++ b/style.css @@ -97,6 +97,21 @@ img { } } +.make-icon-smaller { + display: flex; + + a { + display: flex; + flex: 1; + + svg { + margin: auto; + height: 75%; + padding-bottom: 5%; + } + } +} + h2 { span { display: inline-block;