Skip to content

Commit

Permalink
updated logos, edited navigation bar links
Browse files Browse the repository at this point in the history
  • Loading branch information
faherreraur committed May 1, 2024
1 parent bd105ed commit 6549eb4
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 20 deletions.
3 changes: 3 additions & 0 deletions _includes/partials/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
Past Events
</a>
<ul class="dropdown-menu mx-4" id="ulDrop">
<li>
<a href="https://mqt2022.org" class="dropdown-item mx-4 bg-transparent">MQT 2022</a>
</li>
<li>
<a href="http://mqt2019.org" class="dropdown-item mx-4 bg-transparent">MQT 2019</a>
</li>
Expand Down
46 changes: 28 additions & 18 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2>The Venue</h2>
</div>
</div>

<div class="col">

<div class="row d-flex justify-content-center p-2">
<!-- <div class="container my-2">
<h2>Important Dates:</h2>
Expand All @@ -54,27 +54,37 @@ <h2>Important Dates:</h2>
<a href="../registration.html" class="btn btn-info btn-lg my-1">Register Here</a>
</div>
</div> -->


<div class="row mt-5">
<div class="col d-flex justify-content-start align-items-start">
<h2 class="px-4">Sponsors</h2>
<h1 class="px-4">Our Sponsors</h2>
</div>
</div>
<hr class="m-0 p-0">

<div class="row d-flex justify-content-end">
<!-- <div class="col">
<img src="../assets/LogotipoMilenio_alta_sinfondo-03.png" class="float-center" alt="...">
</div> -->
<div class="col">
<img src="../assets/miro-logo-nobackground.png" class="float-center" alt="...">
</div>
<div class="col py-3">
<img src="../assets/anid_rojo_azul-3.png" class="float-center" alt="...">
</div>
<div class="col py-3">
<img src="../assets/ITAMPLogo.png" class="float-center" alt="...">
</div>
</div>

<!-- <hr class="m-0 p-0"> -->

<div class="container">

<div class="row">

<div class="col py-3">
<img src="../assets/MIROlogo2.png" class="float-center" alt="Millennium Institute for research in optics">
</div>
<div class="col py-3">
<img src="../assets/anid_rojo_azul-3.png" class="float-center" alt="ANID Chile">
</div>
<div class="col py-3">
<img src="../assets/ITAMPLogo.png" class="float-center" alt="ITAMP">
</div>
<div class="col py-3">
<img src="../assets/jcp-cmyk.jpg" class="float-center" alt="the journal of chemical physics">
</div>

</div>

</div>

</div>
<!-- Para modificar el contenido de esta página, ver el archivo index.md -->
</div>
Expand Down
2 changes: 1 addition & 1 deletion _sass/conference.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ video {
width: 100vw;
max-width: 100vw;
margin-left: calc(50% - 50vw);
background-color: #e9ecef;
background-color: #163e65;
}

// Alert
Expand Down
Binary file added assets/MIROlogo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/anid_rojo_azul-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/anid_rojo_azul-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/jcp-cmyk.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion navbar2.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</a>
<ul class="dropdown-menu mx-4" id="ulDrop">
<li>
<a href="http://mqt2022.org" class="dropdown-item mx-4 bg-transparent">MQT 2022</a>
<a href="https://mqt2022.org" class="dropdown-item mx-4 bg-transparent">MQT 2022</a>
</li>
<li>
<a href="http://mqt2019.org" class="dropdown-item mx-4 bg-transparent">MQT 2019</a>
Expand Down

0 comments on commit 6549eb4

Please sign in to comment.