-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (75 loc) · 3.27 KB
/
index.html
File metadata and controls
78 lines (75 loc) · 3.27 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
<!DOCTYPE html>
<!--
_______ _______
___ |__ ____ __ ___ |_______________________
__ /| |_ | /| / /_ | /| / / __ /| |__ __ \__ __ \_ ___/
_ ___ |_ |/ |/ /__ |/ |/ / _ ___ |_ /_/ /_ /_/ /(__ )
/_/ |_|___/|__/ ____/|__/ /_/ |_| .___/_ .___//____/
/_/ /_/
-->
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8'>
<title>☆*Aww Apps*☆彡</title>
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
<link href='css/screen.css' type='text/css' rel='stylesheet' media='screen' />
</head>
<body>
<!--
////////////////////////////////////////////////////////////////////////////
HEADER
////////////////////////////////////////////////////////////////////////////
-->
<div id="header">
<img src="images/logo.svg" alt="logo" id="logo">
<div id="vertical-align">
<a class="button" href="https://twitter.com/berndplontsch" target="_blank">B</a>
<a class="button" href="https://twitter.com/l_indemann" target="_blank">J</a>
</div>
</div>
<!--
////////////////////////////////////////////////////////////////////////////
APPS
////////////////////////////////////////////////////////////////////////////
-->
<div id="apps">
<div class="grid-3">
<a class="gridMember" href="http://vrtcl.awwapps.com" target="_blank"><img src="images/vrtcl.svg" alt = "VRTCL icon"></a>
<a class="gridMember" href="http://nexts.awwapps.com" target="_blank"><img src="images/nexts.svg" alt = "Nexts icon"></a>
<a class="gridMember" href="http://blockml.awwapps.com" target="_blank"><img src="images/blockml.svg" alt = "BlockML icon"></a>
</div>
</div>
<!--
////////////////////////////////////////////////////////////////////////////
APPS
////////////////////////////////////////////////////////////////////////////
-->
<div id="blog">
<a class="button" href="http://blog.awwapps.com" target="_blank">Blog</a>
</div>
<!--
////////////////////////////////////////////////////////////////////////////
ABOUT
////////////////////////////////////////////////////////////////////////////
-->
<div id="about">
<p>Aww Apps is a Berlin based studio</br> focused on great apps</p>
<div class="grid-2">
<div class = "gridMember">
<a class="button twitter" href="https://twitter.com/awwapps" target="_blank">T</a>
</div>
<div class = "gridMember">
<a class="button" href="mailto:Hello@AwwApps.com">M</a>
</div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-43194424-1', 'awwapps.com');
ga('send', 'pageview');
</script>
</body>
</html>