1
0
mirror of https://github.com/danbee/cv synced 2025-03-04 08:59:12 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
08f4fccd0b
Remove google link 2021-01-21 14:32:07 -05:00
2ba3b2f333
Print stylesheet and some content tweaks 2021-01-21 14:20:25 -05:00
5f05770dae
Remove portfolio 2021-01-21 14:19:08 -05:00
4 changed files with 73 additions and 41 deletions

View File

@ -77,10 +77,6 @@ URL: http://stuffandnonsense.co.uk/projects/320andup
<li>An out-of-date link</li>
</ul>
<script>var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2), GOOG_FIXURL_SITE = location.host;</script>
<script src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
</div>
<div role="complimentary">
</div>

View File

@ -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 {

View File

@ -1,27 +1,17 @@
<div class="content clearfix">
<div role="main">
<div class="container clearfix">
<section id="profile">
<%= partial "sections/_profile.markdown" %>
</section>
<section id="skills">
<%= partial "sections/_skills.markdown" %>
</section>
<section id="experience">
<%= partial "sections/_experience.markdown" %>
</section>
</div>
<div class="container clearfix">
<section id="portfolio">
<%= partial "sections/_portfolio.markdown" %>
</section>
<section id="interests">
<%= partial "sections/_interests.markdown" %>
</section>
<section class="vcard" id="contact">
<%= partial "sections/_contact.html.erb" %>
</section>
</div>
</div>
<div role="complementary"></div>
</div>
<main role="main" class="main-content container">
<section id="profile">
<%= partial "sections/_profile.markdown" %>
</section>
<section id="skills">
<%= partial "sections/_skills.markdown" %>
</section>
<section id="experience">
<%= partial "sections/_experience.markdown" %>
</section>
<section id="interests">
<%= partial "sections/_interests.markdown" %>
</section>
<section id="contact" class="vcard">
<%= partial "sections/_contact.html.erb" %>
</section>
</main>

View File

@ -29,9 +29,6 @@ clients. Here are some highlights from the projects I worked on:
**Web Designer &amp; 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