-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
112 lines (104 loc) · 3.98 KB
/
contact.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
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="Mind Fund Studio">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimal-ui">
<title>OneReminder - Task management in a breeze</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/5.5.2/css/normalize.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/5.5.2/css/foundation.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel='shortcut icon' type='image/x-icon' href='images/favicon.png'/>
<link rel="stylesheet" href="css/jquery.fullPage.css">
<link rel="stylesheet" href="css/style.css">
<!-- Google Analytics -->
<script src='js/google-analytics.js'></script>
</head>
<body>
<!-- Common Content -->
<main id="contact" class="page-wrap common-content">
<nav>
<div class="row fullWidth">
<div class="small-6 medium-6 columns small-text-left">
<a href="index.html">
<img src="images/OneReminder.png" alt="OneReminder">
<h1>OneReminder</h1>
</a>
</div>
<div class="small-6 medium-6 columns text-right">
<ul class="nav show-for-medium-up">
<li><a class="highlight" href="about.html">About</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
<h2 class="show-for-small-only">
Contact Us
</h2>
</div>
</div>
</nav>
<div class="content">
<div class="row">
<div class="small-7 columns small-centered">
<h2>Have a question, suggestion or just want to chat? Send us an email or a tweet.</h2>
<p><i class="fa fa-envelope-o"></i> <a href="mailto:[email protected]">[email protected]</a></p>
<p><i class="fa fa-twitter"></i> <a href="https://twitter.com/onereminder">@OneReminder</a></p>
</div>
</div>
</div>
</main>
<!-- Medium Up Content -->
<div class="medium-up-content show-for-medium-up">
<footer>
<div class="row fullWidth">
<div class="small-12 medium-5 columns medium-text-left small-text-center">
Crafted with <i class="fa fa-heart red"></i> <a href="http://mindfund.com/"> @<b>MindFundStudio</b> </a>
</div>
<div class="small-12 medium-7 columns medium-text-right small-text-center">
<ul class="nav">
<li><a class="active" href="#">Contact Us</a></li>
<li><a href="patent/PAT9176657.pdf" target="_blank">Patent</a></li>
<li>
<a href="https://twitter.com/onereminder" target="_blank">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/OneReminder/" target="_blank">
<i class="fa fa-facebook"></i>
</a>
</li>
</ul>
</div>
</div>
</footer>
</div>
<!-- Small Content -->
<div class="small-content show-for-small-only">
<footer>
<section class="one">
<ul class="nav">
<li><a class="highlight" href="about.html">About</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="patent/PAT9176657.pdf" target="_blank">Patent</a></li>
<li><a class="active" href="#">Contact Us</a></li>
</ul>
</section>
<section class="two">
<ul class="nav">
<li>
<a href="https://twitter.com/onereminder" target="_blank">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/OneReminder/" target="_blank">
<i class="fa fa-facebook"></i>
</a>
</li>
</ul>
Crafted with <i class="fa fa-heart red"></i> <a href="http://mindfund.com/"> @<b>MindFundStudio</b> </a>
</section>
</footer>
</div>
</body>
</html>