Commit 94f1c166 authored by sachith.fernando's avatar sachith.fernando

css corrections

parent 17e557c7
......@@ -418,7 +418,7 @@ h1, h2, h3, h4, h5, h6 {
# Sections General
--------------------------------------------------------------*/
section {
padding: 60px 0;
padding: 100px 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;
......
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment