Skip to content

Commit

Permalink
start
Browse files Browse the repository at this point in the history
  • Loading branch information
SwarupVishwas18 committed Jun 23, 2024
1 parent 0306746 commit 066058c
Show file tree
Hide file tree
Showing 15 changed files with 379 additions and 187 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
Binary file modified assets/images/TG.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 modified assets/images/blood.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/images/familiar.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 modified assets/images/file-transfer.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 modified assets/images/linkedin-qr.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 modified assets/images/oppen.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/images/password.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 modified assets/images/pinote.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/images/reactive.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/images/rewardia.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/images/right-aid.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 modified assets/images/spendwise.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
146 changes: 105 additions & 41 deletions assets/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Xanh+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kolker+Brush&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:[email protected]&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jura:[email protected]&family=Oswald:[email protected]&family=Playwrite+NG+Modern:[email protected]&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:[email protected]&family=Playwrite+NG+Modern:[email protected]&display=swap');
@font-face {
font-family: 'madrigal';
src: url('../font/Madrigal-mLJ92.ttf');
}
:root{
--bg-col: #161b21;
--nav-bg: #0d1017;
--bg-col: #202125;
--nav-bg: #2d2f31;
--cols: #d3ddda;
--link-col: #ABB2BF;
}
Expand All @@ -17,7 +20,7 @@
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'Inter';
font-family: 'Jura';
print-color-adjust: exact;
-webkit-print-color-adjust: exact;
/* cursor: pointer; */
Expand All @@ -44,7 +47,7 @@ body{
}

h1{
font-family: 'Cinzel', serif;
font-family: "Jura", sans-serif;
}

