-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
208 lines (194 loc) · 8.44 KB
/
index.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
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-166028832-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-166028832-2');
</script>
<title>
Project Management System
</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<style>
body {
background-color: #0a192f !important;
}
</style>
</head>
<body bgcolor="#2B2B52">
<div align="center">
<center>
<div style="height: 70px;"></div>
<h1 style="color:white">Project Management System</h1>
<h5 style="color: wheat;">Maintainer :
<a href="https://nevilparmar.me" target="_blank">Nevil Parmar</a>
</h5>
<h5 style="color: wheat;">Roll No. : CE092</h5>
<br><br>
<table class="table table-hover table-dark" style="max-width: 600px; border-color: white;" border="3">
<thead>
<tr>
<th colspan="6">
<center>
<a style="color: #F4C724;" href="https://github.com/nevilparmar11/Project-Management-System/blob/master/Software%20Requirement%20Specifications/AT_Lab_02_CE092.pdf" target="_blank">Please Read Software Requirement Specifications</a>
<br><br><a style="color: #F4C724;" href="https://github.com/nevilparmar11/Project-Management-System-Server-Client-" target="_blank">Actual Project Source Code [Backend + Frontend] Repository </a>
</center>
</th>
</tr>
</thead>
<thead>
<tr>
<th scope="col">Index</th>
<th scope="col">Version</th>
<th scope="col">TECH Used</th>
<th scope="col">Status</th>
<th scope="col">Site Link</th>
<th scope="col">Github Repo</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>One</td>
<td>HTML only</td>
<td style="color: greenyellow;">Published</td>
<td>
<a style="color: #F4C724;" href="http://project-management-system.netlify.app/version1" target="_blank">version-1</a>
</td>
<td>
<a style="color: #F4C724;" href="https://github.com/nevilparmar11/Project-Management-System/tree/master/version1" target="_blank">version-1</a>
</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Two</td>
<td>HTML + CSS</td>
<td style="color: greenyellow;">Published</td>
<td>
<a style="color: #F4C724;" href="http://project-management-system.netlify.app/version2" target="_blank">version-2</a>
</td>
<td>
<a style="color: #F4C724;" href="https://github.com/nevilparmar11/Project-Management-System/tree/master/version2" target="_blank">version-2</a>
</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Three</td>
<td>HTML + CSS + JS</td>
<td style="color: greenyellow;">Published</td>
<td>
<a style="color: #F4C724;" href="http://project-management-system.netlify.app/version3" target="_blank">version-3</a>
</td>
<td>
<a style="color: #F4C724;" href="https://github.com/nevilparmar11/Project-Management-System/tree/master/version3" target="_blank">version-3</a>
</td>
</tr>
<tr>
<th scope="row">4</th>
<td>Four</td>
<td>HTML + CSS + JS + Bootstrap</td>
<td style="color: greenyellow;">Published</td>
<td>
<a style="color: #F4C724;" href="http://project-management-system.netlify.app/version4" target="_blank">version-4</a>
</td>
<td>
<a style="color: #F4C724;" href="https://github.com/nevilparmar11/Project-Management-System/tree/master/version4" target="_blank">version-4</a>
</td>
</tr>
<tr>
<th scope="row">5</th>
<td>Five</td>
<td>HTML + CSS + JS + Bootstrap + Jquery</td>
<td style="color: greenyellow;">Published</td>
<td>
<a style="color: #F4C724;" href="http://project-management-system.netlify.app/version5" target="_blank">version-5</a>
<a style="color: #F4C724;" href="http://project-management-system.netlify.app/version5/views/boards/dashboard.html" target="_blank">Page with Jquery</a>
</td>
<td>
<a style="color: #F4C724;" href="https://github.com/nevilparmar11/Project-Management-System/tree/master/version5" target="_blank">version-5</a>
</td>
</tr>
</tbody>
</table>
</center>
<br>
<p style="color: white;">
This is just a navigation page to different versions of the website.
</p>
<br>
<h3 style="color: white;">Version 1</h3>
<br>
<p style="color: white;">
Version 1 of the website is now live.
</p>
<p style="color: white;">
It is the skeleton of the site.
</p>
<p style="color: white;">
It is developed using html semantic elements only.
</p>
<p style="color: white;">
CSS is added in the some components to structure the site well.
</p>
<br>
<h3 style="color: white;">Version 2</h3>
<br>
<p style="color: white;">
Version 2 of the website is now live.
</p>
<p style="color: white;">
It is the refined version of website version 1.
</p>
<p style="color: white;">
It is developed using HTML and CSS only.
</p>
<br>
<h3 style="color: white;">Version 3</h3>
<br>
<p style="color: white;">
Version 3 of the website is now live.
</p>
<p style="color: white;">
It is the refined version of website version 2.
</p>
<p style="color: white;">
It is developed using HTML , CSS and JS.
</p>
<br>
<h3 style="color: white;">Version 4</h3>
<br>
<p style="color: white;">
Version 4 of the website is now live.
</p>
<p style="color: white;">
It is the refined version of website version 3.
</p>
<p style="color: white;">
The site is fully responsive for any device.
</p>
<p style="color: white;">
It is developed using HTML , CSS , JS and Bootstrap.
</p>
<br>
<h3 style="color: white;">Version 5</h3>
<br>
<p style="color: white;">
Version 5 of the website is now live.
</p>
<p style="color: white;">
It is the refined version of website version 4.
</p>
<p style="color: white;">
The site is fully responsive for any device.
</p>
<p style="color: white;">
It is developed using HTML , CSS , JS, Bootstrap and Jquery .
</p>
</div>
</body>
</html>