Skip to content

Commit

Permalink
about changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DancheBacheva committed Apr 19, 2024
1 parent a6a911a commit 83e73b9
Show file tree
Hide file tree
Showing 26 changed files with 215 additions and 133 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/dbblue2.png" />
<link rel="icon" type="image/png" href="/logodb4.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My Portfolio</title>
</head>
Expand Down
Binary file added public/logodb4.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 src/assets/about/image-coffee-keyboard.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 removed src/assets/backgrounds/Untitled_Artwork (1).jpg
Binary file not shown.
Binary file removed src/assets/backgrounds/Untitled_Artwork 3.jpg
Binary file not shown.
Binary file removed src/assets/backgrounds/Untitled_Artwork 4.jpg
Binary file not shown.
Binary file removed src/assets/backgrounds/Untitled_Artwork.jpg
Binary file not shown.
Binary file removed src/assets/backgrounds/Untitled_Artwork5.jpg
Binary file not shown.
Binary file removed src/assets/backgrounds/Untitled_Artwork6.jpg
Binary file not shown.
Binary file removed src/assets/backgrounds/Untitled_Artwork8.jpg
Binary file not shown.
Binary file not shown.
Binary file removed src/assets/backgrounds/cinematiclogo.jpeg
Binary file not shown.
Binary file removed src/assets/backgrounds/dbblue.png
Binary file not shown.
Binary file removed src/assets/backgrounds/dbblue2.png
Binary file not shown.
Binary file removed src/assets/backgrounds/dbgold.png
Binary file not shown.
Binary file removed src/assets/backgrounds/futuristic-7020072_1280.jpg
Binary file not shown.
Binary file removed src/assets/backgrounds/logoDB.png
Binary file not shown.
Binary file added src/assets/backgrounds/logodb4.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 removed src/assets/backgrounds/modernlogo.jpeg
Binary file not shown.
Binary file removed src/assets/backgrounds/web-design-2906159_640.jpg
Binary file not shown.
95 changes: 72 additions & 23 deletions src/components/About/About.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,36 @@
.about-info-container{
display: flex;
/* flex-direction: column; */
justify-content: center;
align-items: center;
margin-left: 250px;
padding: 30px;
}

.info-container{
width: 330px;
height: 230px;
width: 430px;
height: auto;
border-radius: 10px;
margin: 30px;
margin: 10px;
display: flex;
flex-direction: column;
/* flex-direction: column; */
justify-content: center;
align-items: center;
box-shadow: 6px 6px 8px 0px #00000040;
box-shadow: 0px 4px 3px 3px #00000040;
background-color: white;
}

.hi{
font-size: xx-large;
}

.description-container{
width: 430px;
height: auto;
border-radius: 10px;
margin-left: 30px;
margin-bottom: 20px;
box-shadow: 0px 4px 3px 3px #00000040;
background-color: white;
}

Expand All @@ -23,63 +40,95 @@

.react-icon,
.nodejs-icon{
width: 50px;
height: 50px;
margin: 10px;
width: 30px;
height: 30px;
margin: 5px;
}

.en-icon,
.fr-icon{
width: 60px;
height: 50px;
margin: 10px;
width: 40px;
height: 30px;
/* margin: 10px; */
border-radius: 50%;
}

h5{
margin: 0;
}

.profession{
margin-left: 20px;
}

.about-container{
max-width: 700px;
height: 230px;
background-color: white;
max-width: 800px;
height: auto;
background-image: url("/src/assets/about/image-coffee-keyboard.jpg");
background-size: cover;
background-position: center;
color: #0693e3;
border-radius: 10px;
margin: 0 auto;
padding: 30px 50px;
padding: 0px 10px;
box-shadow: 6px 6px 8px 0px #00000040;
margin: 20px 0;
}

.about-container span{
margin: 0 auto;
}

.details-container{
width: 100%;
max-width: 1980px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
/* margin: 10px 0; */
}

.about-h2-container{
width: 100%;
max-width: 1980px;
display: flex;
justify-content: space-around;
justify-content: space-evenly;
margin: 10px 0;
}

.about-h2-container h2{
width: 250px;
display: flex;
justify-content: space-evenly;
background-color: #0693e3;
margin: 20px 0;
margin: 10px 0;
box-shadow: 6px 6px 8px 0px #00000040;
border-radius: 10px;
color: white;
}

.about-content-container{
width: 100%;
max-width: 1980px;
display: flex;
justify-content: space-around;
flex-direction: column;
color: #0693e3;
}

.about-h2-container h2{
width: 300px;
color: white;
.education-container,
.experience-container{
width: 250px;
height: 230px;
border-radius: 10px;
box-shadow: 6px 6px 8px 0px #00000040;
background-color: white;
}

.skills-container{
width: 330px;
width: 250px;
height: 230px;
border-radius: 10px;
margin: 20px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
Expand Down
Loading

0 comments on commit 83e73b9

Please sign in to comment.