diff --git a/basics/static/css/resume.css b/basics/static/css/resume.css index 5517d4c..3b9d0a4 100644 --- a/basics/static/css/resume.css +++ b/basics/static/css/resume.css @@ -12,15 +12,32 @@ #keywords { position: absolute; - top: 0; - left: 0; + top: 100px; + left: 100px; font-size: 75%; - background-color: #7f7f7f; + background-color: #4d4d4d; color: #ffffff; text-align: justify; width: 50%; padding: .5em; border: 1px solid #f18137; + z-index: 200; display: none; } +.keyword-first-letter { + font-weight: bold; + color: #f18137; +} + +#keywords-close { + width: 24px; + height: 24px; + background-image: url('../images/close.png'); + z-index: 210; + position: absolute; + display: block; + top: -13px; + right: -13px; +} + diff --git a/basics/static/images/close.png b/basics/static/images/close.png new file mode 100644 index 0000000..d07cbb9 Binary files /dev/null and b/basics/static/images/close.png differ diff --git a/basics/templates/basics/resume.html b/basics/templates/basics/resume.html index ca0c5e1..e0b06cf 100644 --- a/basics/templates/basics/resume.html +++ b/basics/templates/basics/resume.html @@ -19,7 +19,7 @@

Although I don’t plan to change my workplace right now, but when I do so, I look for firms that can develop my skills and give me financial stability through an interesting job.

-
+
You can download the latest version of my resume at http://{{ site.domain }}{% url "basics:resume" %}.