mirror of
https://github.com/jimeh/jimeh.me-v3.0.git
synced 2026-02-19 05:46:40 +00:00
small refinements
This commit is contained in:
@@ -2,4 +2,5 @@ auto: false
|
||||
destination: ../public
|
||||
markdown: rdiscount
|
||||
pygments: true
|
||||
lsi: false
|
||||
permalink: /blog/:year/:month/:day/:title
|
||||
|
||||
13
source/_includes/ga.html
Normal file
13
source/_includes/ga.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<script type="text/javascript">
|
||||
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-354018-11']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
|
||||
})();
|
||||
|
||||
</script>
|
||||
@@ -11,15 +11,23 @@
|
||||
|
||||
<link rel="stylesheet" href="/stylesheets/master.css" type="text/css" media="screen" title="no title" charset="utf-8" />
|
||||
|
||||
<link rel="openid.server" href="http://www.myopenid.com/server" />
|
||||
<link rel="openid.delegate" href="http://jimeh.myopenid.com/" />
|
||||
<link rel="openid2.local_id" href="http://jimeh.myopenid.com" />
|
||||
<link rel="openid2.provider" href="http://www.myopenid.com/server" />
|
||||
<meta http-equiv="X-XRDS-Location" content="http://www.myopenid.com/xrds?username=jimeh.myopenid.com" />
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="universe">
|
||||
{% include ga.html %}
|
||||
|
||||
<div id="universe">
|
||||
|
||||
<div id="header">
|
||||
<div id="title">
|
||||
|
||||
<a href="/">about</a>
|
||||
</div>
|
||||
<div id="navigation">
|
||||
<a href="/" class="selected">about</a>
|
||||
@@ -28,8 +36,8 @@
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
{{ content }}
|
||||
|
||||
{{ content }}
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
<div id="header">
|
||||
<div id="title">
|
||||
|
||||
<a href="/blog/">blog</a>
|
||||
</div>
|
||||
<div id="navigation">
|
||||
<a href="/">about</a>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
<div id="header">
|
||||
<div id="title">
|
||||
|
||||
<a href="/blog/">blog</a>
|
||||
</div>
|
||||
<div id="navigation">
|
||||
<a href="/">about</a>
|
||||
|
||||
@@ -19,11 +19,11 @@ title: jimeh / about
|
||||
</script></td>
|
||||
<td class="label">vcard</td>
|
||||
<td><a href="/vcard">download</a></td>
|
||||
<td class="label"><a href="resume">resume</a></dt>
|
||||
<td class="label">resume</dt>
|
||||
<td><a href="resume/jim-myhrberg-resume.pdf">pdf</a> / <a href="resume/jim-myhrberg-resume.doc">doc</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="label"><a href="http://www.google.com/search?q=jimeh%20%22Jim%20Myhrberg%22">other</a></td>
|
||||
<td class="label"><a href="http://www.google.com/search?q=jimeh%20%22Jim%20Myhrberg%22">misc.</a></td>
|
||||
<td colspan="5">
|
||||
<a href="http://twitter.com/jimeh">twitter</a>,
|
||||
<a href="http://github.com/jimeh">github</a>,
|
||||
|
||||
@@ -267,7 +267,7 @@ h6 {
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Main Element IDs */
|
||||
/* @group Main Elements */
|
||||
|
||||
#universe {
|
||||
margin: 0px auto;
|
||||
@@ -280,8 +280,19 @@ h6 {
|
||||
}
|
||||
|
||||
#title {
|
||||
color: #f4f4f4;
|
||||
margin-top: -45px;
|
||||
float: left;
|
||||
font-size: 75px;
|
||||
}
|
||||
#title a {
|
||||
color: #f4f4f4;
|
||||
}
|
||||
#title a:hover {
|
||||
color: #f4f4f4;
|
||||
text-decoration: none;
|
||||
/*border: none;*/
|
||||
}
|
||||
|
||||
/* @group #navigation */
|
||||
|
||||
@@ -415,6 +426,9 @@ blockquote {
|
||||
.post-title a {
|
||||
color: #000;
|
||||
}
|
||||
.post-title a:hover {
|
||||
border-bottom: 1px dotted #ccc !important;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
@@ -451,9 +465,6 @@ blockquote {
|
||||
/* @end */
|
||||
|
||||
.post-comments {
|
||||
margin-top: 25px;
|
||||
padding-top: 8px;
|
||||
border-top: 1px solid #ccc;
|
||||
}
|
||||
|
||||
/* @group .post-comment-link */
|
||||
@@ -478,6 +489,11 @@ blockquote {
|
||||
font-family: 'ColaborateLightRegular';
|
||||
font-size: 20px;
|
||||
}
|
||||
#dsq-content {
|
||||
border-top: 1px solid #ccc;
|
||||
padding-top: 8px;
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user