Skip to content

Commit

Permalink
move content
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Jul 17, 2024
1 parent b5b8474 commit b0d42d2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 13 deletions.
10 changes: 0 additions & 10 deletions _posts/2000-01-04-venue.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,4 @@ titleclr: about
<br>
<p style ="text-align:center;">Amphithéâtre Le Groupe Maurice du CRIUGM</p>

<center><h3>Registration is free of charge, but seating is limited.</h3></center>

<button class="accordion" onclick="collapsable()">Click here for the registration form</button>

<div class="panel">
<center>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSf9UEmPe238whlYtt8ntB9cq5SnCfhpKnpTQw9I9zLgMYJDdg/viewform?embedded=true" width="640" height="761" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</center>
</div>


25 changes: 22 additions & 3 deletions _posts/2000-01-10-contact.md → _posts/2000-01-10-register.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Contact Us"
title: "Registration"
bg: '#8a3939'
color: white
fa-icon: check
Expand All @@ -8,8 +8,24 @@ titleclr: '#8a3939'
---


<center><i class="fa fa-calendar-check fa-3x"></i></center>
<br>
<center><h3>Registration is free of charge, but seating is limited.</h3></center>

<center>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSf9UEmPe238whlYtt8ntB9cq5SnCfhpKnpTQw9I9zLgMYJDdg/viewform?embedded=true" width="650" height="850" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</center>

<br>

<center><i class="fa fa-circle-question fa-3x"></i></center>
<br>

<button class="accordion" style="background-color:red!important;" onclick="collapsable()">Click here to expand the contact form if you have any questions.</button>

<div class="panel" style="border-radius:5px;background-color:antiquewhite;">
<div class="row features">
<div class="col s12 m4 feature">
<div class="col s12 m4 feature" style="color:black;">
<center><i class="fa fa-envelope fa-3x fa-align-center">
</i></center>
<h4 style="text-align:center"> info@neurolibre.org </h4>
Expand All @@ -30,6 +46,9 @@ titleclr: '#8a3939'
<label class="sr-only" for="inputMessage">Message</label>
<textarea name="message" class="form-control" id="inputMessage" rows="5" placeholder="Message" required></textarea>
</div>
<button type="submit" class="waves-effect waves-light btn yellow">Send</button>
<center><button type="submit" class="waves-effect waves-light btn red" style="color:white;">Send</button></center>
</form>
</div>

</div>

0 comments on commit b0d42d2

Please sign in to comment.