Skip to content

Commit fb865d5

Browse files
committed
Updating header
1 parent 6de1566 commit fb865d5

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

index.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset='utf-8'>
55
<title>undpaul/code_snippets @ GitHub</title>
6+
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
67
<link type="text/css" rel="stylesheet" href="../css/style.css" media="all"/>
78
</head>
89

@@ -16,18 +17,23 @@
1617
<a href="https://github.com/undpaul/code_snippets">Fork me on GitHub</a>
1718
</li></ul>
1819
</div>
19-
<h1><a href="https://github.com/undpaul/code_snippets">&lt;?code_snippets</a>
20-
<span class="small">by <a href="https://github.com/undpaul">undpaul</a></span></h1>
21-
<div class="description">
22-
a code snippet repository for common usage in drupal installations
23-
</div>
20+
21+
<h1>
22+
<a href="/">undpaul</a>
23+
&gt; code_snippets
24+
<i class="fa fa-code"></i>
25+
</h1>
2426

2527
</div>
2628

2729
<div id="site-subheader" class="clearfix"></div>
2830

2931
<div id="main">
3032

33+
<div class="description">
34+
a code snippet repository for common usage in drupal installations
35+
</div>
36+
3137
<h2><a href="https://github.com/undpaul/code_snippets/blob/master/git/default.gitignore">.gitignore for drupal projects without docroot</a></h2>
3238
<p><pre class="terminal">curl https://raw.githubusercontent.com/undpaul/code_snippets/master/git/default.gitignore &gt; .gitignore</pre></p>
3339

0 commit comments

Comments
 (0)