update resume layout
This commit is contained in:
parent
5941885331
commit
65ba8028d8
|
@ -64,6 +64,7 @@ a:visited {
|
|||
}
|
||||
.main_contents {
|
||||
padding: 16px 12px;
|
||||
height: 100%;
|
||||
}
|
||||
.flag_hr {
|
||||
background: linear-gradient(0,#5BCEFA 20%,#F5A9B8 20%,40%,#FFFFFF 40%,60%,#F5A9B8 60%,80%,#5BCEFA 80%);
|
||||
|
|
|
@ -7,10 +7,6 @@ div#resume_js_app {
|
|||
box-shadow: 0 2px 4px #30303060;
|
||||
padding: 10px 8px;
|
||||
color: #e1e1e1;
|
||||
|
||||
position: fixed;
|
||||
top:50%;left:50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
div#resume_js_app * {
|
||||
padding: 0; margin: 0;
|
||||
|
|
|
@ -6,8 +6,9 @@ block root
|
|||
block content
|
||||
h2 My online resume
|
||||
hr
|
||||
div(id='resume_js_app')
|
||||
p(class='js_loading_indicator')
|
||||
| JS is loading. Please hold on...
|
||||
br
|
||||
img(src='/static/ui/load.gif' style='border-radius:4px;margin-top:6px')
|
||||
div(class='resume_app_container')
|
||||
div(id='resume_js_app')
|
||||
p(class='js_loading_indicator')
|
||||
| JS is loading. Please hold on...
|
||||
br
|
||||
img(src='/static/ui/load.gif' style='border-radius:4px;margin-top:6px')
|
Loading…
Reference in New Issue