Skip to content

Commit

Permalink
fixing padding error on cv.html; tweaking content of site.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanson committed Nov 15, 2013
1 parent b81a027 commit f120571
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 16 deletions.
6 changes: 4 additions & 2 deletions css/default.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* $font-stack: Inconsolata, Menlo, Monaco, monospace; */
$font-stack: Optima, 'Lucida Sans', 'Lucida Grande', sans-serif;
$print-font-stack: "Minion Pro", Garamond, Times, serif;
$logo-font-stack: "Minion Pro", Garamond, serif;

html {
min-height: 100%;
Expand Down Expand Up @@ -59,7 +60,8 @@ a:link {
#logo {
display: block;
text-align: center;
font-size: x-large;
font-family: $logo-font-stack;
font-size: xx-large;
font-weight: bold;
font-variant: small-caps;
}
Expand Down Expand Up @@ -188,7 +190,7 @@ ul {
list-style-type: circle;
}

body.cv ul {
body.cv #page ul {
list-style: none;
margin-left: 0;
padding-left: 3em;
Expand Down
31 changes: 17 additions & 14 deletions site.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: About davidsanson.com
---
...

License
-------
Expand All @@ -27,7 +27,7 @@ The site is hosted on
- [NearlyFreeSpeech.net][],

an inexpensive pay-as-you-go bare-bones **reputable** web host. I end up
paying \~\$9 a year for domain registration and \>50¢ a month for
paying \~\$9 a year for domain registration and \~50¢ a month for
storage and bandwidth. I've been happy with them so far. To keep that
price low, large files (like PDFs) are hosted via

Expand All @@ -37,20 +37,22 @@ To make the Dropbox URLs look better, I use

- [Dropbprox][]

A [mirror of the site][] is also available via [Github Pages][]. You can
browse the [source][] used to generate the site (and fork it if you
like!).
A [mirror of the site][] is available via [Github Pages][]. The
[source][] of the site is available as [Github Repo][].

If I were starting over today, I would probably just host the site via
Github Pages. The hosting is free, and if you are happy with a url like
If I were starting over today, I would host the site via Github Pages.
The hosting is free, and if you are happy with a url like
<http://dsanson.github.io> that's that. They also support [custom
domains][]. So the only cost would be domain registration and DNS. But
that is actually a bit of a hassle. The cheapest registrars offer .com
addresses for \~\$10/year (sometimes half that for the first year). But
most registrars are sleazy: watch out for hidden privacy fees,
first-year only discounts, and other sleazy practices. At best, that
would save me \$5 to \$6 a year. But I wouldn't have to worry about
additional storage and bandwidth fees.
domains][], though you need to purchase the domain name from someone
else. That is actually a bit of a hassle. The cheapest registrars offer
.com addresses for \~\$10/year (sometimes half that for the first year).
But many registrars (like GoDaddy) are sleazy: watch out for hidden
privacy fees, first-year only discounts, and policies that make it hard
to switch to another registrar. At best, switching to Github Pages would
save me \$5 to \$6 a year.

But I wouldn't have to worry about additional storage and
bandwidth fees.

[Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported
License]: http://creativecommons.org/licenses/by-nc-sa/3.0/ "License"
Expand All @@ -62,4 +64,5 @@ additional storage and bandwidth fees.
[mirror of the site]: http://dsanson.github.io
[Github Pages]: http://pages.github.com/
[source]: http://github.com/dsanson/davidsanson.com
[Github Repo]: http://github.com/dsanson/davidsanson.com
[custom domains]: http://pages.github.com/#custom_domains

0 comments on commit f120571

Please sign in to comment.