From de0bad7beb4b5ab9dc68415530bee5677906e01b Mon Sep 17 00:00:00 2001 From: Utkarsh Upadhyay Date: Thu, 21 May 2015 16:57:18 +0200 Subject: [PATCH] Move content into one single block. --- cv/index.html | 15 ++++++++++----- cv/main.css | 7 +++++-- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/cv/index.html b/cv/index.html index 691c489..840f262 100644 --- a/cv/index.html +++ b/cv/index.html @@ -5,7 +5,7 @@ CV - Amita Singh - + @@ -70,16 +70,21 @@

Curriculum vitae

05/05/2014-31/07/2014
-
Technical Trainee
- +
+
Technical Trainee
+
Deutsche Gesellschaft fur Internationale Zusammenarbeit (GIZ) GmBH, New Delhi (India)
+
+ I was one of the ten candidates selected from India for internship in Germany. +
+
-
Deutsche Gesellschaft fur Internationale Zusammenarbeit (GIZ) GmBH, New Delhi (India)
+
-
I was one of the ten candidates selected from India for internship in Germany
+
diff --git a/cv/main.css b/cv/main.css index 770721c..9ad330b 100644 --- a/cv/main.css +++ b/cv/main.css @@ -46,8 +46,7 @@ article { .left.header { font-family: 'Raleway', sans-serif; - - font-weight: 700; + font-weight: bold; font-variant: small-caps; text-transform: lowercase; vertical-align: middle; @@ -113,3 +112,7 @@ article { content: '\f04d'; } +.right .header { + font-family: 'Raleway', sans-serif; + color: cadetblue; +}