13 lines
380 B
Plaintext
13 lines
380 B
Plaintext
|
extends ../layout/main.pug
|
||
|
block root
|
||
|
- var title = 'Resume'
|
||
|
link(rel='stylesheet' href='/static/ui/resume.css')
|
||
|
|
||
|
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:6px;margin-top:6px')
|