Skip to content

Commit

Permalink
publications number added
Browse files Browse the repository at this point in the history
  • Loading branch information
Manas2403 committed Mar 9, 2024
1 parent 230999f commit f536e7e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
4 changes: 2 additions & 2 deletions courses.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ <h3 style="margin-top: -20%;">Research Methodology</h3>
</div>
<div class="container">
<h2 style="text-align: left;">Previous Courses</h2>
<div style="text-align: left;font-size:2rem">
<ol style="text-align: left;font-size:2rem">
<li>REAL TIME SIGNAL PROCESSING</li>
<li>MEDICAL IMAGING</li>
<li>NEURAL ENGINEERING</li>
</div>
</ol>
</div>
</div>

Expand Down
27 changes: 13 additions & 14 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ a:focus {
color: black;
}

ul,
ol {
ul {
list-style: none;
}

Expand Down Expand Up @@ -1143,54 +1142,54 @@ body,
width: 100%;
flex-wrap: wrap;
}
.logo img{
.logo img {
max-width: 100%;
max-height: auto;
}
}

.logo img{
.logo img {
max-width: 15%;
max-height: auto;
}
.timeline-steps {
display: flex;
justify-content: center;
flex-wrap: wrap
flex-wrap: wrap;
}

.timeline-steps .timeline-step {
align-items: center;
display: flex;
flex-direction: column;
position: relative;
margin: 1rem
margin: 1rem;
}

@media (min-width:768px) {
@media (min-width: 768px) {
.timeline-steps .timeline-step:not(:last-child):after {
content: "";
display: block;
border-top: .25rem dotted #3b82f6;
border-top: 0.25rem dotted #3b82f6;
width: 3.46rem;
position: absolute;
left: 7.5rem;
top: .3125rem
top: 0.3125rem;
}
.timeline-steps .timeline-step:not(:first-child):before {
content: "";
display: block;
border-top: .25rem dotted #3b82f6;
border-top: 0.25rem dotted #3b82f6;
width: 3.8125rem;
position: absolute;
right: 7.5rem;
top: .3125rem
top: 0.3125rem;
}
}

.timeline-steps .timeline-content {
width: 10rem;
text-align: center
text-align: center;
}

.timeline-steps .timeline-content .inner-circle {
Expand All @@ -1200,7 +1199,7 @@ body,
display: inline-flex;
align-items: center;
justify-content: center;
background-color: #3b82f6
background-color: #3b82f6;
}

.timeline-steps .timeline-content .inner-circle:before {
Expand All @@ -1211,5 +1210,5 @@ body,
width: 3rem;
min-width: 3rem;
border-radius: 6.25rem;
opacity: .5
opacity: 0.5;
}

0 comments on commit f536e7e

Please sign in to comment.