-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupport.html
104 lines (85 loc) · 2.54 KB
/
support.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Isegoria - Support</title>
<script charset="utf-8" src="src.js">
</script>
<link href="stylere.css" rel="stylesheet" type="text/css">
<style media="screen" type="text/css">
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700');
</style>
<style media="screen" type="text/css">
@import url('fonts/MuseoSansRounded.css');
</style>
<style media="screen" type="text/css">
header:before {
content:"";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: none;
background-color: #6B7A8A;
}
#navbar label em {
font-size: 0.6em;
font-style: normal;
font-weight: 900;
text-transform: uppercase;
background: white;
color: #6B7A8A;
padding: 4px;
padding-left: 12px;
padding-right: 12px;
margin-left: 8px;
border-radius: 100px;
}
</style>
</head>
<body>
<nav id="navbar">
<label>Isegoria<em>Beta</em></label>
<a href="/test/">About Us</a>
<a href="/test/">Details</a>
<button style="margin-left: auto;">Sign In</button>
</nav>
<header>
<div class="container">
<strong>
<h1>Need more information?</h1>
</strong>
<h2>Feel free to ask us any question you may have via our social networks, or on our contact form below. Alternately, browse the Isegoria user guides and FAQs on our support page.</h2>
</div>
</header>
<section class="page">
<div class="container">
<h1>Our Policy</h1>
<p>See below for our terms of service, which includes user agreements that govern the use of Isegoria, our privacy policy on the information collected and our current security policies and practices.</p>
<h5>Read our full content policy</h5>
<hr>
<h1>Pricing</h1>
<p>Isegoria is currently in private beta and details are still being finalized. To find out more about our current pricing mechanism, please contact us and we'll get straight back to you.</p>
<hr>
<h1>Contact Us</h1>
<p>We would love to hear from you. Any queries, requests or feedback are always welcome! Get in touch!</p>
<div class="grid">
<input type="text"> <input type="text"> <input type="text"> <button>Send</button>
</div>
</div>
</section>
<footer>
<div class="container">
<nav id="links">
<a href="/test/">About Us</a>
<a href="/test/">Legal</a>
<a href="/test/">Support</a>
<a href="/test/">Help</a>
</nav>
<hr>
<p>Euler’s Bridge 2017.</p>
</div>
</footer>
</body>
</html>