-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (67 loc) · 1.92 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>som|dog Donations</title>
<style>
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
* {
margin: 0;
border: 0;
padding: 0;
line-height: 1em;
}
body {
background: url(/Untitled-1.png) no-repeat center center fixed;
background-size: cover;
font-family: 'Open Sans', sans-serif;
}
nav {
position: absolute;
top: 0px;
right: 0px;
z-index: 100;
}
nav a {
font-family: 'Open Sans', sans-serif;
color: white;
text-decoration: none;
display: block;
padding: 12px 24px 0px 0px;
}
.shade {
z-index: 10;
position: fixed;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
background: rgba(0, 0, 0, 0.6);
}
.frame {
width: 490px;
z-index: 100;
position: relative;
margin: 0px auto;
}
</style>
</head>
<body>
<nav>
<a href="http://www.somdog.org">Back to somdog.org</a>
</nav>
<div class="shade"></div>
<div class="frame">
<iframe src="https://somdog.tilt.com/general-fund--2/checkout/payment" width="490px" height="1000px" style="border-radius:3px;" frameBorder="0"></iframe>
</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-35530731-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>