-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
30 lines (24 loc) · 1.88 KB
/
about.php
File metadata and controls
30 lines (24 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php
session_start();
include_once 'includes/header.inc.php';
?>
<section class="main-container" style="background-color: #b9fbbc">
<div class="main-wrapper">
<h2>About StudentsLifeLine</h2></br>
<div class="box-about" style="background-color: #56c85c; color: white">
<center><p style="font-size: 18px"> StudentsLifeLine is a great way for students from all phases of life to put out their questions to the world without any hesitations. It helps them to get a hold of every idea possible regarding their topic to fully be capable to take further personal decisions. </p></center>
</br>
<center><p style="font-size: 18px"> This Forum is built especially keeping in mind the college students. It provides a platform for students to create forums online to discuss various topics that they have in their mind. We are able to achieve this by helping students remain anonymous during posting threads. As a result of this, even the most cliché’s of question, which maybe not so cliché for many other students, are answered without the particular student revealing his/her identity. Furthermore, many noticeboard entities can also be uploaded on this website to help keep a tabs of all the events going around the campus. We aimed to make to a system which can be a “helpline” for all students who are in need. </p></center>
</div>
</br>
<h2>Who we are?</h2>
</br>
<div class="box" style="background-color: #697efc">
<p style="font-size: 18px; color: white"> We the developers are the also the students and studying Engineering and we understand the problem of each and every student, so being a student we are trying to help each and every student to overcome the difficulty of hesitation or whatever the difficult.</p>
</br>
<center><img src="/studentslifeline/includes/about.jpg" height="245.4px" width="458px"></center>
</div>
</div>
</section>
</body>
</html>