Skip to content

Commit

Permalink
Merge pull request #25 from anushkaj-01/main
Browse files Browse the repository at this point in the history
updated team section
  • Loading branch information
bhaskar1001101 authored Oct 14, 2023
2 parents 544cb06 + d9f4415 commit e8a525d
Show file tree
Hide file tree
Showing 13 changed files with 91 additions and 44 deletions.
Binary file modified __pycache__/app.cpython-311.pyc
Binary file not shown.
Binary file added static/assets/anushka_avatar1.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 static/assets/aryan_avatar.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/assets/icons8-github.svg
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 static/assets/linkedin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/assets/linkedin.svg
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 static/assets/mohit_avatar1.jpg
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 static/assets/raunak_avatar.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 static/assets/shoeb_avatar.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 added static/assets/subhadeep_avatar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/assets/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions static/css/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,10 @@ video {
margin-left: 7%;
}

.mr-1 {
margin-right: 0.25rem;
}

.mr-12 {
margin-right: 3rem;
}
Expand Down Expand Up @@ -839,6 +843,10 @@ video {
display: inline-block;
}

.inline {
display: inline;
}

.flex {
display: flex;
}
Expand Down Expand Up @@ -915,6 +923,10 @@ video {
height: 50px;
}

.h-\[80\%\] {
height: 80%;
}

.h-\[80px\] {
height: 80px;
}
Expand Down Expand Up @@ -1035,6 +1047,10 @@ video {
width: 90px;
}

.w-\[95\%\] {
width: 95%;
}

.w-full {
width: 100%;
}
Expand Down Expand Up @@ -1245,6 +1261,10 @@ video {
border-style: dashed;
}

.border-none {
border-style: none;
}

.border-\[\#C3BCC3\] {
--tw-border-opacity: 1;
border-color: rgb(195 188 195 / var(--tw-border-opacity));
Expand Down Expand Up @@ -1432,6 +1452,10 @@ video {
padding-left: 0px;
}

.pl-\[10\%\] {
padding-left: 10%;
}

.pl-\[3\%\] {
padding-left: 3%;
}
Expand Down
Loading

0 comments on commit e8a525d

Please sign in to comment.