improvements
This commit is contained in:
BIN
resources/cv.pdf
BIN
resources/cv.pdf
Binary file not shown.
@@ -4,7 +4,7 @@
|
||||
|
||||
@layer components {
|
||||
.site-container {
|
||||
@apply max-w-2xl mx-auto px-6 font-mono py-24
|
||||
@apply max-w-4xl mx-auto px-6 font-mono py-24
|
||||
}
|
||||
|
||||
.site-3xl-container {
|
||||
@@ -69,19 +69,6 @@
|
||||
@apply mr-2
|
||||
}
|
||||
|
||||
/* Skills */
|
||||
.skills-container {
|
||||
@apply grid grid-cols-3 gap-4 place-content-end pt-4
|
||||
}
|
||||
|
||||
.rate-card {
|
||||
@apply basis-1/3 flex flex-col justify-center
|
||||
}
|
||||
|
||||
.skills-section {
|
||||
@apply pb-5
|
||||
}
|
||||
|
||||
|
||||
/* Timeline */
|
||||
.timeline {
|
||||
|
||||
@@ -547,7 +547,7 @@ video {
|
||||
.site-container {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 42rem;
|
||||
max-width: 56rem;
|
||||
padding-left: 1.5rem;
|
||||
padding-right: 1.5rem;
|
||||
padding-top: 6rem;
|
||||
@@ -735,27 +735,6 @@ video {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
|
||||
/* Skills */
|
||||
|
||||
.skills-container {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
place-content: end;
|
||||
gap: 1rem;
|
||||
padding-top: 1rem;
|
||||
}
|
||||
|
||||
.rate-card {
|
||||
display: flex;
|
||||
flex-basis: 33.333333%;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.skills-section {
|
||||
padding-bottom: 1.25rem;
|
||||
}
|
||||
|
||||
/* Timeline */
|
||||
|
||||
.timeline {
|
||||
@@ -938,10 +917,6 @@ video {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.grid {
|
||||
display: grid;
|
||||
}
|
||||
|
||||
.h-11 {
|
||||
height: 2.75rem;
|
||||
}
|
||||
@@ -958,14 +933,14 @@ video {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.max-w-2xl {
|
||||
max-width: 42rem;
|
||||
}
|
||||
|
||||
.max-w-3xl {
|
||||
max-width: 48rem;
|
||||
}
|
||||
|
||||
.max-w-4xl {
|
||||
max-width: 56rem;
|
||||
}
|
||||
|
||||
.flex-auto {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
@@ -978,18 +953,10 @@ video {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.basis-1\/3 {
|
||||
flex-basis: 33.333333%;
|
||||
}
|
||||
|
||||
.cursor-pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.grid-cols-3 {
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.flex-row {
|
||||
flex-direction: row;
|
||||
}
|
||||
@@ -998,10 +965,6 @@ video {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.place-content-end {
|
||||
place-content: end;
|
||||
}
|
||||
|
||||
.items-center {
|
||||
align-items: center;
|
||||
}
|
||||
@@ -1014,10 +977,6 @@ video {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.gap-4 {
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.rounded-full {
|
||||
border-radius: 9999px;
|
||||
}
|
||||
|
||||
@@ -65,92 +65,5 @@
|
||||
"location": "Ümitköy Anatolian High School",
|
||||
"description": "There is nothing to say so much. It was an ordinary school but I have good memories there."
|
||||
}
|
||||
],
|
||||
"skills": {
|
||||
"programmingLanguages": [
|
||||
{
|
||||
"name": "Golang",
|
||||
"rank": 4.5,
|
||||
"key": "golang"
|
||||
},
|
||||
{
|
||||
"name": "Java",
|
||||
"rank": 4.5,
|
||||
"key": "java"
|
||||
},
|
||||
{
|
||||
"name": "Python",
|
||||
"rank": 4.0,
|
||||
"key": "python"
|
||||
},
|
||||
{
|
||||
"name": "JavaScript",
|
||||
"rank": 3.5,
|
||||
"key": "javascript"
|
||||
}
|
||||
],
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Spring",
|
||||
"rank": 3.5,
|
||||
"key": "spring"
|
||||
},
|
||||
{
|
||||
"name": "React",
|
||||
"rank": 3,
|
||||
"key": "react"
|
||||
},
|
||||
{
|
||||
"name": "Vue",
|
||||
"rank": 2,
|
||||
"key": "vue"
|
||||
}
|
||||
],
|
||||
"operatingSystems": [
|
||||
{
|
||||
"name": "Ubuntu",
|
||||
"rank": 4.5,
|
||||
"key": "ubuntu"
|
||||
},
|
||||
{
|
||||
"name": "CentOS",
|
||||
"rank": 4,
|
||||
"key": "centos"
|
||||
},
|
||||
{
|
||||
"name": "MacOS",
|
||||
"rank": 3.5,
|
||||
"key": "macos"
|
||||
}
|
||||
],
|
||||
"ciCd": [
|
||||
{
|
||||
"name": "Jenkins",
|
||||
"rank": 3.5,
|
||||
"key": "jenkins"
|
||||
},
|
||||
{
|
||||
"name": "TravisCI",
|
||||
"rank": 2,
|
||||
"key": "travisci"
|
||||
}
|
||||
],
|
||||
"tools": [
|
||||
{
|
||||
"name": "JIRA",
|
||||
"rank": 5,
|
||||
"key": "jira"
|
||||
},
|
||||
{
|
||||
"name": "Bitbucket",
|
||||
"rank": 5,
|
||||
"key": "bitbucket"
|
||||
},
|
||||
{
|
||||
"name": "GitHub",
|
||||
"rank": 5,
|
||||
"key": "github"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user