diff --git a/_includes/about.html b/_includes/about.html index 942a274..95e7f20 100644 --- a/_includes/about.html +++ b/_includes/about.html @@ -6,7 +6,9 @@

State of the Map Asia 2024

State of the Map Asia will bring together participants from around the world to discuss challenges, learn, and celebrate many years of mapping together. ......... Read More

Non- Bangladeshi: Travel Support Here !

- diff --git a/_includes/countdown.html b/_includes/countdown.html new file mode 100644 index 0000000..fe734c3 --- /dev/null +++ b/_includes/countdown.html @@ -0,0 +1,30 @@ + diff --git a/_includes/css/sotm.css b/_includes/css/sotm.css index ea282ec..e968ec5 100644 --- a/_includes/css/sotm.css +++ b/_includes/css/sotm.css @@ -1280,3 +1280,39 @@ img {vertical-align: middle;} clear: both; display: table; } + + +/* dropdown */ + + +.dropdown-menu { + background-color:{{ site.color.links-light }}; + color: white; + font-size: 16px; + border: none; +} + +.dropdown { + position: relative; + display: inline-block; +} + + .dropdown-item { + padding: 14px 25px; + text-align: center; + text-decoration: none; + display: inline-block; + min-width: 200px; + z-index: 102; +} + +.dropdown-item a { + color: black; + padding: 12px 16px; + text-decoration: none; +} +.dropdown-item a:hover { +text-decoration: none; +} + + diff --git a/_includes/footer.html b/_includes/footer.html index fc83af0..8891969 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -7,9 +7,12 @@