mirror of
https://github.com/danbee/cv
synced 2025-03-04 08:59:12 +00:00
Print stylesheet and some content tweaks
This commit is contained in:
parent
5f05770dae
commit
2ba3b2f333
@ -544,6 +544,61 @@ div, input, textarea {
|
||||
-ms-filter: none !important;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 58%;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-top: 0.5em;
|
||||
text-align: left;
|
||||
margin-bottom: 0;
|
||||
font-size: 3.3em;
|
||||
|
||||
&:before {
|
||||
float: right;
|
||||
font-size: 1.5em;
|
||||
width: 78px;
|
||||
background-size: 78px;
|
||||
background-position: top center;
|
||||
position: relative;
|
||||
top: 0em;
|
||||
text-align: right;
|
||||
margin-top: 0;
|
||||
margin-bottom: -0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#stripe {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#profile, #experience {
|
||||
float: left;
|
||||
width: 68%;
|
||||
}
|
||||
|
||||
#skills {
|
||||
float: right;
|
||||
width: 25%;
|
||||
margin-left: 7%;
|
||||
}
|
||||
|
||||
#portfolio {
|
||||
break-before: left;
|
||||
float: left;
|
||||
width: 68%;
|
||||
}
|
||||
|
||||
#interests, #contact {
|
||||
float: right;
|
||||
width: 25%;
|
||||
margin-left: 7%;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #444 !important;
|
||||
text-decoration: underline;
|
||||
@ -552,10 +607,6 @@ div, input, textarea {
|
||||
color: #444 !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
&[href]:after {
|
||||
content: " (" attr(href) ")";
|
||||
}
|
||||
}
|
||||
|
||||
abbr[title]:after {
|
||||
|
||||
@ -29,9 +29,6 @@ clients. Here are some highlights from the projects I worked on:
|
||||
|
||||
**Web Designer & Developer**: Aug 2010---Apr 2015
|
||||
|
||||
* Launched Pixelhum in 2010, providing freelance and contract-based services to
|
||||
clients.
|
||||
|
||||
* Designed and built an E-commerce site for
|
||||
[Soundunlimited](https://web.archive.org/web/20130310015425/http://www.soundunlimited.co.uk/),
|
||||
a Plymouth-based music shop.
|
||||
@ -44,8 +41,6 @@ clients. Here are some highlights from the projects I worked on:
|
||||
|
||||
* Migrated version control from SVN to git.
|
||||
|
||||
* Brought the Rspec test suite up to date.
|
||||
|
||||
#### [Abiquo](http://web.archive.org/web/20111005142120/http://www.abiquo.com/)
|
||||
|
||||
**Web Developer**: Jun 2010---Oct 2011
|
||||
|
||||
Loading…
Reference in New Issue
Block a user