-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
125 lines (114 loc) · 4.31 KB
/
index.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE HTML>
<!--
Ex Machina by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>A Frog and a Cat Productions</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:700italic,400,300,700' rel='stylesheet' type='text/css'>
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-panels.min.js"></script>
<script src="js/init.js"></script>
<script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/41b4dac6bb11092df910e3dfd/05e9f7de397a8ee34013e16ae.js");</script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
</head>
<body class="homepage">
<!-- Header -->
<div id="header">
<div class="container">
<!-- Logo -->
<div id="logo">
<h1><a href="#">A Frog and a Cat Productions</a></h1>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="wareconomy.html">War Economy</a></li>
<li><a >EGG RPG</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
<!-- Header -->
<!-- Banner -->
<div id="banner">
<div class="container">
</div>
</div>
<!-- /Banner -->
<!-- Main -->
<div id="page">
<!-- Extra -->
<div id="marketing" class="container">
<div class="row">
<div class="3u">
<section>
<header>
<h2>War Economy</h2>
</header>
<p class="subtitle">A board game about running your own Private Military Company. Collect war spoils, manipulate conflicts, and outsmart your enemies.</p>
<p><a href="wareconomy.html"><img src="images/pics13.jpg" alt=""></a></p>
<a href="wareconomy.html" class="button">READ MORE</a>
</section>
</div>
<div class="3u">
<section>
<header>
<h2>EGG RPG</h2>
</header>
<p class="subtitle">A pre-cyberpunk RPG focused on fast combat and deadly mutilation. With earth destroyed, life continues on corporate-run megaships that drift through the stars.</p>
<p><a href="#"><img src="images/pics14.jpg" alt=""></a></p>
<a class="button" disabled>COMING SOON</a>
</section>
</div>
<div class="3u">
<section>
<header>
<h2>FOLLOW US</h2>
</header>
<p class="subtitle">Keep up to date on all A Frog and a Cat Productions games by following us on Twitter!
<br>
<br>
<br>
</p>
<p><a href="https://TWITTer.com/frogandcat_"><img src="images/pics15.jpg" alt=""></a></p>
<a href="https://TWITTer.com/frogandcat_" class="button">TWITTER</a>
</section>
</div>
<div class="3u">
<section>
<header>
<h2>CONTACT</h2>
</header>
<p class="subtitle">Have a question or comment? Shoot us a message here. This photo is also definitely not a placeholder. It's a photograph of our headquarters.</p>
<p><a href="contact.html"><img src="images/pics16.jpg" alt=""></a></p>
<a href="contact.html" class="button">CONTACT US</a>
</section>
</div>
</div>
</div>
<!-- Footer -->
<div id="footer">
</div>
<!-- /Footer -->
<!-- Copyright -->
<div id="copyright" class="container">
<font color="black">© A Frog and a Cat Productions. All rights reserved. | Web Design: <a href="http://templated.co">TEMPLATED</a> <font color="black">
</div>
</body>
</html>