Skip to content

Commit 364471c

Browse files
author
Shelson Ferrari
committed
MD CV
1 parent 135a2e5 commit 364471c

8 files changed

Lines changed: 1454 additions & 684 deletions

sys/SHELSON_FERRARI_CV_en.md

Lines changed: 215 additions & 224 deletions
Large diffs are not rendered by default.

sys/SHELSON_FERRARI_CV_es.md

Lines changed: 217 additions & 233 deletions
Large diffs are not rendered by default.

sys/SHELSON_FERRARI_CV_pt_br copy.md

Lines changed: 775 additions & 0 deletions
Large diffs are not rendered by default.

sys/SHELSON_FERRARI_CV_pt_br.md

Lines changed: 217 additions & 227 deletions
Large diffs are not rendered by default.

sys/pdf/SHELSON_FERRARI_CV_en.pdf

-4.6 KB
Binary file not shown.

sys/pdf/SHELSON_FERRARI_CV_es.pdf

-11.1 KB
Binary file not shown.
-8.24 KB
Binary file not shown.

sys/style.css

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
table.details{
2+
}
3+
4+
table.company{
5+
margin-bottom:10px;
6+
/* margin-top:20px !important; */
7+
}
8+
9+
table.details td:first-child{
10+
background-color: #f6faff !important;
11+
width: 150px;
12+
border-left: 4px solid rgba(221, 221, 221, 0.74);
13+
}
14+
15+
table.details td:first-child(2){
16+
text-align: justify;
17+
padding-left: 0px;
18+
}
19+
20+
table.ref td:nth-child(2){
21+
text-align: justify;
22+
/* background-color: #fff9f1; */
23+
}
24+
125
.green{
226
color: #006400;
327
}
@@ -156,6 +180,12 @@ p.about{
156180
font-weight: normal !important;
157181
font-family: 'Fira Code', Consolas, "Liberation Mono", Menlo, Courier, monospace;
158182
}
183+
p.links{
184+
font-size: 16px;
185+
text-transform: uppercase;
186+
font-weight: normal !important;
187+
font-family: 'Fira Code', Consolas, "Liberation Mono", Menlo, Courier, monospace;
188+
}
159189

160190
/* Remove a margem das listas aninhadas */
161191
ul ul, ol ol {

0 commit comments

Comments
 (0)