Skip to content

Commit

Permalink
actually added the outage modal
Browse files Browse the repository at this point in the history
  • Loading branch information
yoderjen committed Dec 21, 2016
1 parent 82b90a7 commit 980b32a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions DBoutage.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<div id="outage-modal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="about-modal" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h3 class="modal-title">Scheduled Database Maintenance Dec. 27</h3>
</div>
<div class="modal-body">
<div>
On Dec. 27, 2016, we will be upgrading the BlocksCAD project database. During this time, login will be disabled and you won't have access to your account or your saved projects. If you plan to work on specific projects that day, be sure to download them to your computer before Dec. 27. Any edits to these projects or any new creations will need to be saved to your computer that day as well.
</div>
</div>
<div class="modal-footer">
</div>
</div>
</div>
</div>

0 comments on commit 980b32a

Please sign in to comment.