Skip to content

Commit ba853b0

Browse files
committed
fix
0 parents  commit ba853b0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+8335
-0
lines changed

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
www.campaignsmadeeasy.com

categories/index.html

+159
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,159 @@
1+
<!DOCTYPE html>
2+
<html lang="en-gb">
3+
4+
<head>
5+
<meta name="generator" content="Hugo 0.43" />
6+
<meta charset="utf-8">
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
<title> Categories </title>
10+
11+
12+
13+
14+
15+
16+
17+
<meta name="robots" content="noindex">
18+
19+
20+
21+
22+
<meta name="author" content="cme">
23+
24+
25+
<meta property="og:title" content="Categories" />
26+
<meta property="og:description" content="" />
27+
<meta property="og:type" content="website" />
28+
<meta property="og:url" content="/categories/" />
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+
<link href="/categories/index.xml" rel="alternate" type="application/rss+xml" title="Campaigns Made Easy" />
54+
55+
<link rel="canonical" href="/categories/">
56+
57+
58+
59+
<link href="/css/font.css" rel="stylesheet" type="text/css">
60+
<link href="/css/kube.min.css" rel="stylesheet" type="text/css">
61+
<link href="/css/kube.legenda.css" rel="stylesheet" type="text/css">
62+
<link href="/css/highlight.css" rel="stylesheet" type="text/css">
63+
<link href="/css/master.css" rel="stylesheet" type="text/css">
64+
<link href="/css/kube.demo.css" rel="stylesheet" type="text/css">
65+
66+
<link href="/css/custom.css" rel="stylesheet" type="text/css">
67+
68+
<script src="/js/jquery-2.1.4.min.js" type="text/javascript">
69+
</script>
70+
71+
<script type="text/javascript" src="/js/tocbot.min.js"></script>
72+
</head>
73+
74+
75+
<body class="page-kube">
76+
<header> <div class="show-sm">
77+
<div id="nav-toggle-box">
78+
<div id="nav-toggle-brand">
79+
<a href="/">Campaigns Made Easy</a>
80+
</div><a data-component="toggleme" data-target="#top" href="#" id="nav-toggle"><i class="kube-menu"></i></a>
81+
</div>
82+
</div>
83+
<div class="hide-sm" id="top">
84+
<div id="top-brand">
85+
<a href="/" title="home">Campaigns Made Easy</a>
86+
</div>
87+
<nav id="top-nav-main">
88+
<ul>
89+
90+
91+
<li><a href="/docs/" >Docs</a></li>
92+
93+
<li><a href="http://demo.campaignsmadeeasy.com" >Demo</a></li>
94+
95+
</ul>
96+
</nav>
97+
<nav id="top-nav-extra">
98+
<ul>
99+
100+
</ul>
101+
</nav>
102+
</div>
103+
</header>
104+
<main>
105+
106+
<div id="hero" class="wrap">
107+
<h1>Voice of cme Developers</h1>
108+
<p>Our vision, news and ideas, and whatever feels important.<br> <a href="https://twitter.com/">Follow us on Twitter</a></p>
109+
</div>
110+
<ul id="posts">
111+
112+
113+
<section><nav class="pagination pager align-center">
114+
<hr>
115+
<ul>
116+
117+
<li>
118+
119+
<a href="" class="button round small outline">Page 1 of 0</a>
120+
</li>
121+
122+
</ul>
123+
</nav></section>
124+
</ul>
125+
126+
</main>
127+
<footer>
128+
<footer id="footer">
129+
<nav>
130+
<ul>
131+
<li><span>Kube</span></li>
132+
<li>
133+
<a href="/company/">Company</a>
134+
</li>
135+
<li>
136+
<a href="/blog/">Blog</a>
137+
</li>
138+
<li>
139+
<a href="/docs/">Docs</a>
140+
</li>
141+
<li>
142+
<a href="https://twitter.com/">Give a shout-out on Twitter!</a>
143+
</li>
144+
</ul>
145+
</nav>
146+
<p>&copy; Licence MIT.</p>
147+
</footer>
148+
</footer>
149+
150+
151+
<script src="/js/kube.js" type="text/javascript">
152+
</script>
153+
<script src="/js/kube.legenda.js" type="text/javascript">
154+
</script>
155+
<script src="/js/master.js" type="text/javascript">
156+
</script>
157+
</body>
158+
159+
</html>

categories/index.xml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2+
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3+
<channel>
4+
<title>Categories on Campaigns Made Easy</title>
5+
<link>/categories/</link>
6+
<description>Recent content in Categories on Campaigns Made Easy</description>
7+
<generator>Hugo -- gohugo.io</generator>
8+
<language>en-gb</language>
9+
10+
<atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
11+
12+
13+
</channel>
14+
</rss>

categories/page/1/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE html><html><head><title>/categories/</title><link rel="canonical" href="/categories/"/><meta name="robots" content="noindex"><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=/categories/" /></head></html>

css/custom.css

Whitespace-only changes.

css/font.css

+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
@font-face {
2+
font-family: 'Lato';
3+
src: url('../font/Lato-Light.woff') format('woff');
4+
font-weight: 300;
5+
font-style: normal;
6+
}
7+
8+
@font-face {
9+
font-family: 'Lato';
10+
src: url('../font/Lato-LightItalic.woff') format('woff');
11+
font-weight: 300;
12+
font-style: italic;
13+
}
14+
@font-face {
15+
font-family: 'Lato';
16+
src: url('../font/Lato-Black.woff') format('woff');
17+
font-weight: 900;
18+
font-style: normal;
19+
}
20+
21+
@font-face {
22+
font-family: 'Lato';
23+
src: url('../font/Lato-BlackItalic.woff') format('woff');
24+
font-weight: 900;
25+
font-style: italic;
26+
}
27+
28+
@font-face {
29+
font-family: 'Lato';
30+
src: url('../font/Lato-Bold.woff') format('woff');
31+
font-weight: bold;
32+
font-style: normal;
33+
}
34+
35+
@font-face {
36+
font-family: 'Lato';
37+
src: url('../font/Lato-BoldItalic.woff') format('woff');
38+
font-weight: bold;
39+
font-style: italic;
40+
}
41+
42+
@font-face {
43+
font-family: 'Lato';
44+
src: url('../font/Lato-Semibold.woff') format('woff');
45+
font-weight: 500;
46+
font-style: normal;
47+
}
48+
49+
@font-face {
50+
font-family: 'Lato';
51+
src: url('../font/Lato-SemiboldItalic.woff') format('woff');
52+
font-weight: 500;
53+
font-style: italic;
54+
}
55+
56+
@font-face {
57+
font-family: 'Lato';
58+
src: url('../font/Lato-Italic.woff') format('woff');
59+
font-weight: normal;
60+
font-style: italic;
61+
}
62+
63+
@font-face {
64+
font-family: 'Lato';
65+
src: url('../font/Lato-Regular.woff') format('woff');
66+
font-weight: normal;
67+
font-style: normal;
68+
}

css/highlight.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)