Welcome to mirror list, hosted at ThFree Co, Russian Federation.

contact.template « contact « templates « res - github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 153fbbccf41db152fca3802d701b83e6a1271549 (plain)
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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
	<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<title>Lavabit ..::.. Contact</title>
		<meta name="author" content="Ladar Levison"/>
		<meta name="keywords" content="email free pop imap webmail spam secure private privacy" />
		<meta name="description" content="Lavabit is a premier POP3 e-mail provider with free and premium accounts. This page lets our users and the community at large contact the Lavabit Team." />
		<meta http-equiv="Pragma" content="no-cache" />
		<meta http-equiv="Cache-Control" content="no-store" />
		<link rel="stylesheet" type="text/css" href="/css/site.css" />
		<script type="text/javascript" src="/js/site.js"></script>
		<script type="text/javascript" src="/js/jquery.js"></script>
		<!-- script type="text/javascript" src="/js/contact.js"></script -->
	</head>
	<body>
		<div id="page">
			<div id="header">
				<h1>Lavabit</h1>
				<div>
					<ul id="nav_col_1">
						<li class="skip"><a href="#contact">Skip Primary Navigation</a></li>
						<li><a id="nav_home" href="/index.html">Home</a></li>
						<li><a id="nav_about" href="/about.html">About</a></li>
						<li><a id="nav_features" href="/features.html">Features</a></li>
						<li><a id="nav_services" href="/services.html">Services</a></li>
					</ul>
					<ul id="nav_col_2">
						<li><a id="nav_philosophy" href="/philosophy.html">Philosophy</a></li>
						<li><a id="nav_testimonials" href="/testimonials.html">Testimonials</a></li>
						<li><a id="nav_network" href="/network.html">Network</a></li>
						<li><a id="nav_help" href="/help.html">Help</a></li>
					</ul>
					<ul id="nav_col_3">
						<li><a id="nav_contact" class="active" href="https://lavabit.com/contact">Contact Information</a></li>
						<li><a id="nav_preferences" href="https://lavabit.com/apps/preferences">Preferences</a></li>
						<li><a id="nav_register" href="https://lavabit.com/register">Sign&nbsp;Up</a></li>
					</ul>
				</div>
			</div>
			<div id="contact" class="content">
				<div id="secondary">
					<ul>
						<li class="skip"><a href="#start">Skip Secondary Navigation</a></li>
						<li><a href="https://lavabit.com/contact" class="active">Contact Lavabit</a></li>
						<li><a href="https://lavabit.com/report_abuse">Report Abuse</a></li>
					</ul>
				</div>
				<h2 id="start">Contact Lavabit</h2>
				<p>We want to hear from you. Please use the form below to get in touch—we’re here to help.</p>
				<form id="frm_contact" method="post" action="/contact">
					<table>
						<caption>Contact the Lavabit team through this form.</caption>
						<tbody>
							<tr>
								<th><label for="your_name">Your Name:</label></th>
								<td><input id="your_name" name="your_name" type="text" value="" /></td>
							</tr>
							<tr>
								<th><label for="your_email">Your E-mail:</label></th>
								<td><input id="your_email" name="your_email" type="text" value="" /></td>
							</tr>
							<tr id="message">
								<th><label for="your_message">Your Message:</label></th>
								<td><textarea id="your_message" name="your_message" rows="10" cols="60"></textarea></td>
							</tr>
						</tbody>
					</table>
					<div>
						<button id="submit" name="submit" type="submit" title="Use this button to submit the form."><strong>Submit &gt;&gt;</strong></button>
					</div>
				</form>
			</div>
			<div id="footer">
				<ul>
					<li class="skip"><a href="#copyright">Skip Footer Navigation</a></li>
					<li><a href="/terms_of_use.html">Terms of Use</a></li>
					<li id="last"><a href="/site_map.html">Site Map</a></li>
					<li><a href="/credits.html">Credits</a></li>
				</ul>
				<p id="copyright">&copy; 2014 Lavabit LLC. All rights reserved.</p>
				<p id="badges"><a href="xhtml_valid.html"><img src="/images/xhtml_strict_grey.gif" onmouseover="ChangeImage(this, '/images/xhtml_strict_red.gif')" onmouseout="ChangeImage(this, '/images/xhtml_strict_grey.gif')" alt="XHTML Strict" /></a> <a href="/css_valid.html"><img src="/images/css_valid_grey.gif" onmouseover="ChangeImage(this, '/images/css_valid_red.gif')" onmouseout="ChangeImage(this, '/images/css_valid_grey.gif')" alt="CSS Valid" /></a> <a href="/wai_aaa.html"><img src="/images/wai_aaa_grey.gif" onmouseover="ChangeImage(this, '/images/wai_aaa_red.gif')" onmouseout="ChangeImage(this, '/images/wai_aaa_grey.gif')" alt="WAI AAA Conformance" /></a></p>
			</div>
		</div>
	</body>
</html>