Skip to content

Commit 92d0e4f

Browse files
Add Trishant as maintainer (#111)
1 parent 5fb5e63 commit 92d0e4f

2 files changed

Lines changed: 28 additions & 13 deletions

File tree

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ Ongoing development of additional features ...
3838

3939
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.
4040

41-
<p align="right">(<a href="#readme-top">back to top</a>)</p>
42-
4341
### Built With
4442

4543
* [![Django][Django]][Django-url]
@@ -121,13 +119,12 @@ _Note:_ SQLite is as the default database
121119
- [x] Email Notifications
122120
- [ ] Scan QR Code feature
123121

124-
<p align="right">(<a href="#readme-top">back to top</a>)</p
125-
126122
## Contact
127123

128-
- [Ishaan Mittal](me210003039@iiti.ac.in)
124+
- [Ishaan Mittal](mailto:ishaanmittal123@gmail.com)
125+
- [Trishant Tullari](mailto:trishanttalluri@gmail.com)
129126

130-
Project Link: [https://github.com/DaemonLab/Mess-Website](https://github.com/DaemonLab/Mess-Website)
127+
<p align="right">(<a href="#readme-top">back to top</a>)</p
131128

132129

133130
[Django]: https://img.shields.io/badge/django-092E20?style=for-the-badge&logo=django&logoColor=white

templates/contact.html

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,34 @@ <h6>{{i.occupation}}</h6>
5959

6060
<li>Committee Member - Dr. Sunil Kumar</li>
6161
</ul>
62-
<div class="contact">
62+
<div class="contact pb-3">
6363
<b>Want to know more about Mess Website's working? </b><br>
6464
<span class="contact-heading">
65-
<b>Developer:</b></span>
66-
<div class="desc">
67-
<a href="https://github.com/mittal-ishaan" class="text-decoration-none text-black" target="_blank">Ishaan Mittal</a>
68-
<p>
69-
<i class="fa-solid fa-phone"></i> 9971260556<br>
70-
<i class="fa-regular fa-envelope"></i>me210003039@iiti.ac.in
65+
<b>Developers:</b></span>
66+
<div class="row ms-lg-2">
67+
<div class="col-sm-3 mt-2">
68+
<h6>
69+
<a href="https://www.linkedin.com/in/ishaan-mittal-/" class="text-decoration-none text-black" target="_blank">
70+
Ishaan Mittal
71+
</a>
72+
</h6>
73+
<div>
74+
<i class="fa-solid fa-phone"></i>9971260556<br>
75+
<i class="fa-regular fa-envelope"></i>ishaanmittal123@gmail.com
76+
</div>
7177
</div>
78+
<div class="col-sm-3 mt-2">
79+
<h6>
80+
<a href="https://www.linkedin.com/in/trishant-talluri-6800a5253/" class="text-decoration-none text-black" target="_blank">
81+
Trishant Talluri
82+
</a>
83+
</h6>
84+
<div>
85+
<i class="fa-solid fa-phone"></i>7382771213<br>
86+
<i class="fa-regular fa-envelope"></i>trishanttalluri@gmail.com
87+
</div>
88+
</div>
89+
</div>
7290
</div>
7391
</div>
7492
</main>

0 commit comments

Comments
 (0)