-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.html
261 lines (236 loc) · 9.52 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>Center of Excellence for AI</title>
<meta content="Explore AI and its applications at the Center of Excellence for AI, SLIIT." name="description">
<meta content="AI, Machine Learning, Excellence, Center, SLIIT" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon2.ico" rel="icon" />
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon" />
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Jost:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet"
/>
<!-- Vendor CSS Files -->
<link
href="assets/vendor/bootstrap/css/bootstrap.min.css"
rel="stylesheet"
/>
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet" />
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet" />
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet" />
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet" />
<link
href="assets/vendor/owl.carousel/assets/owl.carousel.min.css"
rel="stylesheet"
/>
<link href="assets/vendor/aos/aos.css" rel="stylesheet" />
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet" />
<!-- <link href="assets/css/styles.css" rel="stylesheet" /> -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-173908477-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-173908477-1");
</script>
<style>
body {
background-color: #ffffff;
}
.gallery {
display: flex;
width: 1000px;
margin: auto;
justify-content: space-between;
flex-wrap: wrap;
}
figure {
width: 300px;
margin: 8px 0;
border: 1px solid #777;
padding: 8px;
box-sizing: border-box;
background-color: #fff;
}
figure img {
width: 100%;
}
figure figcaption {
text-align: center;
padding: 8px 4px;
}
</style>
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top header-inner-pages">
<div class="container d-flex align-items-center">
<h1 class="logo mr-auto"><a href="index.html">SLIIT GenAI</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<a href="index.html" class="logo mr-auto"
><img src="assets/img/logo.png" alt="" class="img-fluid"
/></a>
<nav class="nav-menu d-none d-lg-block" align="right">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="project.html">Projects</a></li>
<li><a href="Key_AI_verticles.html">Key AI verticles</a></li>
<li><a href="grants.html">Grants</a></li>
<li><a href="index.html#publications">Publications</a></li>
<li><a href="index.html#research">Research</a></li>
<li><a href="PartnerWithus.html">PartnerWithUs</a></li>
<li><a href="Event.html">Event</a></li>
</ul>
</nav>
<!-- .nav-menu -->
</div>
</header>
<!-- End Header -->
<main id="main">
<!-- ======= Breadcrumbs ======= -->
<section id="breadcrumbs" class="breadcrumbs">
<div class="container">
<ol>
<li><a href="index.html">Home</a></li>
<li>Projects</li>
</ol>
</div>
</section>
<!-- End Breadcrumbs -->
<section class="projects-section">
<h2>Ongoing Projects</h2>
<div class="project-grid">
<!-- Project 1 -->
<div class="project-item">
<a href="ProjectTemp.html" target="_blank">
<img src="assets/img/ongoing_projects/bamm.jpg" alt="Project 1" class="project-image img-fluid">
</a>
<h3>Project Title 1</h3>
<p>Brief description of Project 1.</p>
</div>
<!-- Project 2 -->
<div class="project-item">
<a href="ProjectTemp.html" target="_blank">
<img src="assets/img/ongoing_projects/bamm.jpg" alt="Project 2" class="project-image img-fluid">
</a>
<h3>Project Title 2</h3>
<p>Brief description of Project 2.</p>
</div>
<!-- Project 3 -->
<div class="project-item">
<a href="ProjectTemp.html" target="_blank">
<img src="assets/img/ongoing_projects/bamm.jpg" alt="Project 3" class="project-image img-fluid">
</a>
<h3>Project Title 3</h3>
<p>Brief description of Project 3.</p>
</div>
<!-- Project 4 -->
<div class="project-item">
<a href="ProjectTemp.html" target="_blank">
<img src="assets/img/ongoing_projects/bamm.jpg" alt="Project 4" class="project-image img-fluid">
</a>
<h3>Project Title 4</h3>
<p>Brief description of Project 4.</p>
</div>
<!-- Project 5 -->
<div class="project-item">
<a href="ProjectTemp.html" target="_blank">
<img src="assets/img/ongoing_projects/bamm.jpg" alt="Project 5" class="project-image img-fluid">
</a>
<h3>Project Title 5</h3>
<p>Brief description of Project 5.</p>
</div>
<!-- Project 6 -->
<div class="project-item">
<a href="ProjectTemp.html" target="_blank">
<img src="assets/img/ongoing_projects/bamm.jpg" alt="Project 6" class="project-image img-fluid">
</a>
<h3>Project Title 6</h3>
<p>Brief description of Project 6.</p>
</div>
<!-- Project 7 -->
<div class="project-item">
<a href="ProjectTemp.html" target="_blank">
<img src="assets/img/ongoing_projects/bamm.jpg" alt="Project 7" class="project-image img-fluid">
</a>
<h3>Project Title 7</h3>
<p>Brief description of Project 7.</p>
</div>
<!-- Project 8 -->
<div class="project-item">
<a href="ProjectTemp.html" target="_blank">
<img src="assets/img/ongoing_projects/bamm.jpg" alt="Project 8" class="project-image img-fluid">
</a>
<h3>Project Title 8</h3>
<p>Brief description of Project 8.</p>
</div>
<!-- Project 9 -->
<div class="project-item">
<a href="ProjectTemp.html" target="_blank">
<img src="assets/img/ongoing_projects/bamm.jpg" alt="Project 9" class="project-image img-fluid">
</a>
<h3>Project Title 9</h3>
<p>Brief description of Project 9.</p>
</div>
<!-- Project 10 -->
<div class="project-item">
<a href="ProjectTemp.html" target="_blank">
<img src="assets/img/ongoing_projects/bamm.jpg" alt="Project 10" class="project-image img-fluid">
</a>
<h3>Project Title 10</h3>
<p>Brief description of Project 10.</p>
</div>
</div>
</section>
</section>
</main>
<!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row"></div>
</div>
</div>
<div class="container footer-bottom clearfix">
<div class="copyright">
© Copyright <strong><span>SLIIT GenAI Group</span></strong
>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/ -->
</div>
</div>
</footer>
<!-- End Footer -->
<a href="#" class="back-to-top"><i class="ri-arrow-up-line"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>