added publications and education in main; more config
added config option to remove about section in sidebar added config option to not show education in main (as it is shown in the sidebar anyway) increased with of sidebar for longer names reduced padding for footer
This commit is contained in:
@ -31,7 +31,7 @@ p {
|
||||
|
||||
.wrapper {
|
||||
background:@theme-color;
|
||||
max-width: 960px;
|
||||
max-width: 1000px;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
.box-shadow(0px 2px 4px rgba(0,0,0,0.1));
|
||||
@ -41,7 +41,7 @@ p {
|
||||
background: @theme-color;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
width: 240px;
|
||||
width: 280px;
|
||||
height: 100%;
|
||||
min-height: 800px;
|
||||
color: #fff;
|
||||
@ -162,7 +162,7 @@ p {
|
||||
.main-wrapper {
|
||||
background: #fff;
|
||||
padding: 60px;
|
||||
padding-right: 300px;
|
||||
padding-right: 340px;
|
||||
.section-title {
|
||||
text-transform: uppercase;
|
||||
font-size: 20px;
|
||||
@ -191,7 +191,7 @@ p {
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
|
||||
.experiences-section {
|
||||
.experiences-section, .educations-section {
|
||||
.item {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
@ -201,7 +201,7 @@ p {
|
||||
overflow: hidden;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
.job-title {
|
||||
.job-title, .degree {
|
||||
color: @text-color;
|
||||
font-size: 16px;
|
||||
margin-top: 0;
|
||||
@ -214,7 +214,7 @@ p {
|
||||
top: 0;
|
||||
color: @text-grey;
|
||||
}
|
||||
.company {
|
||||
.company, .university {
|
||||
margin-bottom: 10px;
|
||||
color: @text-grey;
|
||||
}
|
||||
@ -234,6 +234,23 @@ p {
|
||||
}
|
||||
}
|
||||
|
||||
.publication-title {
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
.publication-authors {
|
||||
font-style: italic;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
.publications-section {
|
||||
.intro {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.item {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -261,8 +278,7 @@ p {
|
||||
|
||||
|
||||
.footer {
|
||||
padding: 30px;
|
||||
padding-top: 60px;
|
||||
padding-top: 30px;
|
||||
.copyright {
|
||||
line-height: 1.6;
|
||||
color: @text-color-secondary;
|
||||
|
Reference in New Issue
Block a user