-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (39 loc) · 1.84 KB
/
index.html
File metadata and controls
42 lines (39 loc) · 1.84 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=960">
<meta name="description" content="Creatix - Where Designers and Developers collide">
<meta name="keywords" content="create creatix ios jailbreak byturna aokhtenberg turna okhtenberg theme design icons icon development developers group team ui ux dribbble creativity different flat">
<title>Creatix</title>
<link rel="stylesheet" type="text/css" href="css/site.css">
<link rel="stylesheet" type="text/css" href="css/fontkit.css">
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" href="css/site-lteIE7.css">
<![endif]-->
<!--[if lte IE 8]>
<link rel="stylesheet" type="text/css" href="css/site-lteIE8.css">
<![endif]-->
<!--[if gte IE 9]>
<link rel="stylesheet" type="text/css" href="css/site-gteIE9.css">
<![endif]-->
</head>
<body id="body">
<div class="section-1">
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><img id="imgRand" src="" alt="Creatix_Logo" class="img">
</a>
<script language="javascript">
// random number between 1 and 5
var numRand = Math.floor(Math.random() * (5 - 1 + 1)) + 1;
document.getElementById("imgRand").src = "images/IMG_"+numRand+".png";
</script>
<div class="borderline"></div>
<div class="buttonsection">
<a href="mailto:ioscreatix@gmail.com"><img src="images/Email.png" alt="Email_Button" class="email" width="30" height="30"></a>
<a href="http://www.twitter.com/iOSCreatix" target="_blank"><img src="images/Twitter.png" alt="Twitter_Button" class="twitter" width="30" height="30"></a>
<a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://ioscreatix.github.io/"><img src="images/Cydia.png" alt="Cydia_Button" class="cydia" width="30" height="30"></a>
<h6 class="footer">2015 Copyright Creatix ®</h6>
</div>
</div>
</body>
</html>