-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
43 lines (43 loc) · 1.73 KB
/
contact.html
File metadata and controls
43 lines (43 loc) · 1.73 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
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="main.css">
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link rel="icon" type="image/png" href="favicon.ico">
<title>Solarfly Studios</title>
</head>
<body>
<div class="title">
<h1>solarfly studios</h1>
<p>a small international game studio</p>
</div>
<div class="nav">
<table>
<tr>
<td><a href="index.html">home</a></td>
<td><a href="projects.html">projects</a></td>
<td><a class="active">contact</a></td>
</tr>
</table>
</div>
<div class="section">
<h1>Contact Us</h1>
<p>Solarfly Studios can be contacted in many ways, as are listed below. Click on a link to follow it to one of our social media accounts or send an e-mail.</p>
<h2 class="normal">Websites We're On</h2>
<table class="links">
<tr>
<td><a href="https://plus.google.com/100072454962233271073/posts">Google+</a></td>
<td><a href="https://twitter.com/solarflystudios">Twitter</a></td>
</tr>
<tr>
<td><a href="https://github.com/solarflystudios">GitHub</a></td>
</tr>
</table>
<h2 class="normal">E-mail</h2>
<p class="centered">solarflystudios@gmail.com</p>
</div>
<footer>
<p>Solarfly Studios website created and managed by Samuel Tyler. Hosting provided by Github.io.</p>
</footer>
</body>
</html>