-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
81 lines (64 loc) · 2.96 KB
/
about.html
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>About | Fungible Clouds</title>
<meta name="description" content="Brought to you by the creators of All Clouds Considered." />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="/css/screen.css" /><link rel="stylesheet" href="//fonts.googleapis.com/css?family=Montserrat:300,700,700italic,300italic|Open+Sans:700,400" />
<meta name="generator" content="Docpad 6.x" />
<link rel="alternate" type="application/rss+xml" title="Fungible Clouds" href="/rss.xml" />
</head>
<body class="home-template nav-closed">
<div class="nav">
<h3 class="nav-title">Menu</h3>
<a href="#" class="nav-close">
<span class="hidden">Close</span>
</a>
<ul>
<li class="nav-any" role="presentation">
<a href="/">Home</a>
</li>
<li class="nav-any nav-current" role="presentation">
<a href="/about.html">About</a>
</li>
<li class="nav-any" role="presentation">
<a href="/tags/fiction.html">Fiction</a>
</li>
<li class="nav-any" role="presentation">
<a href="/tags/test.html">Test Posts</a>
</li>
</ul>
<a class="subscribe-button icon-feed" href="/rss.xml">Subscribe</a>
</div>
<span class="nav-cover"></span>
<div class="site-wrapper">
<header class="main-header post-head" style="background-image: url(/img/cover.jpg)">
<nav class="main-nav overlay clearfix">
<a class="blog-logo" href="/"><img src="/img/logo.png" alt="Fungible Clouds" /></a>
<a class="menu-button icon-menu" href="#"><span class="word">Menu</span></a>
</nav>
</header>
<main class="content" role="main">
<article class="post page">
<header class="post-header">
<h1 class="post-title">About</h1>
</header>
<section class="post-content">
<p>This is a demo blog for Ghost, it contains dummy content which allows you to click around and see what a Ghost blog running the default theme looks like.</p>
<p>We use this for testing and for reference!</p>
<p>If you'd like to set up your own blog, head on over to <a href="https://ghost.org">https://ghost.org</a> and sign up.</p>
</section>
</article>
</main>
<footer class="site-footer clearfix">
<section class="copyright"><a href="/">Fungible Clouds</a> © 2015</section>
<section class="poweredby">Developed by <a href="https://be.a.cloudgeni.us">Cloud Genius<sup><small>®</small></sup></a></section>
</footer>
</div>
<script defer="defer" src="//code.jquery.com/jquery-2.1.4.min.js"></script><script defer="defer" src="/js/jquery.fitvids.js"></script><script defer="defer" src="/js/index.js"></script>
</body>
</html>