Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
arahmandc committed May 6, 2024
1 parent beb6888 commit 515a859
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 7 deletions.
32 changes: 31 additions & 1 deletion _includes/css/sotm.css
Original file line number Diff line number Diff line change
Expand Up @@ -1118,6 +1118,36 @@ h2.abstract-subtitle {
}


.dropdown-menu {
position: relative;
display: inline-block;
}

.dropdown-item {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

.dropdown-item a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}

.dropdown-item a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}



/*
.dropdown-menu {
border: 0px none #ffffff;
background-color: rgba(255,255,255,0.9);
Expand All @@ -1131,4 +1161,4 @@ h2.abstract-subtitle {
background-color: green;
opacity: 0.95;
}
}
} */
12 changes: 6 additions & 6 deletions _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="{{ site.baseurl }}/#">conference</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="{{ site.baseurl }}/programme/">programme</a>
<a class="dropdown-item" href="{{ site.baseurl }}/code-of-conduct">code of conduct</a>
<a class="dropdown-item" href="{{ site.baseurl }}/internet-access-grant">internet access grant</a>
<a class="dropdown-item" href="{{ site.baseurl }}/map-and-poster-making-contest.html">map and poster making contest</a>
<a class="dropdown-item" href="{{ site.baseurl }}/calls/programme/">programme</a>
<a class="dropdown-item" href="{{ site.baseurl }}/calls/code-of-conduct">code of conduct</a>
<a class="dropdown-item" href="{{ site.baseurl }}/calls/internet-access-grant">internet access grant</a>
<a class="dropdown-item" href="{{ site.baseurl }}/calls/map-and-poster-making-contest.html">map and poster making contest</a>
<!-- <a class="dropdown-item" href="{{ site.baseurl }}/#cfp">call for presentations</a> -->
<!-- <a class="dropdown-item" href="{{ site.baseurl }}/program#workshops">workshops</a> -->
<!-- <a class="dropdown-item" href="{{ site.baseurl }}/program#tapok-tapok">tapok-tapok</a> -->
</div>
</li>
<li>
<!-- <li>
<ul class="dropdown-menu">Activities
<li>
<a class="{% if page.url contains '/calls/general' %}active{% endif %}" href="{{site.baseurl}}/calls/general">Call for Participation</a>
Expand All @@ -38,7 +38,7 @@
<a class="{% if page.url contains '/calls/academic' %}active{% endif %}" href="{{site.baseurl}}/calls/academic">Call for Scientific Abstracts</a>
</li>
</ul>
</li>
</li> -->

<!--<li>
<a class="{% if page.url contains '/travel_grant_programme' %}active{% endif %}" href="{{site.baseurl}}/calls/travel_grants">Travel Grants</a>
Expand Down

0 comments on commit 515a859

Please sign in to comment.