diff --git a/html-interactive/index.html b/html-interactive/index.html index 1d02889..56cf642 100644 --- a/html-interactive/index.html +++ b/html-interactive/index.html @@ -67,27 +67,33 @@

Databases & Persistence

-

Relational

- PostgreSQL - Oracle - MS Sql Server - MySQL - H2 - HSQLDB - SqlLite - Access +
+

Relational

+ PostgreSQL + Oracle + MS Sql Server + MySQL + H2 + HSQLDB + SqlLite + Access +
-

No-SQL

- Mnesia - LevelDB - KyotoCabinet - CouchDB - MongoDB +
+

No-SQL

+ Mnesia + LevelDB + KyotoCabinet + CouchDB + MongoDB +
-

ORM/Access Layers

- JPA - Hibernate - Spring Data +
+

ORM/Access Layers

+ JPA + Hibernate + Spring Data +
@@ -123,27 +129,34 @@

Development Tools

-

Editors/IDEs

- VI(m) - Eclipse - NetBeans - VisualStudio - Appcelerator Titanium Studio - UNIX Command Line -

Source Control

- Git - Mercurial - Subversion - Fossil - CVS +
+

Editors/IDEs

+ VI(m) + Eclipse + NetBeans + VisualStudio + Appcelerator Titanium Studio + UNIX Command Line +
-

Build Tools

- Gradle - Apache Maven - Apache Ant - GNU Make - Apache Ivy +
+

Source Control

+ Git + Mercurial + Subversion + Fossil + CVS +
+ +
+

Build Tools

+ Gradle + Apache Maven + Apache Ant + GNU Make + Apache Ivy +
diff --git a/html-interactive/resume.scss b/html-interactive/resume.scss index 0496cc4..d94f64e 100644 --- a/html-interactive/resume.scss +++ b/html-interactive/resume.scss @@ -104,7 +104,13 @@ section { border-bottom: solid thin $black; width: 100%; } - div { margin-bottom: 2rem; } + h4 { + display: inline-block; + font-style: italic; + font-weight: normal; + &:after { content: ":"; } } + + & > div { margin-bottom: 2rem; } &#skills-section { span {