Skip to content

Commit

Permalink
Merge pull request #10 from FitzwilliamMuseum/feat/tnew-improvements
Browse files Browse the repository at this point in the history
feat: footer x social, css update
  • Loading branch information
ostafinskim authored Jun 13, 2024
2 parents d767ef1 + e8bd392 commit a966ce8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
9 changes: 3 additions & 6 deletions _includes/structure/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,9 @@ <h3 class="sr-only">Join our conversations</h3>
d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z" />
</svg> </a>
<a aria-label="Fitzwilliam Museum twitter account" href="https://twitter.com/FitzMuseum_UK">
<svg width="48" height="48" alt="Twitter logo" class="my-2
mx-2" fill="currentColor" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"><!--! Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. -->
<path
d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" />
</svg> </a>
<svg width="48" height="48" alt="X logo" class="my-2
mx-2" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"></path></svg>
<a aria-label="Fitzwilliam Museum linkedin account"
href="https://www.linkedin.com/company/the-fitzwilliam-museum/">
<svg width="48" height="48" alt="Linkedin logo" class="my-2
Expand Down
15 changes: 15 additions & 0 deletions css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -1053,3 +1053,18 @@ a.nav-link {
.eden {
filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(100deg) brightness(100%) contrast(100%);
}

.list-unstyled {
padding-left: 16px;
}

.radio label {
padding-left: 0;
color: black;
font-weight: bolder;
}

.radio input[type=radio] {
margin-left: 0;
margin-top: 5px;
}

0 comments on commit a966ce8

Please sign in to comment.