.rs{
Expand All @@ -56,7 +59,6 @@ h1{
}

.logo h1{
font-family: 'Kolker Brush', cursive;
font-size: 2rem;
letter-spacing: .2rem;
color: var(--cols);
Expand Down Expand Up @@ -99,10 +101,9 @@ ul.links{
justify-content: center;
gap: 2rem;
list-style: none;
background-color: #00000067;
background-color: var(--nav-bg);
padding: 1rem;
border-top-left-radius: 1rem;
border-bottom-right-radius: 1rem;
border-radius: 5px;
}

.course-section{
Expand Down Expand Up @@ -170,8 +171,8 @@ section.movie-details{
}

button{
font-family: 'Inter', sans-serif;

font-family: 'Jura', sans-serif;
font-weight: bolder;
}

article.movie-body{
Expand Down Expand Up @@ -240,7 +241,7 @@ input[type='submit']{
} */

.name{
font-family: 'Roboto Mono';
font-family: "Jura", sans-serif;
}


Expand Down Expand Up @@ -536,7 +537,7 @@ blockquote{
}

.banner-sub{
font-family: 'Roboto Mono', monospace;
font-family: "Jura", sans-serif;
font-size: 1rem;
}

Expand Down Expand Up @@ -670,18 +671,58 @@ main.form div{
}

.projects-grid{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 3rem;
display: flex;
padding: 3rem;
overflow-x: scroll;
padding: 5%;
margin: 1rem;
}

.projects-grid::-webkit-scrollbar {
width: 10px;
height: 10px;
}
.projects-grid::-webkit-scrollbar-thumb {
background: #201c29;
border-radius: 10px;
box-shadow: inset 2px 2px 2px hsla(0,0%,100%,.25), inset -2px -2px 2px rgba(0,0,0,.25);
}

.projects-grid::-webkit-scrollbar-track {
background: linear-gradient(90deg,#201c29,#201c29 1px,#17141d 0,#17141d);
}


.index-project-card{
display: flex;
flex-direction: column;
gap: 1rem;
padding: 2rem;
background-color: var(--nav-bg);
border-radius: 16px;
box-shadow: -1rem 0 5rem #090909;
display: flex;
flex-direction: column;
transition: .2s;
margin: 0;
scroll-snap-align: start;
clear: both;
position: relative;
width: 500px;
min-width: 350px;
padding: 1.5rem;
}

.index-project-card:focus-within~.index-project-card, .index-project-card:hover~.index-project-card {
transform: translateX(130px);
}

.index-project-card:hover {
transform: translateY(-1rem);
}

.index-project-card:not(:first-child) {
margin-left: -130px;
}

.index-project-card .project-image{
Expand All @@ -696,9 +737,9 @@ main.form div{
font-size: small;
margin-right: 12px;
padding: 5px;
background-color: var(--link-col);
background-color: var(--bg-col);
border-radius: 7px;
color: var(--bg-col);
color: var(--link-col);
}


Expand All @@ -714,12 +755,11 @@ main.form div{

.project-link a{
font-size: 1rem;
font-weight: normal;
font-weight: bold;
}

#email:focus, #pwd:focus, #name:focus{
outline: none;
border: 1px solid goldenrod;
}

.swarup-vishwas{
Expand All @@ -730,17 +770,35 @@ main.form div{


.socials-tab{
display: flex;
align-items: flex-start;
flex-direction: column;
gap: .5rem;
text-align: justify;
justify-content: left;
gap: 3rem;
justify-content: space-around;
justify-self: flex-start;
}

.form-rs{
.form-ls{
text-align: center;
}

.qrs{
background-color: var(--nav-bg);
padding: 1rem;
display: flex;
border-radius: 12px;
flex-direction: row-reverse;
}

#tg-top {
display: flex;
}

.top img{
border-radius: 12px ;
}

.google-link{
display: flex;
gap: 2rem;
Expand Down Expand Up @@ -775,7 +833,6 @@ main.form div{
}

header.img-bk{
background-image: linear-gradient(rgba(0, 0, 0, 0.574), rgba(0, 0, 0, 0.382)),url('../images/key.jpg');
color: var(--bg-col);
background-position: center;
background-repeat: no-repeat;
Expand Down Expand Up @@ -893,6 +950,8 @@ button, .more-link a{
gap: .4rem;
}



ul.cast{
grid-template-columns: 1fr;
}
Expand Down Expand Up @@ -1046,10 +1105,16 @@ h3{
gap: 1rem;
}

.contact-form{
display: flex;
align-items: center;
justify-content: space-around;
}

.contact-form form{
/* text-align: center; */
display: flex;
align-items: flex-start;
align-items: center;
justify-content: space-around;
}

Expand All @@ -1076,7 +1141,6 @@ textarea{

textarea:focus{
outline: none;
border: 1px solid goldenrod;
}
.form input, .form button{
background-color: var(--nav-bg);
Expand Down Expand Up @@ -1126,7 +1190,7 @@ textarea:focus{
.banner-body{
/* font-size: 2rem; */
font-weight: bold;
font-family: 'Roboto Mono', monospace;
font-family: "Jura", sans-serif;
}

.upper-main{
Expand Down Expand Up @@ -1159,22 +1223,30 @@ textarea:focus{

}


.tab-skill{
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
gap: 1rem;
}

.skills-grid{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
display: flex;
flex-direction: column;
align-items: flex-start;
/* background-color: var(--cols); */
padding: 3rem;
border-radius: 12px;
}



.skills-flex{
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;
padding: 2%;
align-items: center;
align-items: flex-start;
justify-content: center;
text-align: center;
}
Expand All @@ -1187,10 +1259,6 @@ textarea:focus{
border-radius: 6px;
}

.skills-tab img:hover{
background-color: var(--bg-col);
transform: scale(1.2);
}

.contact-main{
min-height: 100vh;
Expand Down Expand Up @@ -1233,7 +1301,7 @@ textarea:focus{

.lang-img{
text-align: center;
margin-top: 3rem;
/* margin-top: 3rem; */
}

.top .tg{
Expand All @@ -1247,7 +1315,6 @@ textarea:focus{
}

.swarup-vishwas::after{
content: '👨‍💻';
animation-name: opMan;
animation-iteration-count: infinite;
animation-direction: alternate;
Expand Down Expand Up @@ -1374,10 +1441,7 @@ textarea:focus{
flex-direction: column;
}

.skills-flex{
grid-template-columns: 1fr;
align-items: center;
}


/* .skills-tab{
display: grid;
Expand Down
Loading

0 comments on commit 066058c

Please sign in to comment.