diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..6801a64 Binary files /dev/null and b/.DS_Store differ diff --git a/assets/.DS_Store b/assets/.DS_Store new file mode 100644 index 0000000..3cc8702 Binary files /dev/null and b/assets/.DS_Store differ diff --git a/css/.DS_Store b/css/.DS_Store new file mode 100644 index 0000000..599aa9f Binary files /dev/null and b/css/.DS_Store differ diff --git a/css/general.css b/css/general.css index a4703e1..4d2c7f4 100644 --- a/css/general.css +++ b/css/general.css @@ -645,10 +645,11 @@ nav * { } #header-subtitle-date { - padding: 5px; + padding: 5px 7px; margin-top: 5px; border-radius: 10px; display: flex; + width: fit-content; place-items: center; border: 1px solid rgb(73, 73, 73); background-color: rgb(22, 22, 22); @@ -692,6 +693,7 @@ nav * { border-radius: 10px; margin-top: 5px; padding: 0 7px; + width: fit-content; border: 1px solid rgb(73, 73, 73); background-color: rgb(22, 22, 22); animation: slidein-2 ease 3s; @@ -1622,6 +1624,7 @@ li .splide__pagination__page.is-active { font-size: 18px; border-top: thin solid rgb(68, 68, 68); cursor: pointer; + position: relative; } .event span { display: block; diff --git a/img/.DS_Store b/img/.DS_Store new file mode 100644 index 0000000..ffdd1bc Binary files /dev/null and b/img/.DS_Store differ diff --git a/img/Gilroy_Hacks_Logo_icon_tp_podium.png b/img/Gilroy_Hacks_Logo_icon_tp_podium.png deleted file mode 100644 index 9951b39..0000000 Binary files a/img/Gilroy_Hacks_Logo_icon_tp_podium.png and /dev/null differ diff --git a/js/.DS_Store b/js/.DS_Store new file mode 100644 index 0000000..a58de6a Binary files /dev/null and b/js/.DS_Store differ diff --git a/js/general.js b/js/general.js index f0df243..8159350 100644 --- a/js/general.js +++ b/js/general.js @@ -438,7 +438,6 @@ var splide = new Splide( '.splide', { splide.mount(); - // var options = { // series: [{ // name: 'Idea', @@ -517,4 +516,4 @@ splide.mount(); // }; // var chart = new ApexCharts(document.querySelector("#chart"), options); -// chart.ren \ No newline at end of file +// chart.render \ No newline at end of file