-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
153 lines (141 loc) · 5.2 KB
/
index2.html
File metadata and controls
153 lines (141 loc) · 5.2 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
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<title>A Frog and a Cat Productions</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Sidebar -->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li><a href="#intro">Home</a></li>
<li><a href="#one">About</a></li>
<li><a href="#two">Projects</a></li>
<li><a href="#three">Contact</a></li>
</ul>
</nav>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Intro -->
<section id="intro" class="wrapper style1 fullscreen fade-up">
<div class="inner">
<h1>A Frog and a Cat Productions</h1>
<p><i>Game design extraordinaires.</i></p>
<ul class="actions">
<li><a href="#two" class="button scrolly">Our Projects</a></li>
</ul>
</div>
</section>
<!-- One -->
<section id="one" class="wrapper style2 spotlights">
<section>
<a href="about1.html" class="image"><img src="images/pic01.jpg" alt="" data-position="center center" /></a>
<div class="content">
<div class="inner">
<h2>About</h2>
<p><i>A Frog and a Cat Productions</i> creates unique tabletop RPGs and board games.</p>
<ul class="actions">
<li><a href="about1.html" class="button">Read More</a></li>
</ul>
</div>
</div>
</section>
</section>
<!-- Two -->
<section id="two" class="wrapper style3 fade-up">
<div class="inner">
<h2>Projects</h2>
<p>Here you'll find all of our games available to download for free.</p>
<div class="features">
<section>
<span class="icon major fa-circle"></span>
<h3>EGG RPG</h3>
<p><i>EGG RPG</i> is a post-apocalyptic sci-fi Role-Playing Game that focuses on light, easy to pick up rules and a very open approach to mechanics, allowing players to quickly become immersed in the lore and begin playing.</p>
<a href="eggrpg.html" class="button">Full Page</a>
</section>
<section>
<span class="icon major fa-car"></span>
<h3>Road Locator</h3>
<p>Stay tuned, <i>Road Locator</i> is still under development!</p>
</section>
<section>
<span class="icon major fa-copyright"></span>
<h3>SARPG</h3>
<p>Stay tuned, <i>SARPG</i> is still under development!</p>
</section>
<section>
<span class="icon major fa-angle-double-up"></span>
<h3>Untitled Vietnam Game</h3>
<p>Stay tuned, <i>whatever this game will be called</i> is still under development!</p>
</section>
<section>
<span class="icon major fa-lock"></span>
<h3>TBD</h3>
<p>There's no game here - yet!</p>
</section>
<section>
<span class="icon major fa-lock"></span>
<h3>TBD</h3>
<p>There's no game here - yet!</p>
</section>
</div>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper style1 fade-up">
<div class="inner">
<h2>Contact</h2>
<section>
<ul class="contact">
<li>
<h3><a href="https://twitter.com/frogandcat_">Follow us on Twitter for updates! <i class="fa fa-twitter" aria-hidden="true"></i>
</h3>
<h3>Email</h3>
<a href="cheerfultoe@gmail.com">afrogandacatproductions@gmail.com</a>
</li>
<li>
<h3>Social</h3>
<ul class="icons">
<li><a href="https://reddit.com/r/eggrpg/" class="fa-reddit"><span class="label">reddit</span></a></li>
<li><a href="https://github.com/cheeeeer" class="fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://www.youtube.com/cheerfultoe" class="fa-youtube-play"><span class="label">YouTube</span></a></li>
</ul>
</li>
</ul>
</section>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<ul class="menu">
<li>© A Frog and a Cat Productions. All rights reserved.</li><li>Web Design by <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>