-
Notifications
You must be signed in to change notification settings - Fork 0
/
documents.html
233 lines (214 loc) · 9.17 KB
/
documents.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
<!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 Documents</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 Documents</h2>
<br><h5>Page Content</h5>
<p><a href="https://docs.google.com/document/d/1pN3xf-UzJuchHE8nMSKMKwRaOpfssMmH/edit?usp=share_link&ouid=103388481577225079170&rtpof=true&sd=true" target="_blank" style="text-decoration: none">Project Charter Document</a></p>
<p><a href="https://drive.google.com/drive/folders/1qXD4KwW6xPFiG6Lha-lLe5ufCO_yN0kp?usp=share_link" target="_blank" style="text-decoration: none">Project Proposal Documents</a></p>
<p><a href="https://drive.google.com/drive/folders/1M1rzm7d61CljoTLvRWRZUBlYijl-Gggt?usp=share_link" target="_blank" style="text-decoration: none">Status documents</a></p>
<p><a href="https://drive.google.com/drive/folders/1Ejhmhhv_nFyM9ozcZiczCecHFtDf1kkZ?usp=share_link" target="_blank" style="text-decoration: none">Individual Final Reports</a></p>
<p><a href="https://docs.google.com/document/d/1u_NwUkCyeZa3v0zw6K7b0eCsJ-M4d0Mz/edit?usp=share_link&ouid=103388481577225079170&rtpof=true&sd=true" target="_blank" style="text-decoration: none">Group Final Report</a></p>
<p><a href="https://drive.google.com/drive/folders/16v_WLo-AIcMQLUAjdlAs_G1gKH-L7YHm?usp=share_link" target="_blank" style="text-decoration: none">Research Logbook</a></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>