-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathcontact.html
More file actions
180 lines (159 loc) · 5.2 KB
/
Copy pathcontact.html
File metadata and controls
180 lines (159 loc) · 5.2 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<link type="text/css" rel="stylesheet" href="jquery.tocify.css" />
<link type="text/css" rel="stylesheet" href="bootstrap.css" />
<script src="email/validation.js" type="text/javascript"></script>
<title>Online DM Screen - Changelog</title>
<style media="screen" type="text/css">
html, body {
background-color: #e9dec3;
margin: 0;
padding: 0;
}
dt { background-color:#CAAD6B; }
h3 { padding:0; margin:0;}
table.noborder, td.noborder { border-style: none;}
.nobackground { background:rgba(0,0,0,0);}
td { border: 1px solid #CAAD6B;}
th { border: 1px solid #CAAD6B; background-color: #CAAD6B;}
/* For smaller table font */
.small-font table tr td {
padding:0px 0px 0px 0px;
font-size: 10px;
}
.small-font th {
font-size: 10px;
}
/* This is for the version number in the upper right hand corner */
.ribbon {
background: #581A0F;
border-left: 1px groove #CAAD6B;
border-right: 1px groove #CAAD6B;
border-radius: 5px 5px 0px 0px;
box-shadow: 5px 0 0 #581A0F,
-5px 0 0 #581A0F;
height: 52px;
margin: 0 5px;
position: relative;
float: right;
top: 40px;
right: 7px;
width: 40px;
z-index: 1;
-webkit-filter: drop-shadow(0 2px 5px hsla(0,0%,0%,.5));
}
/* Uncomment to give a banner effect */
.ribbon:after,
.ribbon:before {
border-top: 10px solid #581A0F;
content: '';
height: 0;
position: absolute;
top: 100%;
width: 0;
z-index: 1;
}
.ribbon:after {
border-left: 27px solid transparent;
right: -6px;
z-index: 1;
}
.ribbon:before {
border-right: 27px solid transparent;
z-index: 1;
left: -6px;
}
/* This centers text in the banner */
.ribbon-text {
position: absolute;
top: 40%;
left: 50%;
height: 30%;
width: 50%;
margin: -15% 0 0 -47%;
font-weight: bold;
font-size: 10px;
color: #f0f0f0;
text-align: center;
}
.behind { position: relative;
z-index: 0;
padding-top: 5px;
background-color: #e9dec3;
}
@media (max-width: 600px) {
#toc {
position: relative;
width: 100%;
margin: 0px 0px 20px 0px;
}
}
h1 { font-family:"MrsEavesSmallCaps"; font-weight:normal; font-size:30px; color: #581A0F; padding:0px 0px; margin: 16px 0px 4px 0px; }
h2 { font-family:"MrsEavesSmallCaps"; font-weight:normal; font-size:24px; color: #581A0F; border-bottom: 2px solid #CAAD6B; line-height:80%; margin: 10px 50% 4px 0px; }
h3 { font-family:"MrsEavesSmallCaps"; font-weight:normal; font-size:18px; color: #581A0F; margin: 7px 0px 0px 0px; }
h4 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:normal; font-size:16px; color: black; margin: 2px 2px 0px 0px; }
</style>
</head>
<body>
<div class="container-fluid">
<div class="row-fluid">
<div class="span3">
<nav class="navbar navbar-default navbar-fixed-top">
<div>
<ul class = "nav navbar-nav">
<li><a href= "index">Home</a></li>
<li><a href = "mobile">Mobile</a></li>
<li><a href = "changelog">Changelog</a></li>
<li><a href = "patrons">Support 5eDMScreen</a></li>
<li class = "active"><a href = "contact">Contact</a></li>
</ul>
</div>
</nav>
</div>
<div class="span9">
<div style="position: relative;">
<!-- Do not change the code! -->
<br><br>
<h1>Contact Form</h1>
<br>
<p>Do you have a question? Have you found a mistake? Is there something you would like to suggest?</p>
<br>
<p>If you answered yes to any of the questions above, then this is the form for you to use!</p>
<br>
<!-- Do not change the code! -->
<a id="foxyform_embed_link_744144" href="http://www.foxyform.com/">foxyform</a>
<script type="text/javascript">
(function(d, t){
var g = d.createElement(t),
s = d.getElementsByTagName(t)[0];
g.src = "http://www.foxyform.com/js.php?id=744144&sec_hash=ab06e33834b&width=350px";
s.parentNode.insertBefore(g, s);
}(document, "script"));
</script>
<!-- Do not change the code! -->
</div>
<!-- Do not change the code! -->
<script src="jquery-1.12.0.min.js"></script>
<script src="jquery-ui.min.js"></script>
<script src="jquery.tocify.min.js""></script>
<script>
//Executes your code when the DOM is ready. Acts the same as $(document).ready().
$(function() {
var toc = $("#toc").tocify({
selectors: "h1, h2, h3, h4, h5"
}).data("toc-tocify");
//Calls the tocify method on your HTML div.
$("#toc").tocify();
});
</script>
<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-72843823-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>