-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
107 lines (97 loc) · 3.13 KB
/
contact.html
File metadata and controls
107 lines (97 loc) · 3.13 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
<!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>Contact Us | 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'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.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>
<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="no-sidebar">
<!-- 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><a href="index.html">HOME</a></li>
<li><a href="wareconomy.html">WAR ECONOMY</a></li>
<li><a >EGG RPG</a></li>
<li class="active"><a href="">CONTACT</a></li>
</ul>
</nav>
</div>
</div>
<!-- Header -->
<!-- Banner -->
<div id="banner">
<div class="container">
</div>
</div>
<!-- /Banner -->
<!-- Main -->
<div id="page">
<!-- Main -->
<div id="main" class="container">
<div class="row">
<div class="12u">
<section>
<header>
<h2>Contact Us</h2>
<span class="byline">Have a question, comment, or suggestion? Send us a message.</span>
</header>
</div>
<!-- /Main -->
<!-- Featured -->
<div id="featured">
<div class="container">
<div class="row">
<section class="4u">
<div class="box">
<a href="mailto:afrogandacatproductions@gmail.com" i class="fa fa-envelope-square fa-5x"></i></a>
<h3>EMAIL</h3>
</div>
</section>
<section class="4u">
<div class="box">
<a href="https://twitter.com/frogandcat_" i class="fa fa-twitter-square fa-5x"></i></a>
<h3>TWITTER</h3>
</div>
</section>
<section class="4u">
<div class="box">
<a href="https://reddit.com/r/eggrpg" i class="fa fa-reddit-square fa-5x"></i></a>
<h3>REDDIT</h3>
</div>
</section>
</div>
</div>
</div>
<!-- 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>