Skip to content

Commit

Permalink
changing content
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatgupta24 committed Dec 26, 2021
1 parent da465ac commit fec8e8e
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 22 deletions.
Binary file added assets/projects/bditto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/projects/commclass.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/projects/thoughtz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h3>bditto.com</h3>
</ul>
</div>
<div class="poster">
<img src="./assets/bg-1.jpg" alt="">
<img src="./assets/projects/bditto.png" alt="">
</div>
</div>
<div class="project1">
Expand All @@ -57,7 +57,7 @@ <h3>thoughtz.ai</h3>
</ul>
</div>
<div class="poster">
<img src="./assets/bg-1.jpg" alt="">
<img src="./assets/projects/thoughtz.png" alt="">
</div>
</div>
<div class="project">
Expand All @@ -72,7 +72,7 @@ <h3>commclassroom.org</h3>
</ul>
</div>
<div class="poster">
<img src="./assets/bg-1.jpg" alt="">
<img src="./assets/projects/commclass.png" alt="">
</div>
</div>
</section>
Expand Down
14 changes: 5 additions & 9 deletions styles/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion styles/styles.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 7 additions & 9 deletions styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ header{
height: 100%;
overflow: hidden;
transition: all .25s ease-in;
object-fit: contain;

&:hover{
transform: scale(1.025);
Expand Down Expand Up @@ -197,21 +198,18 @@ header{

.info{
margin: 0 1rem;

h3{
font-size: 1.5rem;
}
}

.poster{
height: 15rem;
}
}

.project1{
flex-direction: column-reverse;

.info{
margin: 0 1rem;
height: 10rem;

img{
width: 100%;
}
}
}
}
Expand Down

0 comments on commit fec8e8e

Please sign in to comment.