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

css corrections

parent 17e557c7
...@@ -418,7 +418,7 @@ h1, h2, h3, h4, h5, h6 { ...@@ -418,7 +418,7 @@ h1, h2, h3, h4, h5, h6 {
# Sections General # Sections General
--------------------------------------------------------------*/ --------------------------------------------------------------*/
section { section {
padding: 60px 0; padding: 100px 0;
overflow: hidden; overflow: hidden;
/*overflow: auto;*/ /*overflow: auto;*/
} }
...@@ -1449,7 +1449,7 @@ section { ...@@ -1449,7 +1449,7 @@ section {
} }
.card { .card {
font-size: 1em; font-size: 1em;
overflow: hidden; /*overflow: hidden;*/
padding: 5; padding: 5;
border: none; border: none;
border-radius: .28571429rem; border-radius: .28571429rem;
...@@ -1546,8 +1546,10 @@ a:hover,a:focus{ ...@@ -1546,8 +1546,10 @@ a:hover,a:focus{
color: #FFFFFF; color: #FFFFFF;
transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;
} }
.tab-test .nav-tabs li.active a:after, .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%; height: 100%;
background: #04476f; background: #04476f;
color: #FFFFFF; color: #FFFFFF;
......
...@@ -415,7 +415,7 @@ ...@@ -415,7 +415,7 @@
<!--1st row--> <!--1st row-->
<div class="row" data-aos="fade-right"> <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 shadow-lg">
<div class="card-header text-white bg-primary"> <div class="card-header text-white bg-primary">
<h2>Main Objectives</h2> <h2>Main Objectives</h2>
...@@ -424,7 +424,7 @@ ...@@ -424,7 +424,7 @@
<div class="card-body"> <div class="card-body">
<div class="row"> <div class="row">
<div class="col-lg-10"> <div class="col-lg-8">
<span class="font-weight-bold" style="text-align: justify"> <span class="font-weight-bold" style="text-align: justify">
Tracking student attendance using facial detection and facial recognition, Tracking student attendance using facial detection and facial recognition,
notify notify
...@@ -434,7 +434,7 @@ ...@@ -434,7 +434,7 @@
</span> </span>
</div> </div>
<div class="col-lg-2"> <div class="col-lg-4">
<img alt="" height="100" <img alt="" height="100"
src="assets/img/objectives/face_recognition.jpg" src="assets/img/objectives/face_recognition.jpg"
width="100"> width="100">
...@@ -445,7 +445,7 @@ ...@@ -445,7 +445,7 @@
<div class="row"> <div class="row">
<div class="col-lg-10"> <div class="col-lg-8">
<span class="font-weight-bold" style="text-align: justify"> <span class="font-weight-bold" style="text-align: justify">
Monitoring student behavior within the classroom during lecture periods to Monitoring student behavior within the classroom during lecture periods to
identify potential problem areas in retaining student attention and adapting identify potential problem areas in retaining student attention and adapting
...@@ -454,7 +454,7 @@ ...@@ -454,7 +454,7 @@
</span> </span>
</div> </div>
<div class="col-lg-2"> <div class="col-lg-4">
<img alt="" height="100" src="assets/img/objectives/monitoring.jpg" <img alt="" height="100" src="assets/img/objectives/monitoring.jpg"
width="100"> width="100">
</div> </div>
...@@ -464,14 +464,14 @@ ...@@ -464,14 +464,14 @@
<div class="row"> <div class="row">
<div class="col-lg-10"> <div class="col-lg-8">
<span class="font-weight-bold" style="text-align: justify"> <span class="font-weight-bold" style="text-align: justify">
Summarize the converted text and present as a document and identify the Summarize the converted text and present as a document and identify the
important points of the lecture to display them highlighted. important points of the lecture to display them highlighted.
</span> </span>
</div> </div>
<div class="col-lg-2"> <div class="col-lg-4">
<img alt="" height="100" src="assets/img/objectives/speech_to_text.png" <img alt="" height="100" src="assets/img/objectives/speech_to_text.png"
width="100"> width="100">
</div> </div>
...@@ -481,7 +481,7 @@ ...@@ -481,7 +481,7 @@
<div class="row"> <div class="row">
<div class="col-lg-10"> <div class="col-lg-8">
<span class="font-weight-bold" style="text-align: justify"> <span class="font-weight-bold" style="text-align: justify">
Monitoring lecturers’ behavior by analyzing the lecture audio data recorded Monitoring lecturers’ behavior by analyzing the lecture audio data recorded
in a in a
...@@ -489,7 +489,7 @@ ...@@ -489,7 +489,7 @@
</span> </span>
</div> </div>
<div class="col-lg-2"> <div class="col-lg-4">
<img alt="" height="100" src="assets/img/objectives/dashboard.jpg" <img alt="" height="100" src="assets/img/objectives/dashboard.jpg"
width="100"> width="100">
</div> </div>
...@@ -499,15 +499,7 @@ ...@@ -499,15 +499,7 @@
</div> </div>
</div> </div>
<div class="col-lg-4"></div> <div class="col-lg-6">
</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="card shadow-lg"> <div class="card shadow-lg">
<div class="card-header text-white bg-success"> <div class="card-header text-white bg-success">
<h2>Specific Objectives</h2> <h2>Specific Objectives</h2>
...@@ -560,8 +552,9 @@ ...@@ -560,8 +552,9 @@
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<!--end of 2nd row--> <!--end of 1st row-->
</div> </div>
<div role="tabpanel" class="tab-pane fade" id="meth"> <div role="tabpanel" class="tab-pane fade" id="meth">
<h2>Methodology</h2> <h2>Methodology</h2>
...@@ -1146,7 +1139,7 @@ ...@@ -1146,7 +1139,7 @@
<!-- documents row--> <!-- documents row-->
<div class="row"> <div class="row">
<!--project charter document--> <!--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"> <div class="card card-doc">
<a href="https://drive.google.com/file/d/1DRr_m2lqWN7Md8akLOeOB16hW4ytqbkV/view?usp=sharing" <a href="https://drive.google.com/file/d/1DRr_m2lqWN7Md8akLOeOB16hW4ytqbkV/view?usp=sharing"
style="text-decoration: none"> style="text-decoration: none">
...@@ -1165,7 +1158,7 @@ ...@@ -1165,7 +1158,7 @@
<!-- proposal documents--> <!-- 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"> <div class="card card-doc">
<a href="https://drive.google.com/file/d/1LpSWOBgxhZeqVxyTBFg0vICFE8BXi9__/view?usp=sharing" <a href="https://drive.google.com/file/d/1LpSWOBgxhZeqVxyTBFg0vICFE8BXi9__/view?usp=sharing"
style="text-decoration: none"> style="text-decoration: none">
...@@ -1184,7 +1177,7 @@ ...@@ -1184,7 +1177,7 @@
<!-- end of proposal documents--> <!-- end of proposal documents-->
<!-- logbook--> <!-- 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"> <div class="card card-doc">
<a href="https://drive.google.com/file/d/1Qma23sGsjHh9u2WnaAR_VPG0p7rApTSg/view?usp=sharing" <a href="https://drive.google.com/file/d/1Qma23sGsjHh9u2WnaAR_VPG0p7rApTSg/view?usp=sharing"
style="text-decoration: none"> style="text-decoration: none">
...@@ -1201,7 +1194,7 @@ ...@@ -1201,7 +1194,7 @@
<a class="btn btn-info dropdown-toggle btn-block" href="#" role="button" <a class="btn btn-info dropdown-toggle btn-block" href="#" role="button"
id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="true"> aria-expanded="true">
View Individual Logbooks View More
</a> </a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink"> <div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
...@@ -1242,7 +1235,7 @@ ...@@ -1242,7 +1235,7 @@
<!-- Status doc--> <!-- 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"> <div class="card card-doc">
<a href="https://drive.google.com/file/d/1Qma23sGsjHh9u2WnaAR_VPG0p7rApTSg/view?usp=sharing" <a href="https://drive.google.com/file/d/1Qma23sGsjHh9u2WnaAR_VPG0p7rApTSg/view?usp=sharing"
style="text-decoration: none"> style="text-decoration: none">
...@@ -1259,7 +1252,7 @@ ...@@ -1259,7 +1252,7 @@
<a class="btn btn-info dropdown-toggle btn-block" href="#" role="button" <a class="btn btn-info dropdown-toggle btn-block" href="#" role="button"
id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="true"> aria-expanded="true">
View Individual Documents View More
</a> </a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink"> <div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
...@@ -1282,7 +1275,7 @@ ...@@ -1282,7 +1275,7 @@
<!-- final thesis--> <!-- 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"> <div class="card card-doc">
<a href="https://drive.google.com/file/d/1Qma23sGsjHh9u2WnaAR_VPG0p7rApTSg/view?usp=sharing" <a href="https://drive.google.com/file/d/1Qma23sGsjHh9u2WnaAR_VPG0p7rApTSg/view?usp=sharing"
style="text-decoration: none"> 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