-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5fb5e63
commit 92d0e4f
Showing
2 changed files
with
28 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,8 +38,6 @@ Ongoing development of additional features ... | |
|
||
The Mess Website is a Django-based software project that automates and digitalises the complete dining system of IIT Indore. It is a web application that provides a platform for students to fill short and long rebates, caterer allocation forms, access their dining bills and other information. It also provides a platform for the institute's administrations to manage the dining system and the students of IIT Indore. | ||
|
||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
### Built With | ||
|
||
* [![Django][Django]][Django-url] | ||
|
@@ -121,13 +119,12 @@ _Note:_ SQLite is as the default database | |
- [x] Email Notifications | ||
- [ ] Scan QR Code feature | ||
|
||
<p align="right">(<a href="#readme-top">back to top</a>)</p | ||
|
||
## Contact | ||
|
||
- [Ishaan Mittal]([email protected]) | ||
- [Ishaan Mittal](mailto:[email protected]) | ||
- [Trishant Tullari](mailto:[email protected]) | ||
|
||
Project Link: [https://github.com/DaemonLab/Mess-Website](https://github.com/DaemonLab/Mess-Website) | ||
<p align="right">(<a href="#readme-top">back to top</a>)</p | ||
|
||
|
||
[Django]: https://img.shields.io/badge/django-092E20?style=for-the-badge&logo=django&logoColor=white | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,16 +59,34 @@ <h6>{{i.occupation}}</h6> | |
|
||
<li>Committee Member - Dr. Sunil Kumar</li> | ||
</ul> | ||
<div class="contact"> | ||
<div class="contact pb-3"> | ||
<b>Want to know more about Mess Website's working? </b><br> | ||
<span class="contact-heading"> | ||
<b>Developer:</b></span> | ||
<div class="desc"> | ||
<a href="https://github.com/mittal-ishaan" class="text-decoration-none text-black" target="_blank">Ishaan Mittal</a> | ||
<p> | ||
<i class="fa-solid fa-phone"></i> 9971260556<br> | ||
<i class="fa-regular fa-envelope"></i>[email protected] | ||
<b>Developers:</b></span> | ||
<div class="row ms-lg-2"> | ||
<div class="col-sm-3 mt-2"> | ||
<h6> | ||
<a href="https://www.linkedin.com/in/ishaan-mittal-/" class="text-decoration-none text-black" target="_blank"> | ||
Ishaan Mittal | ||
</a> | ||
</h6> | ||
<div> | ||
<i class="fa-solid fa-phone"></i>9971260556<br> | ||
<i class="fa-regular fa-envelope"></i>[email protected] | ||
</div> | ||
</div> | ||
<div class="col-sm-3 mt-2"> | ||
<h6> | ||
<a href="https://www.linkedin.com/in/trishant-talluri-6800a5253/" class="text-decoration-none text-black" target="_blank"> | ||
Trishant Talluri | ||
</a> | ||
</h6> | ||
<div> | ||
<i class="fa-solid fa-phone"></i>7382771213<br> | ||
<i class="fa-regular fa-envelope"></i>[email protected] | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</main> | ||
|