mirror of
https://github.com/danbee/cv
synced 2025-03-04 08:59:12 +00:00
Add icons to contact page.
This commit is contained in:
parent
b00dbf299a
commit
2df15d58ef
@ -4,7 +4,7 @@
|
||||
src:url('/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
|
||||
url('/fonts/icomoon.woff') format('woff'),
|
||||
url('/fonts/icomoon.ttf') format('truetype'),
|
||||
url('fonts/icomoon.svg#icomoon') format('svg');
|
||||
url('/fonts/icomoon.svg#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -51,6 +51,12 @@ you can use the generic selector below, but it's slower:
|
||||
.icon-github:before {
|
||||
content: "\e004";
|
||||
}
|
||||
.icon-twitter:before {
|
||||
content: "\e006";
|
||||
}
|
||||
.icon-apple:before {
|
||||
content: "\e007";
|
||||
}
|
||||
.icon-skype:before {
|
||||
content: "\e005";
|
||||
}
|
||||
|
||||
@ -100,7 +100,8 @@ h1
|
||||
&:before
|
||||
display: block
|
||||
font-size: 1.5em
|
||||
margin-top: 0
|
||||
margin-top: 0.3em
|
||||
margin-bottom: 0.1em
|
||||
text-align: center
|
||||
|
||||
/* Hide the logomark in ie7/8 as it just doesn't work correctly. It's not essential.
|
||||
@ -453,8 +454,8 @@ div, input, textarea
|
||||
|
||||
/*/mediaquery
|
||||
|
||||
/*480px __________________________________________________________________________________________________________
|
||||
@media only screen and (min-width: 480px)
|
||||
/*500px __________________________________________________________________________________________________________
|
||||
@media only screen and (min-width: 500px)
|
||||
/* 1.ROOT
|
||||
body
|
||||
font-size: 1.05em
|
||||
@ -473,6 +474,7 @@ div, input, textarea
|
||||
position: relative
|
||||
top: 0em
|
||||
text-align: right
|
||||
margin-top: 0
|
||||
margin-bottom: -0.5em
|
||||
h2
|
||||
text-align: left
|
||||
|
||||
@ -3,7 +3,11 @@
|
||||
%span.given-name Dan
|
||||
%span.family-name Barber
|
||||
%p
|
||||
%a.email{:href => "mailto:cv@danbarber.me"} cv@danbarber.me
|
||||
%a.email{:href => "mailto:hello@danbarber.me"} hello@danbarber.me
|
||||
%p.tel +44 (0) 1752 546981
|
||||
%p
|
||||
%a.url{:href => "http://pixelhum.com"} http://danbarber.me
|
||||
%p.icon-github
|
||||
%a.url{:href => "http://github.com/danbee"} github.com/danbee
|
||||
%p.icon-twitter
|
||||
%a.url{:href => "http://twitter.com/danbee"} @danbee
|
||||
|
||||
Loading…
Reference in New Issue
Block a user