Skip to content

Commit

Permalink
Update migration message
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus committed Jun 2, 2024
1 parent fae30f0 commit b5464b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
{{ end }}

<div class="container mt-3">
<div class="row">
<div class="row text-center">
<div class="alert alert-warning alert-dismissible fade show" role="alert">
We have updated our website. The previous website is still available at <a href="https://legacy.cmpe.bogazici.edu.tr"><strong>https://legacy.cmpe.bogazici.edu.tr</strong></a>
<small>We are updating our website! The previous website is still available at <a href="https://legacy.cmpe.bogazici.edu.tr"><strong>https://legacy.cmpe.bogazici.edu.tr</strong></a></small>
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>
</div>
</div>

<div class="container">
<div class="row">
<div class="col-xl-4 order-xl-5 my-4 text-center">
<div class="col-xl-4 order-xl-5 my-3 text-center">
{{ if site.Params.eventbar.enabled }}
{{ partial "bouncmpe/eventbar.html" . }}
{{ end }}
</div>
<div class="col-xl-8 my-4">
<div class="col-xl-8 my-3">
{{ if site.Params.newsroom.enabled }}
{{ partial "bouncmpe/newsroom.html" . }}
{{ end }}
Expand Down

0 comments on commit b5464b8

Please sign in to comment.