Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamz12345 committed Jul 8, 2024
1 parent c282c88 commit dcc5a2e
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion portfolio/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<title>Portfolio</title>
<title>Łukasz Spychała Website</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
Binary file modified portfolio/src/Assets/.about_square_size.jpg-autosave.kra
Binary file not shown.
Binary file modified portfolio/src/Assets/about_square_size.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 portfolio/src/Assets/about_square_size.jpg~
Binary file not shown.
2 changes: 1 addition & 1 deletion portfolio/src/Components/Footer/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
font-size: 1vmax;
font-weight: 100;
color: rgb(100, 100, 100);
background-color: rgb(40, 40, 40);
background-color: rgb(40, 40, 43);
text-align: center;
border-top: 1px solid rgb(60, 60, 60);
padding: 1.5vmax;
Expand Down
7 changes: 4 additions & 3 deletions portfolio/src/Components/Navbar/Navbar.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

.navbar{
background-color: rgb(40, 40, 40);
background-color: rgb(42, 41, 51);
border-bottom: 1px solid cornflowerblue;
position: sticky;
z-index: 20;
Expand Down Expand Up @@ -87,7 +87,8 @@
border: solid 1px cornflowerblue;
padding: 5px;
text-align: center;
background-color: rgb(40, 40, 40);
background-color: rgb(42, 41, 51);

}

.openMobileMenuButton {
Expand Down Expand Up @@ -124,7 +125,7 @@
.active.mobileMenuNavLink {
color: white;
border-radius: 0.75rem;
background-color: rgb(35, 35, 35);
background-color: rgb(28, 27, 35);
background-size: contain;
border: 1px inset rgb(60, 60, 60);
}
Expand Down
10 changes: 5 additions & 5 deletions portfolio/src/Pages/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}

.homeLinksDiv {
padding-bottom: 3rem;
padding-bottom: 2vmax;
}


Expand Down Expand Up @@ -131,11 +131,11 @@

.homePhoto {

width: 30vmax;
height: 30vmax;
width: 35vmax;
height: 35vmax;
object-fit: cover;
border: 0.1vmax solid cornflowerblue;
border-radius: 2rem;
border: 0.14vmax solid cornflowerblue;
border-radius: 2vmax;
margin-top: 1rem;

}
Expand Down
1 change: 1 addition & 0 deletions portfolio/src/Pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const Home = () => {
<div className="homeDivInner">
<span className="boldTxt">About Me</span>
<img src={aboutSquare} alt="aboutPhoto" className="homePhoto"></img>

</div>
</NavLink>
</div>
Expand Down
8 changes: 4 additions & 4 deletions portfolio/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

body{
font-family: 'Ubuntu', sans-serif;
background: rgb(27, 29, 31);
background: rgb(27, 27, 31);
color: white;
overflow: hidden;
overflow-y: auto;
Expand Down Expand Up @@ -40,10 +40,10 @@ p{
}

.pageContent{
margin: 1.5rem auto;
max-width: 70vw;
margin: 2vmax auto;
max-width: 80vw;

padding: 1rem 1rem;
padding: 1vmax 1vmax;

border-radius: 2rem;
}
Expand Down

0 comments on commit dcc5a2e

Please sign in to comment.