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

Slight change of colour to the text and logomark. Added Analytics

tracking code.
This commit is contained in:
Dan Barber 2011-06-24 22:23:16 +01:00
parent b8b251c24c
commit 46bb50be31
4 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@ cursor: help; }
html { overflow-y: scroll; background: #F9F5EB }
body { margin: 0 auto; padding: 0 0; font: 100%/1.4 "museo-sans-1","museo-sans-2", sans-serif;
font-weight: 100; color: rgb(40,40,40); background-color: transparent; }
font-weight: 100; color: rgb(30,40,50); background-color: transparent; }
.container { margin: 0 auto; padding: 0 0; width: 90% /* 252px */; }
@ -76,7 +76,7 @@ h3,
h4,
h5,
h6 { font-family: "museo-slab-1","museo-slab-2", "Helvetica Neue", Helvetica, Arial, serif; font-weight: black;
text-shadow: 1px 1px 1px white;}
text-shadow: 1px 1px 1px white; text-rendering: optimizeLegibility; }
h1 { margin-top: 0; margin-bottom: .1em; font-size: 3em; /* 48 / 16 = 3 */ line-height: 1.2; font-weight: 900; text-align: center; width: 100%; }
h1:before { content: ''; display: block; height: 130px; font-size: 3em; margin-top: 0; text-align: center;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -230,7 +230,7 @@ URL: http://pixelhum.com/cv
<!-- http://t.co/HZe9oJ4 -->
<script>
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']]; // Change UA-XXXXX-X to be your site's ID
var _gaq=[['_setAccount','UA-603600-3'],['_trackPageview']]; // Change UA-XXXXX-X to be your site's ID
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));