forked from riyalohia/CSI-SIP-WIP-webpage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.html
84 lines (79 loc) · 2.06 KB
/
project.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Theme Made By www.w3schools.com - No Copyright -->
<title>Bootstrap Theme Simply Me</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="CSS/style2.css">
<script type="text/javascript" src="JS/javascript.js"></script>
</head>
<body>
</div>
</nav>
<div class="bg-1 container-fluid">
<h1><b> OUR PROJECTS </b></h1>
<div class="container" id="tb">
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th>PROJECTS</th>
<th>MENTOR</th>
</tr>
</thead>
<tbody>
<tr>
<td>Centralised College Notice Board</td>
<td>Neelesh Rajpurohit</td>
</tr>
<tr>
<td>Online Quizzing Website</td>
<td>Pankaj Chanchlani</td>
</tr>
<tr>
<td>The Open Movie Database</td>
<td>Divyanshu Rawat</td>
</tr>
<tr>
<td>CSI LNMIIT Portal with panel for SIP/WIP.</td>
<td>Vishal Sanghai</td>
</tr>
<tr>
<td>Calculator App</td>
<td>Vishwesh Jainkuniya</td>
</tr>
<tr>
<td>EasyList - Adroid App</td>
<td>Khushboo Baheti</td>
</tr>
<tr>
<td>Djanpy</td>
<td>Aarshiya Guneja</td>
</tr>
<tr>
<td>Scrabble Challenge</td>
<td>Tayba Wasim</td>
</tr>
<tr>
<td>Blog</td>
<td>Himanshi Khandelwal</td>
</tr>
<tr>
<td>Scrabble Challenge</td>
<td>Sumit Madhwani</td>
</tr>
<tr>
<td>1. Chat Bot Using Machine Learning<br/>2. Title Sentiment Classification in texts and images</td>
<td>Siddharth Tiwari</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</body>
</html>