Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions cv/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>CV - Amita Singh</title>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link href='http://fonts.googleapis.com/css?family=Raleway:400|Open+Sans:700,400' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Raleway:400|Open+Sans:700,400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="main.css">
<script src="main.js"></script>
</head>
Expand Down Expand Up @@ -70,16 +70,21 @@ <h1>Curriculum vitae</h1>

<section class="block">
<div class="left">05/05/2014-31/07/2014</div>
<div class="right">Technical Trainee</div>

<div class="right">
<div class="header">Technical Trainee</div>
<div class="location"><i class="fa-map-marker"></i> Deutsche Gesellschaft fur Internationale Zusammenarbeit (GIZ) GmBH, New Delhi (India)</div>
<div class="content">
I was one of the ten candidates selected from India for internship in Germany.
</div>
</div>
</section>
<section class="block">
<div class="left"></div>
<div class="right">Deutsche Gesellschaft fur Internationale Zusammenarbeit (GIZ) GmBH, New Delhi (India)</div>
<div class="right"></div>
</section>
<section class="block">
<div class="left"></div>
<div class="right">I was one of the ten candidates selected from India for internship in Germany</div>
<div class="right"></div>
</section>
<section class="block">
<div class="left"></div>
Expand Down
7 changes: 5 additions & 2 deletions cv/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -113,3 +112,7 @@ article {
content: '\f04d';
}

.right .header {
font-family: 'Raleway', sans-serif;
color: cadetblue;
}