Skip to content

Commit ce2b086

Browse files
committed
added links and set cursor:pointer on flags
1 parent 76d1ecc commit ce2b086

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

css/cv.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,5 @@ dt {
145145
.flag-icon {
146146
width: 2.5em !important;
147147
line-height: 1.3em !important;
148-
}
148+
cursor: pointer;
149+
}

index.html

+12-6
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,17 @@ <h5 class="text-uppercase text-red header-about">About me</h5>
4545
<p class="text-left">Italian-English bilingual with excellent Spanish and basic French. Skilled in hardware and software development, integration and troubleshooting with 10 years of experience in the simulation industry.</p>
4646
<dl class="row small quick-contacts"> <!-- Quick Contacts -->
4747
<dt class="col-3 col-lg-2">Email:</dt>
48-
<dd class="col-9 col-lg-10">fabioregis1980@gmail</dd>
48+
<dd class="col-9 col-lg-10"><a href="mailto:fabioregis1980@gmail">fabioregis1980@gmail</a></dd>
4949
<dt class="col-3 col-lg-2">Tel:</dt>
5050
<dd class="col-9 col-lg-10">+34 671 225451</dd>
5151
<dt class="col-3 col-lg-2">Age:</dt>
5252
<dd class="col-9 col-lg-10">38</dd>
5353
<dt class="col-3 col-lg-2">Address:</dt>
5454
<dd class="col-9 col-lg-10">Icod de los Vinos, Tenerife</dd>
5555
<dt class="col-3 col-lg-2">LinkedIn</dt>
56-
<dd class="col-9 col-lg-10">linkedin.com/in/fregis1</dd>
56+
<dd class="col-9 col-lg-10"><a href="https://www.linkedin.com/in/fregis1/?locale=en_US">linkedin.com/in/fregis1</a></dd>
57+
<dt class="col-3 col-lg-2">GitHub</dt>
58+
<dd class="col-9 col-lg-10"><a href="https://github.com/phets">github.com/phets</a></dd>
5759
</dl>
5860
</div>
5961
</div>
@@ -628,15 +630,17 @@ <h5 class="text-uppercase text-red header-about">SOBRE MÍ</h5>
628630
</p>
629631
<dl class="row small quick-contacts"> <!-- Quick Contacts -->
630632
<dt class="col-3 col-lg-2">Email:</dt>
631-
<dd class="col-9 col-lg-10">fabioregis1980@gmail</dd>
633+
<dd class="col-9 col-lg-10"><a href="mailto:fabioregis1980@gmail">fabioregis1980@gmail</a></dd>
632634
<dt class="col-3 col-lg-2">Tel:</dt>
633635
<dd class="col-9 col-lg-10">+34 671 225451</dd>
634636
<dt class="col-3 col-lg-2">Edad:</dt>
635637
<dd class="col-9 col-lg-10">38</dd>
636638
<dt class="col-3 col-lg-2">Dirección:</dt>
637639
<dd class="col-9 col-lg-10">Icod de los Vinos, Tenerife</dd>
638640
<dt class="col-3 col-lg-2">LinkedIn</dt>
639-
<dd class="col-9 col-lg-10">linkedin.com/in/fregis1</dd>
641+
<dd class="col-9 col-lg-10"><a href="https://www.linkedin.com/in/fregis1/?locale=es_ES">linkedin.com/in/fregis1</a></dd>
642+
<dt class="col-3 col-lg-2">GitHub</dt>
643+
<dd class="col-9 col-lg-10"><a href="https://github.com/phets">github.com/phets</a></dd>
640644
</dl>
641645
</div>
642646
</div>
@@ -1232,15 +1236,17 @@ <h5 class="text-uppercase text-red header-about">CHI SONO</h5>
12321236
</p>
12331237
<dl class="row small quick-contacts"> <!-- Quick Contacts -->
12341238
<dt class="col-3 col-lg-2">Email:</dt>
1235-
<dd class="col-9 col-lg-10">fabioregis1980@gmail</dd>
1239+
<dd class="col-9 col-lg-10"><a href="mailto:fabioregis1980@gmail">fabioregis1980@gmail</a></dd>
12361240
<dt class="col-3 col-lg-2">Tel:</dt>
12371241
<dd class="col-9 col-lg-10">+34 671 225451</dd>
12381242
<dt class="col-3 col-lg-2">Età:</dt>
12391243
<dd class="col-9 col-lg-10">38</dd>
12401244
<dt class="col-3 col-lg-2">Indirizzo:</dt>
12411245
<dd class="col-9 col-lg-10">Icod de los Vinos, Tenerife</dd>
12421246
<dt class="col-3 col-lg-2">LinkedIn</dt>
1243-
<dd class="col-9 col-lg-10">linkedin.com/in/fregis1</dd>
1247+
<dd class="col-9 col-lg-10"><a href="https://www.linkedin.com/in/fregis1/?locale=it_IT">linkedin.com/in/fregis1</a></dd>
1248+
<dt class="col-3 col-lg-2">GitHub</dt>
1249+
<dd class="col-9 col-lg-10"><a href="https://github.com/phets">github.com/phets</a></dd>
12441250
</dl>
12451251
</div>
12461252
</div>

0 commit comments

Comments
 (0)