-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmilestones.html
315 lines (291 loc) · 11.7 KB
/
milestones.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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
<title>Project Milestones</title>
</head>
<body>
<!-- Navigation Bar -->
<header>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top mask-custom shadow-0">
<div class="container">
<a class="navbar-brand" href="index.html"><span style="color: rgb(31, 115, 54);">VAPECA</span></a>
<button class="navbar-toggler" type="button" data-mdb-toggle="collapse"
data-mdb-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto">
<li class="nav-item">
<a class="nav-link" href="index.html" style="color: rgb(0, 0, 0)" >Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projectScope.html" style="color: rgb(0, 0, 0)" >Project Scope</a>
</li>
<li class="nav-item">
<a class="nav-link" href="milestones.html" style="color: rgb(0, 0, 0)" >Milestones</a>
</li>
<li class="nav-item">
<a class="nav-link" href="documents.html" style="color: rgb(0, 0, 0)" >Documents</a>
</li>
<li class="nav-item">
<a class="nav-link" href="presentations.html" style="color: rgb(0, 0, 0)" >Presentations</a>
</li>
<li class="nav-item">
<a class="nav-link" href="aboutus.html" style="color: rgb(0, 0, 0)" >About us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contactus.html" style="color: rgb(0, 0, 0)" >Contact us</a>
</li>
</ul>
<ul class="navbar-nav d-flex flex-row">
<li class="nav-item me-3 me-lg-0">
<a class="nav-link" href="#!">
<i class="fas fa-shopping-cart"></i>
</a>
</li>
<li class="nav-item me-3 me-lg-0">
<a class="nav-link" href="#!">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="nav-item me-3 me-lg-0">
<a class="nav-link" href="#!">
<i class="fab fa-instagram"></i>
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Navbar -->
</header>
<!-- Chapter Details -->
<div class="chapter">
<br><br><br>
<h2>Research Project Milestones</h2>
<br><br>
<h4>Assesment Details</h4>
<p>
<section class="intro">
<div class="bg-image h-100" style="background-color: #f5f7fa;">
<div class="mask d-flex align-items-center h-100">
<div class="container">
<div class="row justify-content-center">
<div class="col-12">
<div class="card">
<div class="card-body p-0">
<div class="table-responsive table-scroll" data-mdb-perfect-scrollbar="true" style="position: relative; height: 700px">
<table class="table table-striped mb-0">
<thead style="background-color: #007e28;">
<tr>
<th scope="col">Assesment name</th>
<th scope="col">Assesment Details</th>
<th scope="col">Completed Date</th>
<th scope="col">Marks</th>
</tr>
</thead>
<tbody>
<tr>
<td><b>Semester 1</b></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<!-- <td>Mind & Body</td> -->
<td>Project Proposal Presentation</td>
<td>Proposed all research Gaps/ Components and Solutions/ Objectives</td>
<td>3rd February 2022</td>
<td></td>
</tr>
<tr>
<td>Progress Presentation - 1</td>
<td>50% Completion of Research Project </td>
<td>13th May 2022</td>
<td>22.94/30.00</td>
</tr>
<tr>
<td><b>Semester 2</b></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>Poster Presentation</td>
<td>Prepare a poster with necessary details</td>
<td>08th October 2022</td>
<td></td>
</tr>
<tr>
<td>Progress Presentation - 2</td>
<td>90% Completion of Research Project</td>
<td>13th October 2022 </td>
<td></td>
</tr>
<tr>
<td>Research Website</td>
<td>Provide All the research details via a Website</td>
<td>14th November 2022</td>
<td></td>
</tr>
<tr>
<td>Final Presentation</td>
<td>Fully Completed Research Project</td>
<td>15th November 2022</td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</p>
<!-- Footer -->
<br>
<div class="container my-5">
<!-- Footer -->
<footer
class="text-center text-lg-start text-dark"
style="background-color: #ECEFF1"
>
<!-- Section: Social media -->
<section
class="d-flex justify-content-between p-4 text-white"
style="background-color: #4ebe6f"
>
<!-- Left -->
<div class="me-5">
<span>Get connected with us on social networks:</span>
</div>
<!-- Left -->
<!-- Right -->
<div>
<a href="" class="text-white me-4">
<i class="fab fa-facebook-f"></i>
</a>
<a href="" class="text-white me-4">
<i class="fab fa-google"></i>
</a>
<a href="https://www.linkedin.com/in/uvin-jithmal-855617245/?originalSubdomain=lk" class="text-white me-4">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://github.com/Kalindu-Laksahan/Vapeca-Website" class="text-white me-4">
<i class="fab fa-github"></i>
</a>
</div>
<!-- Right -->
</section>
<!-- Section: Social media -->
<!-- Section: Links -->
<section class="">
<div class="container text-center text-md-start mt-5">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h6 class="text-uppercase fw-bold">Export Agri Solutions (Pvt) Ltd</h6>
<hr
class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 60px; background-color: #7c4dff; height: 2px"
/>
<p>
Export Agri Solutions (Pvt) Ltd
is an IT company that provides
IT solutions for export agricultural
plant issues and as well as cultivation issues.
Our mission is to provide best solutions with new technologies for all export agricultural plant issues and tend all
experienced and unexperienced people towards export agriculture by simplify their works.
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold">Products</h6>
<hr
class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 60px; background-color: #7c4dff; height: 2px"
/>
<p>
<a href="#!" class="text-dark">VAPECA</a>
</p>
<p>
<a href="#!" class="text-dark">Smart Irrigation System</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold">Useful links</h6>
<hr
class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 60px; background-color: #7c4dff; height: 2px"
/>
<p>
<a href="index.html" class="text-dark">Home</a>
</p>
<p>
<a href="aboutus.html" class="text-dark">About Us</a>
</p>
<p>
<a href="projectScope.html" class="text-dark">Project Scope</a>
</p>
<p>
<a href="contactus.html" class="text-dark">Help</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold">Contact</h6>
<hr
class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 60px; background-color: #7c4dff; height: 2px"
/>
<p><i class="fas fa-home mr-3"></i> 02/Dodangoda 57717, Sri Lanka</p>
<p><i class="fas fa-envelope mr-3"></i> [email protected]</p>
<p><i class="fas fa-phone mr-3"></i> + 94 71 285 7061</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</section>
<!-- Section: Links -->
<!-- Copyright -->
<div
class="text-center p-3"
style="background-color: rgba(0, 0, 0, 0.2)"
>
© 2022 Copyright:
<a class="text-dark" href="index.html"
>VAPECA.com</a
>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
</div>
<br>
</div>
</body>
</html>