diff --git a/public/static/ui/resume.css b/public/static/ui/resume.css index 1264cd1..b34f274 100644 --- a/public/static/ui/resume.css +++ b/public/static/ui/resume.css @@ -40,4 +40,9 @@ div#resume_js_app a:hover { div#resume_js_app table * { border:0; text-align: left; +} + +.debug_warning { + opacity: 0.8 !important; + /* transform: translate(-50%, 80%) !important; */ } \ No newline at end of file diff --git a/view/guestbook.pug b/view/guestbook.pug index a0ae7f5..2330d42 100644 --- a/view/guestbook.pug +++ b/view/guestbook.pug @@ -19,7 +19,7 @@ block content table tr td Your name: - td + td(width='80%') input(type='text' name='name' value='' + (name ? name : '') style='width:50%') span(style='font-size:9pt;color:red;user-select:none' title='required') * tr @@ -42,7 +42,7 @@ block content span(style='font-weight:bold;color:darkred;font-size:9pt') !{errors} br a(style='font-size:9pt' href='/guestbook') Clear errors - td(style='padding:0 16px;margin:0') + td(style='padding:0 16px;margin:0' width='50%') h5 Guidelines ul li Follow the DBAA policy. @@ -54,7 +54,7 @@ block content | DMCA content is not allowed. If your rights are violated, send your strikes to: a(href='mailto:me@blek.codes') +label('me@blek.codes', '#a0a0b6') - span(style='font-size:10pt;color:darkred;font-weight:bold'). + span(style='font-size:110%;color:darkred;font-weight:bold'). Warning: Your ip (#{ip}) will be logged and displayed for everyone.
You can delete your own message if it was sent from the same ip for 24 hours after it was sent. p diff --git a/view/page/resume.pug b/view/page/resume.pug index 8a93379..ae40a25 100644 --- a/view/page/resume.pug +++ b/view/page/resume.pug @@ -9,15 +9,21 @@ block content div(class='resume_app_container') div(id='resume_js_app') p(class='js_loading_indicator') + br + br | JS is loading. Please hold on... br + br img(src='/static/ui/load.gif' style='border-radius:4px;margin-top:6px') br + br noscript span(style='font-size:9pt;color:darkred;font-weight:bold;text-align:center') | It seems that you have JS disabled. br | Please, enable it in order to run the app. + br + br block scripts