Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion app/config/contributors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,9 @@ contributors:
- name: "Oluwagbayi Makinde"
username: "makindeo"
year: 2024

- name: "Bhushan Sah"
username: "sahb"
year: 2029
- name: "Artem Kurasov"
username: "kurasova"
year: 2029
34 changes: 21 additions & 13 deletions app/static/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,23 +81,18 @@ html, body {
}

.body-container {
height: 100%;
min-height: 100%;
margin-bottom: -100px;
/* margin-right: 20px; */
min-height: 100vh;
margin-bottom: 0;
}

.footer {
background-color: #e9ebec;
color:#1e2433;
text-align: center !important;
box-sizing: border-box !important;
width: 100%; /* Set the fixed width of the footer here */
height: 80px;
line-height: 80px; /* Vertically center the text there */
padding-left: 280px; /* Fixes sidebar spacing */
color: #1e2433;
margin-bottom: 0;
padding: 8px 15px;
}


.bottom-buffer {
padding-bottom: 20px;
width: 100%;
Expand All @@ -119,7 +114,7 @@ a {

#wrapper {
width: 100%;
margin-bottom:90px !important;
margin-bottom:0 !important;
}

.sidebar-push {
Expand All @@ -130,7 +125,6 @@ a {
margin-right: 280px;
}


.footerlink {
font-weight: bold;
}
Expand Down Expand Up @@ -191,3 +185,17 @@ a {
font-size:1.2em;
z-index:999;
}

.page-shell {
min-height: 100vh;
display: flex;
flex-direction: column;
}

.page-content {
flex: 1;
}

.footer-row {
margin-top: auto;
}
5 changes: 0 additions & 5 deletions app/static/css/contributors.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,10 @@
color: #ffffff;
padding: 7px 30px;
margin-top: 100px;
margin-right: 250px;
}
.container {
top: -75px;
}
.btn-holder {
position: relative;
right: 1050 px !important;
}
#wrapper {
width: 100%;
margin-bottom:90px !important;
Expand Down
25 changes: 16 additions & 9 deletions app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{% endblock %}

<div class="body-container">
<div class="col-xs-10 sidebar-push">
<div class="col-xs-10 sidebar-push page-shell">
<div id="flash_container">
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
Expand All @@ -60,16 +60,23 @@
{% block app_content %}
{# application content needs to be provided in the app_content block #}
{% endblock %}
</div>
</div>

<div class="row bottom-buffer"></div>


{% block footer %}
<div class="footer">
<span><strong>Issues? Contact: </strong><a href="mailto:support@bereacollege.onmicrosoft.com" class="footerlink">Systems Support </a>
<strong>Created & Designed by the </strong><a href="/contributors" id = "contribLink" class="footerlink">Student Software Development Team</a></span>
<div class="row footer-row">
<footer class="footer col-xs-12 bg-light d-print-none text-center">
<strong>Issues? Contact: </strong>
<a href="mailto:support@bereacollege.onmicrosoft.com" class="footerlink">
Systems Support
</a>
<br>
<strong>Created &amp; Designed by the </strong>
<a href="/contributors" id="contribLink" class="footerlink">
Student Software Development Team
</a>
</footer>
</div>
{% endblock %}
</div>
</div>

{% endblock %}
7 changes: 4 additions & 3 deletions app/templates/main/contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ <h2> Contributors </h2>
{% endfor %}
</table>

<div class= "btn-holder pull-left col-lg-6">
<button type='button' class='btn btn-lg btn-newcolor' id='backButton' onclick ="history.back()">Back</button>
<div class="row">
<div class="col-xs-12">
<button type="button" class="btn btn-lg btn-newcolor center-block" id="backButton" onclick="history.back()"> Back </button>
</div>
</div>

</div>
</div>
</div>
{% endblock %}
<br>