-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhead.html
More file actions
executable file
·31 lines (24 loc) · 1.49 KB
/
head.html
File metadata and controls
executable file
·31 lines (24 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>{% if page.title %} {{ page.title }} :: {% endif %}Full Stack</title>
<meta name="description" content="{{ site.name }} - {{ site.description }}">
<!-- <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /> -->
<meta property="og:title" content="Full Stack - Talent + Tools + Capital" />
<meta property="og:type" content="company" />
<meta property="og:site_name" content="Full Stack - Talent + Tools + Capital" />
<meta property="og:description" content="We're a different kind of angel investment firm that we like to call 'napkin capital'." />
<meta property="og:url" content="{{ site.url }}{{ page.url }}" />
<meta property="og:image" content="" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" /></script>
<link rel="shortcut icon" href="/images/favicon.png" />
<link type="text/css" rel="stylesheet" href="http://fast.fonts.net/cssapi/23de25a9-98f7-4efc-9b61-fcb7a709d363.css"/>
<link type="text/css" rel="stylesheet" href="/fonts/symbolset/ss-social.css" />
<link type="text/css" rel="stylesheet" href="/fonts/symbolset/ss-standard.css" />
<link rel="alternate" type="application/rss+xml" title="{{ site.name }} RSS feed" href="/feed.xml" />
<!--[if IE]>
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="/css/fullstack.css">
</head>
<body>