Skip to content

Commit

Permalink
TCVP-2825 Updated maintenance-site per new requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
KDNeufeld committed Apr 4, 2024
1 parent bd9e982 commit e31325b
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions infrastructure/static-site/maintenance/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,22 @@
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
margin: 0px;
color: #494949;
line-height: 1.5rem;
}

h2 {
margin-bottom: 0px;
}

h3 {
color: #002060;
}

h4 {
text-decoration: underline;
margin: 0rem 0rem 0.5rem 0rem;
}

.navbar {
Expand All @@ -29,9 +42,6 @@
}

.container {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
margin: 0 auto;
padding: 0 1rem;
Expand Down Expand Up @@ -180,8 +190,16 @@
</div>
</nav>
</header>
<h1>Scheduled Maintenance</h1>
<p>We are currently undergoing scheduled maintenance. Please check back later.</p>
<div class="container">
<h2>Ticket Information System Scheduled Maintenance</h2>
<hr/>
<div><strong>We are currently undergoing scheduled maintenance. Please check back later.</strong></div>
<br/>
<h3>Contact Us</h3>
<h4>General Enquiries:</h4>
<div>Ticket Information System - <a href="mailto:[email protected]">Courts.TCO&#64;gov.bc.ca</a>"</div>
<div>Hours of Operation: 9:00am to 4:00pm - Monday to Friday except Statutory Holidays</div>
</div>
</body>

</html>

0 comments on commit e31325b

Please sign in to comment.