Update css / about

This commit is contained in:
Ariejan de Vroom 2015-06-11 11:59:03 +02:00
parent ad6c7bf773
commit 412164bcd8
3 changed files with 22 additions and 10 deletions

View File

@ -12,11 +12,24 @@ play the piano and experiment with electronics.
This site is static HTML, generated by [Hugo][11]. The theme and content are copyrighted, so there's no public code. This site is static HTML, generated by [Hugo][11]. The theme and content are copyrighted, so there's no public code.
<ul id="social"> <ul id="social">
<li><a href="http://twitter.com/ariejan"><i class="fa fa-twitter"></i></a></li> <li>
<li><a href="mailto:ariejan@ariejan.net"><i class="fa fa-envelope"></i></a></li> <a href="https://ariejan.net/index.xml"><i class="ask ask-rss ask-fw"></i> Subscribe to my newsfeed</a>
<li><a href="https://ariejan.net/index.xml"><i class="fa fa-rss"></i></a></li> </li>
<li><a href="https://github.com/ariejan"><i class="fa fa-github"></i></a></li> <li>
<li><a href="http://www.linkedin.com/in/ariejan"><i class="fa fa-linkedin"></i></a></li> <a href="mailto:ariejan@ariejan.net"><i class="ask ask-mail ask-fw"></i> ariejan@ariejan.net</a>
</li>
<li>
<a href="http://twitter.com/ariejan"><i class="ask ask-twitter ask-fw"></i> @ariejan</a>
</li>
<li>
<a href="https://github.com/ariejan"><i class="ask ask-github ask-fw"></i> ariejan</a>
</li>
<li>
<a href="http://www.linkedin.com/in/ariejan"><i class="ask ask-linkedin ask-fw"></i> ariejan</a>
</li>
<li>
<a href="skype:adevroom?add"><i class="ask ask-skype ask-fw"></i> adevroom</a>
</li>
</ul> </ul>
[11]: http://gohugo.io/ [11]: http://gohugo.io/

View File

@ -13,6 +13,9 @@
<meta content='a blog by ariejan de vroom about software engineering and craftsmanship.' name='description'> <meta content='a blog by ariejan de vroom about software engineering and craftsmanship.' name='description'>
<meta content='software engineering, programming, craftsmanship, devops, ruby, rubyonrails, rails, git, svn, postgres, postgresql, mysql, mac, ios, apple, web2.0, go, golang' name='keywords'> <meta content='software engineering, programming, craftsmanship, devops, ruby, rubyonrails, rails, git, svn, postgres, postgresql, mysql, mac, ios, apple, web2.0, go, golang' name='keywords'>
<!-- FontIcons FTW! -->
<script src="https://use.fonticons.com/264684f2.js"></script>
<meta content='3bgidck6YUMyx-kvL_a8E4ry0DJOAIOYaZkZxQ0kZw4' name='google-site-verification'> <meta content='3bgidck6YUMyx-kvL_a8E4ry0DJOAIOYaZkZxQ0kZw4' name='google-site-verification'>
<!-- OpenID --> <!-- OpenID -->
@ -26,7 +29,6 @@
<link rel="shortcut icon" href="/favicon.ico?v=20150406" /> <link rel="shortcut icon" href="/favicon.ico?v=20150406" />
<!-- Style --> <!-- Style -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link href='/css/outerspace.css' rel='stylesheet' type='text/css'> <link href='/css/outerspace.css' rel='stylesheet' type='text/css'>
</head> </head>
<body> <body>

View File

@ -226,14 +226,11 @@ ul#social {
} }
ul#social li { ul#social li {
font-size: 1.4em;
list-style: none; list-style: none;
padding: 0 0.2em;
display: inline-block;
} }
ul#social li a { ul#social li a {
color: #696969; color: #333;
} }
.body ul#social { .body ul#social {