Skip to content

Commit

Permalink
Added registration page, registration urls and fixed menu redirection…
Browse files Browse the repository at this point in the history
…s to proper urls
  • Loading branch information
tzerefos committed Jun 5, 2024
1 parent c860de1 commit 0ef5d4d
Show file tree
Hide file tree
Showing 9 changed files with 352 additions and 1,832 deletions.
13 changes: 12 additions & 1 deletion hdms/2024/assets/css/main_newest.css
Original file line number Diff line number Diff line change
Expand Up @@ -3021,7 +3021,7 @@
#registration p {
margin: 0 0 1em 0;
font-size: 0.8em;
text-align: justify;
text-align: center;
}

.yellow {
Expand Down Expand Up @@ -3801,4 +3801,15 @@ overflow-x:auto;
font-size: 1.2em;
color: red;
font-weight: 700;
}

.register-button{
color: #015CAB !important;
background-color: white;
text-align: center;
width: 1em;
font-size: 20px;
padding: 0.5em;
text-decoration: none !important;
margin: auto;
}
15 changes: 5 additions & 10 deletions hdms/2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<!-- <a href="#social_event"><b>SOCIAL EVENT</b></a> -->
<!-- <a href="#photos"><b>PHOTOS</b></a> -->
<a href="../history.html"><b>HISTORY</b></a>
<a href="#sponsors"><b>SPONSORS</b><a>
<a href="#sponsors"><b>SPONSORS</b></a>
<a href="sponsorship-opportunities.html"><b>SPONSOR OPPORTUNITIES</b><a>
<div class="mobile_menu_divider"><img src="images/mobile_menu_divider.png" width="70px;"></div>
<a href="index_gr.html" style="position: absolute; right: 37px;"></a>
Expand Down Expand Up @@ -952,18 +952,13 @@ <h3>Local Arrangements Co-chairs:</h3>
</section>
<section id="registration" class="wrapper special style1" style="background-color:#015CAB; padding: 24px;"><h2 class="font_stroke">REGISTRATION</h2>
<div class="inner">

<div class="12u 12u$(medium)">

</div>
<div class="12u 12u$(medium)"></div>
</div>

</section>
<div id="click" class="wrapper special style1" style="background-color:white; text-align:center; height:100px; padding: 42px; box-shadow: 0 4px 6px -6px #222;">
More details coming soon!
<!-- <a href="registration.html" style="background-color:white; color:#015CAB; text-decoration: none;"> -->
<!-- | click here |</a> -->
</div>
<div id="click" class="wrapper special style1" style="background-color:white; text-align:center; height:100px; padding: 42px; box-shadow: 0 4px 6px -6px #222;">
<a href="registration.html" style="background-color:white; color:#015CAB; text-decoration: none;"> | Register | </a>
</div>
<br/><br/><br/>

<!-- <section id="student_awards" class="wrapper special style1" style="background-color:#015CAB; padding: 24px;"><h2 class="font_stroke">STUDENT AWARDS</h2></section>
Expand Down
295 changes: 0 additions & 295 deletions hdms/2024/program-new.html

This file was deleted.

461 changes: 0 additions & 461 deletions hdms/2024/program-old.html

This file was deleted.

653 changes: 276 additions & 377 deletions hdms/2024/program.html

Large diffs are not rendered by default.

186 changes: 0 additions & 186 deletions hdms/2024/program_old.html

This file was deleted.

Loading

0 comments on commit 0ef5d4d

Please sign in to comment.