removal of calculus page button and small style change to resetpage

This commit is contained in:
Jordan
2026-08-03 11:49:20 +12:00
parent 989f3b9728
commit d767817b7a
3 changed files with 9 additions and 1 deletions
-1
View File
@@ -12,7 +12,6 @@
{% if session.user_id %}
<li><a href="{{ url_for('bivariate') }}">Bivariate Data</a></li>
<li><a href="{{ url_for('simultaneousequations') }}">Simultaneous Equations</a></li>
<li><a href="{{ url_for('calculus') }}">Calculus</a></li>
<li><a href="{{ url_for('triganometry') }}">Triganometry</a></li>
<li style="margin-left: auto; color: white; margin-top: 14px; margin-left: 550px;">Hi, {{ session.username }}</li>
<li style="margin-left: 20px;"><a href="{{ url_for('logout') }}">Sign Out</a></li>
+4
View File
@@ -18,6 +18,10 @@
.emailbox{
margin-left: 170px;
}
p{
font-size: 4px;
}
</style>
<h2>Forgotten you password just enter your email below and you'll be sent a link to reset your password</h2>
<p style="color: gray; text-decoration: underline;">This page is just a placeholder at the moment not functional</p>
+5
View File
@@ -13,11 +13,16 @@
.button{
margin-left: 250px;
font-size: 14px;
}
.emailbox{
margin-left: 170px;
}
p{
font-size: 18px;
}
</style>
<h2>Forgotten you password just enter the code that was sent to you via email<h2>
<p style="color: gray; text-decoration: underline;">This page is just a placeholder at the moment not functional</p>