Skip to content

Commit

Permalink
Updated informations of my experiences
Browse files Browse the repository at this point in the history
  • Loading branch information
jahir-raihan committed Mar 22, 2024
1 parent cab92dd commit 2cd1d7d
Show file tree
Hide file tree
Showing 6 changed files with 264 additions and 4 deletions.
33 changes: 32 additions & 1 deletion css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,16 @@ body {
padding: 0.5em 0;
position: relative;
}
.experience-projects .e-p-container .section-title-projects {
font-size: 22px;
margin: 4em 0;
font-weight: 500;
text-align: center;
background: white;
border-radius: 6px;
padding: 0.5em 0;
position: relative;
}
.experience-projects .experience-project {
margin-bottom: 2em;
display: flex;
Expand Down Expand Up @@ -299,7 +309,7 @@ e {
position: relative;
}

.e-p-wrpper {
.e-p-wrapper {
position: relative;
z-index: 3;
}
Expand Down Expand Up @@ -438,6 +448,18 @@ e {
border-top: none;
}

.tree-line7-projects {
position: absolute;
height: 8em;
width: 2px;
bottom: -8em;
border-left: 2px solid rgba(62, 62, 62, 0.436);
border-left: 2px solid white;
right: 50%;
border-bottom: none;
border-top: none;
}

.tree-line8 {
right: 42%;
}
Expand All @@ -451,6 +473,15 @@ e {
width: 50%;
}

.tree-line9-projects {
position: absolute;
border: 2px solid white;
height: 200px;
top: 0;
right: 25%;
width: 50%;
}

.tree-line10, .tree-line11 {
position: absolute;
border: 2px solid white;
Expand Down
2 changes: 1 addition & 1 deletion css/index.css.map

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

34 changes: 33 additions & 1 deletion css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,16 @@ body{
padding:.5em 0;
position:relative;
}
.section-title-projects{
font-size:22px;
margin:4em 0;
font-weight: 500;
text-align: center;
background:white;
border-radius: 6px;
padding:.5em 0;
position:relative;
}
}

.experience-project{
Expand Down Expand Up @@ -373,7 +383,7 @@ e{
position: relative;
}

.e-p-wrpper{
.e-p-wrapper{
position:relative;
z-index:3;

Expand Down Expand Up @@ -537,6 +547,19 @@ e{

}

.tree-line7-projects{
position:absolute;
height:8em;
width:2px;
bottom:-8em;
border-left:2px solid rgba(62, 62, 62, 0.436);
border-left:2px solid white;
right:50%;
border-bottom: none;
border-top:none;

}

.tree-line8{
right:42%;
}
Expand All @@ -549,6 +572,15 @@ e{
right:25%;
width:50%;

}
.tree-line9-projects{
position:absolute;
border:2px solid white;
height:200px;
top:0;
right:25%;
width:50%;

}

.tree-line10{
Expand Down
Binary file added img/qtec-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2cd1d7d

Please sign in to comment.