Spaces:
Sleeping
Sleeping
Commit
·
bae2c6f
1
Parent(s):
7f70ff6
Add "About BridgeMentor" section to footer and remove extra line in home template
Browse files- core/templates/base.html +9 -0
- core/templates/home.html +0 -1
core/templates/base.html
CHANGED
|
@@ -62,6 +62,15 @@
|
|
| 62 |
<footer class="bg-dark text-white text-center py-1 mt-auto">
|
| 63 |
<div class="container">
|
| 64 |
<p>© 2025 BridgeMentor. All rights reserved. v0.001, α-testing </p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
<p>
|
| 66 |
If you experience any problem or have any queries/suggestions, feel free to contact
|
| 67 |
<a href="https://www.sushant.info.np/#:~:text=touch" class="text-white text-decoration-underline"
|
|
|
|
| 62 |
<footer class="bg-dark text-white text-center py-1 mt-auto">
|
| 63 |
<div class="container">
|
| 64 |
<p>© 2025 BridgeMentor. All rights reserved. v0.001, α-testing </p>
|
| 65 |
+
<div style="border: 1px solid #ccc; margin-bottom: 20px; text-align: center;">
|
| 66 |
+
<h3>About BridgeMentor</h3>
|
| 67 |
+
<p>
|
| 68 |
+
This platform helps you find, explore, and connect with researchers in Norway specializing in
|
| 69 |
+
computer science.
|
| 70 |
+
Please note that the platform is currently under heavy development, and new features are being added
|
| 71 |
+
regularly. Check back later for updates!
|
| 72 |
+
</p>
|
| 73 |
+
</div>
|
| 74 |
<p>
|
| 75 |
If you experience any problem or have any queries/suggestions, feel free to contact
|
| 76 |
<a href="https://www.sushant.info.np/#:~:text=touch" class="text-white text-decoration-underline"
|
core/templates/home.html
CHANGED
|
@@ -12,7 +12,6 @@
|
|
| 12 |
<h2>Search Authors</h2>
|
| 13 |
<input type="text" id="author-search-input" placeholder="Type an author's name..." autocomplete="off" />
|
| 14 |
<ul id="author-results-list"></ul>
|
| 15 |
-
|
| 16 |
{% endblock %}
|
| 17 |
|
| 18 |
{% block js %}
|
|
|
|
| 12 |
<h2>Search Authors</h2>
|
| 13 |
<input type="text" id="author-search-input" placeholder="Type an author's name..." autocomplete="off" />
|
| 14 |
<ul id="author-results-list"></ul>
|
|
|
|
| 15 |
{% endblock %}
|
| 16 |
|
| 17 |
{% block js %}
|