Skip to content

Commit

Permalink
update styles.css, updated imgs in assets, updated content in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-pandeyy committed Apr 17, 2024
1 parent 7307d4c commit 0e0dd6c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
Binary file modified assets/how-it-works/img1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/how-it-works/img2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/how-it-works/img3.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/how-it-works/img4.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ <h2>
<div class="row">
<div class="icon">1</div>
<div class="description">
<h4>Winter</h4>
<p>Winter has so much to offer - creative activities</p>
<h4>Sobel-Feldman Filter</h4>
<p>Creates a binary image - Advanced color transformation techniques</p>
</div>
</div>
</label>
Expand All @@ -113,8 +113,8 @@ <h4>Winter</h4>
<div class="row">
<div class="icon">2</div>
<div class="description">
<h4>Digital Technology</h4>
<p>Gets better every day - stay tuned</p>
<h4>Estimating the polynomials</h4>
<p>Plotting a smoother curve using Ax²+Bx+C</p>
</div>
</div>
</label>
Expand All @@ -123,8 +123,8 @@ <h4>Digital Technology</h4>
<div class="row">
<div class="icon">3</div>
<div class="description">
<h4>Globalization</h4>
<p>Help people all over the world</p>
<h4>Preprocessing data & extracting features</h4>
<p>Object Detection using HOG Sub-Sampling</p>
</div>
</div>
</label>
Expand All @@ -133,8 +133,8 @@ <h4>Globalization</h4>
<div class="row">
<div class="icon">4</div>
<div class="description">
<h4>New technologies</h4>
<p>Space engineering becomes more and more advanced</p>
<h4>Lane + Object Detection</h4>
<p>The final part: Putting this all together</p>
</div>
</div>
</label>
Expand Down
6 changes: 4 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -230,19 +230,20 @@ header nav:hover > a:not(:hover):not(.active) {

.s1d623h8f1 .black {
margin-right: 100px;
font-family: 'Times New Roman', Times, serif;
}

.s1d623h8f1 .white {
display: inline-block;
color: white;
-webkit-text-stroke: 0.7px black;
font-family: 'Times New Roman', Times, serif;
}

.how-it-works {
padding: 10vh 0;
background: linear-gradient(to top, #1a1122 40%, #111422);;
color: white;
position: relative;
z-index: -1;
}

Expand Down Expand Up @@ -290,6 +291,7 @@ header nav:hover > a:not(:hover):not(.active) {
justify-content: center;
align-items: center;
margin: 15px;
font-family: 'Times New Roman', Times, serif;
}

.card > .row > .description {
Expand All @@ -306,7 +308,7 @@ header nav:hover > a:not(:hover):not(.active) {
}

.description p {
color: #b0b0ba;
color: #fff;
padding-top: 5px;
}

Expand Down

0 comments on commit 0e0dd6c

Please sign in to comment.