-
Notifications
You must be signed in to change notification settings - Fork 1
/
aboutus.php
171 lines (159 loc) · 6.42 KB
/
aboutus.php
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<html>
<?php
include('header.html')
?>
<style>
* {
margin: 0px;
padding:0px;
}
.border {
color: #f0ad4e
width: 50%
}
.subname {
display: block;
margin-bottom: 30px;
text-align: center;
font-size: 25px;
color:white;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.bgcolorclass {
background-image: linear-gradient(to right top, #fbb656, #fac55b, #f6c436, #f6d126, #f2de0d);
}
</style>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="index.php">
<img
src="images/favicon.jpeg"
width="75"
height="75"
alt="EduHub.png"
/>EduHub
</a>
<button
id="navbarToggle"
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<form class="form-inline" action="searchresults.php" method="POST">
<input
class="form-control mr-sm-2"
type="text"
name="str"
placeholder="What do you want to learn?"
/>
<button class="btn btn-outline-warning my-2 my-sm-0" type="submit" name="submit-search">
<i class="fas fa-search"></i>
</button>
</form>
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
id="navbarDropdownMenuLink"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
Categories
</a>
<div class="dropdown-menu text-center" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="categorycourse.php?category=Arts">Arts</a>
<a class="dropdown-item" href="categorycourse.php?category=Business">Business</a>
<a class="dropdown-item" href="categorycourse.php?category=Marketing">Marketing</a>
<a class="dropdown-item" href="categorycourse.php?category=IT-Software">IT & Software</a>
</div>
</li>
<li class="nav-item">
<?php
if(isset($_SESSION['userid']))
echo '<a class="nav-link" href="course.php"><i class="fas fa-1x fa-user-tie"></i>For Teachers </a>';
else
echo '<a class="nav-link" href="http://localhost:5001/login"><i class="fas fa-1x fa-user-tie"></i>For Teachers </a>';
?>
</li>
<li class="nav-item">
<?php
if(isset($_SESSION['userid']))
echo '<a class="nav-link btn btn-outline-warning" href="logout.php">Logout</a>';
else
echo '<a class="nav-link btn btn-outline-warning" href="http://localhost:5001/login">Login</a>'
?>
</li>
<li class="nav-item">
<?php
if(!isset($_SESSION['userid']))
echo '<a class="nav-link btn btn-warning" href="http://localhost:5001/register">Signup</a>';
?>
</li>
</ul>
</div>
<nav>
</header>
<div class="bgcolorclass" style="text-align: center; padding-top:50px; padding-bottom:50px">
<div class = "container">
<h1 style="font-family: Georgia, 'Times New Roman', Times, serif; padding-bottom:30px; color:black">About Us</h1>
<div class="row" style="font-family: Georgia, 'Times New Roman', Times, serif;">
<div class="card" style="width:350px; height: 540px" >
<img class="card-img-top" src="images/p1.png" alt="Card image" style="width:100%" width="500px" height="320px">
<div class="card-body">
<h4 class="card-title">Janhavi Choudhari</h4>
<hr class="slide2" style="width:100%;">
<p class="card-text">UI/UX designer passionate to deliver software product through designing skills</p>
<div class="social-media ">
<ul>
<li><a href="https://www.linkedin.com/in/janhavi-choudhari"><i class="fab fa-1x fa-linkedin-in"></i></a></li>
<li><a href="https://github.com/Janhavikc"><i class="fab fa-1x fa-github"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="card" style="width:350px; height: 540px">
<img class="card-img-top" src="images/p2.png" alt="Card image" style="width:100%" width="500px" height="320px">
<div class="card-body">
<h4 class="card-title">Aparna Naik</h4>
<hr class="slide2" style="width:100%;">
<p class="card-text">Backend Developer with hands-on knowledge on Orchestration technologies</p>
<div class="social-media ">
<ul>
<li><a href="https://www.linkedin.com/in/aparnanaik/"><i class="fab fa-1x fa-linkedin-in"></i></a></li>
<li><a href="https://github.com/aparna0522"><i class="fab fa-1x fa-github"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="card" style="width:350px; height: 540px" >
<img class="card-img-top" src="images/p3.jpeg" alt="Card image" style="width:100%" width="500px" height="320px">
<div class="card-body">
<h4 class="card-title">Vedanti Pawar</h4>
<hr class="slide2" style="width:100%;">
<p class="card-text">AI enthusiast with strong foundation in Information Technology</p>
<div class="social-media ">
<ul>
<li><a href="https://www.linkedin.com/in/vedanti-pawar-8718b5188"><i class="fab fa-1x fa-linkedin-in"></i></a></li>
<li><a href="https://github.com/vedantipawar"><i class="fab fa-1x fa-github"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<br>
<br>
</div>
</div>
<?php include("footer.html") ?>
</body>
</html>