Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
Website
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linisha Siriwardana
Website
Commits
94f1c166
Commit
94f1c166
authored
Oct 29, 2020
by
sachith.fernando
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css corrections
parent
17e557c7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
29 deletions
+24
-29
assets/css/style.css
assets/css/style.css
+5
-3
index.html
index.html
+19
-26
No files found.
assets/css/style.css
View file @
94f1c166
...
...
@@ -418,7 +418,7 @@ h1, h2, h3, h4, h5, h6 {
# Sections General
--------------------------------------------------------------*/
section
{
padding
:
6
0px
0
;
padding
:
10
0px
0
;
overflow
:
hidden
;
/*overflow: auto;*/
}
...
...
@@ -1449,7 +1449,7 @@ section {
}
.card
{
font-size
:
1em
;
overflow
:
hidden
;
/*overflow: hidden;*/
padding
:
5
;
border
:
none
;
border-radius
:
.28571429rem
;
...
...
@@ -1546,8 +1546,10 @@ a:hover,a:focus{
color
:
#FFFFFF
;
transition
:
all
0.3s
ease
0s
;
}
.tab-test
.nav-tabs
li
.active
a
:after
,
.tab-test
.nav-tabs
li
a
:hover:after
{
.tab-test
.nav-tabs
li
a
:hover:after
,
.tab-test
.nav-tabs
li
.active
a
:focus
{
height
:
100%
;
background
:
#04476f
;
color
:
#FFFFFF
;
...
...
index.html
View file @
94f1c166
...
...
@@ -415,7 +415,7 @@
<!--1st row-->
<div
class=
"row"
data-aos=
"fade-right"
>
<div
class=
"col-lg-
8
"
>
<div
class=
"col-lg-
6
"
>
<div
class=
"card shadow-lg"
>
<div
class=
"card-header text-white bg-primary"
>
<h2>
Main Objectives
</h2>
...
...
@@ -424,7 +424,7 @@
<div
class=
"card-body"
>
<div
class=
"row"
>
<div
class=
"col-lg-
10
"
>
<div
class=
"col-lg-
8
"
>
<span
class=
"font-weight-bold"
style=
"text-align: justify"
>
Tracking student attendance using facial detection and facial recognition,
notify
...
...
@@ -434,7 +434,7 @@
</span>
</div>
<div
class=
"col-lg-
2
"
>
<div
class=
"col-lg-
4
"
>
<img
alt=
""
height=
"100"
src=
"assets/img/objectives/face_recognition.jpg"
width=
"100"
>
...
...
@@ -445,7 +445,7 @@
<div
class=
"row"
>
<div
class=
"col-lg-
10
"
>
<div
class=
"col-lg-
8
"
>
<span
class=
"font-weight-bold"
style=
"text-align: justify"
>
Monitoring student behavior within the classroom during lecture periods to
identify potential problem areas in retaining student attention and adapting
...
...
@@ -454,7 +454,7 @@
</span>
</div>
<div
class=
"col-lg-
2
"
>
<div
class=
"col-lg-
4
"
>
<img
alt=
""
height=
"100"
src=
"assets/img/objectives/monitoring.jpg"
width=
"100"
>
</div>
...
...
@@ -464,14 +464,14 @@
<div
class=
"row"
>
<div
class=
"col-lg-
10
"
>
<div
class=
"col-lg-
8
"
>
<span
class=
"font-weight-bold"
style=
"text-align: justify"
>
Summarize the converted text and present as a document and identify the
important points of the lecture to display them highlighted.
</span>
</div>
<div
class=
"col-lg-
2
"
>
<div
class=
"col-lg-
4
"
>
<img
alt=
""
height=
"100"
src=
"assets/img/objectives/speech_to_text.png"
width=
"100"
>
</div>
...
...
@@ -481,7 +481,7 @@
<div
class=
"row"
>
<div
class=
"col-lg-
10
"
>
<div
class=
"col-lg-
8
"
>
<span
class=
"font-weight-bold"
style=
"text-align: justify"
>
Monitoring lecturers’ behavior by analyzing the lecture audio data recorded
in a
...
...
@@ -489,7 +489,7 @@
</span>
</div>
<div
class=
"col-lg-
2
"
>
<div
class=
"col-lg-
4
"
>
<img
alt=
""
height=
"100"
src=
"assets/img/objectives/dashboard.jpg"
width=
"100"
>
</div>
...
...
@@ -499,15 +499,7 @@
</div>
</div>
<div
class=
"col-lg-4"
></div>
</div>
<!--end of 1st row-->
<!--2nd row-->
<div
class=
"row mt-4"
data-aos=
"fade-right"
>
<div
class=
"col-lg-4"
></div>
<div
class=
"col-lg-8"
>
<div
class=
"col-lg-6"
>
<div
class=
"card shadow-lg"
>
<div
class=
"card-header text-white bg-success"
>
<h2>
Specific Objectives
</h2>
...
...
@@ -560,8 +552,9 @@
</div>
</div>
</div>
</div>
<!--end of
2nd
row-->
<!--end of
1st
row-->
</div>
<div
role=
"tabpanel"
class=
"tab-pane fade"
id=
"meth"
>
<h2>
Methodology
</h2>
...
...
@@ -1146,7 +1139,7 @@
<!-- documents row-->
<div
class=
"row"
>
<!--project charter document-->
<div
class=
"col
-md-3
d-flex align-items-stretch"
data-aos=
"fade-right"
>
<div
class=
"col d-flex align-items-stretch"
data-aos=
"fade-right"
>
<div
class=
"card card-doc"
>
<a
href=
"https://drive.google.com/file/d/1DRr_m2lqWN7Md8akLOeOB16hW4ytqbkV/view?usp=sharing"
style=
"text-decoration: none"
>
...
...
@@ -1165,7 +1158,7 @@
<!-- proposal documents-->
<div
class=
"col
-md-3
d-flex align-items-stretch"
data-aos=
"fade-left"
>
<div
class=
"col d-flex align-items-stretch"
data-aos=
"fade-left"
>
<div
class=
"card card-doc"
>
<a
href=
"https://drive.google.com/file/d/1LpSWOBgxhZeqVxyTBFg0vICFE8BXi9__/view?usp=sharing"
style=
"text-decoration: none"
>
...
...
@@ -1184,7 +1177,7 @@
<!-- end of proposal documents-->
<!-- logbook-->
<div
class=
"col
-md-3
d-flex align-items-stretch"
data-aos=
"fade-left"
>
<div
class=
"col d-flex align-items-stretch"
data-aos=
"fade-left"
>
<div
class=
"card card-doc"
>
<a
href=
"https://drive.google.com/file/d/1Qma23sGsjHh9u2WnaAR_VPG0p7rApTSg/view?usp=sharing"
style=
"text-decoration: none"
>
...
...
@@ -1201,7 +1194,7 @@
<a
class=
"btn btn-info dropdown-toggle btn-block"
href=
"#"
role=
"button"
id=
"dropdownMenuLink"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"true"
>
View
Individual Logbooks
View
More
</a>
<div
class=
"dropdown-menu"
aria-labelledby=
"dropdownMenuLink"
>
...
...
@@ -1242,7 +1235,7 @@
<!-- Status doc-->
<div
class=
"col
-md-3
d-flex align-items-stretch"
data-aos=
"fade-left"
>
<div
class=
"col d-flex align-items-stretch"
data-aos=
"fade-left"
>
<div
class=
"card card-doc"
>
<a
href=
"https://drive.google.com/file/d/1Qma23sGsjHh9u2WnaAR_VPG0p7rApTSg/view?usp=sharing"
style=
"text-decoration: none"
>
...
...
@@ -1259,7 +1252,7 @@
<a
class=
"btn btn-info dropdown-toggle btn-block"
href=
"#"
role=
"button"
id=
"dropdownMenuLink"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"true"
>
View
Individual Documents
View
More
</a>
<div
class=
"dropdown-menu"
aria-labelledby=
"dropdownMenuLink"
>
...
...
@@ -1282,7 +1275,7 @@
<!-- final thesis-->
<div
class=
"col
-md-3
d-flex align-items-stretch"
data-aos=
"fade-left"
>
<div
class=
"col d-flex align-items-stretch"
data-aos=
"fade-left"
>
<div
class=
"card card-doc"
>
<a
href=
"https://drive.google.com/file/d/1Qma23sGsjHh9u2WnaAR_VPG0p7rApTSg/view?usp=sharing"
style=
"text-decoration: none"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment