diff --git a/public/css/styles.css b/public/css/styles.css index 87fb199..ba26d85 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -135,3 +135,24 @@ select { padding-bottom: 8px; } } + +#githubIcon { + width: 24px; + height: 24px; +} + +a { + text-decoration: none; +} +a:hover { + opacity: 0.8; +} + +.githubLink { + display: flex; + flex-direction: column; + align-items: center; + text-align: center; + gap: 10px; + font-size: 12px; +} diff --git a/public/images/github-mark.svg b/public/images/github-mark.svg new file mode 100644 index 0000000..37fa923 --- /dev/null +++ b/public/images/github-mark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/index.html b/public/index.html index bfece7c..7cec152 100644 --- a/public/index.html +++ b/public/index.html @@ -57,8 +57,18 @@ + + +
Causeway SVG