-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
executable file
·109 lines (100 loc) · 4.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Storysea — Contact Us</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/css/screen.css?v=62ad10baa0">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="canonical" href="" />
<meta name="referrer" content="no-referrer-when-downgrade" />
<meta property="og:site_name" content="Storysea" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Contact Us" />
<meta property="og:description" content="Thoughts, stories and ideas" />
<meta property="og:url" content="" />
<!-- <script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"publisher": {
"@type": "Organization",
"name": "storysea",
"url": "",
"logo": {
"@type": "ImageObject",
"url": ""
}
},
"author": {
"@type": "Person",
"name": "Marcos Duran",
"sameAs": [
"https://www.facebook.com/ghost",
"https://twitter.com/tryghost"
]
},
"headline": "Contact Us",
"url": "",
"image": {
"@type": "ImageObject",
"url": "https://images.unsplash.com/photo-1470290378698-263fa7ca60ab?ixlib=rb-1.2.1&q=75&fm=jpg&crop=entropy&cs=tinysrgb&w=830&fit=max&ixid=eyJhcHBfaWQiOjExNzczfQ",
"width": 830,
"height": 1107
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": ""
}
}
</script> -->
<script defer src="/public/members.min.js?v=62ad10baa0"></script>
<!-- <meta name="generator" content="Ghost 3.21" /> -->
<link rel="alternate" type="application/rss+xml" title="Storysea" href="" />
</head>
<body
class=" global-hash-blue global-hash-details-goldenrod global-hash-full-image global-hash-green global-hash-large global-hash-login-panel-disable global-hash-orange global-hash-post-orange global-hash-post-violet global-hash-red global-hash-violet global-hash-yellow">
<div class="section-page-custom flex">
<div class="page-custom-image"
style="background-image: url(https://images.unsplash.com/photo-1470290378698-263fa7ca60ab?ixlib=rb-1.2.1&q=75&fm=jpg&crop=entropy&cs=tinysrgb&w=830&fit=max&ixid=eyJhcHBfaWQiOjExNzczfQ)">
</div>
<div class="page-custom-wrap">
<div class="page-custom-header">
<a href="index.html">Back to Homepage</a>
</div>
<div class="page-custom-content flex">
<div class="subscribe-wrap contact-wrap">
<h3>Contact Us</h3>
<div id="ityped" class="ityped">
<span class="ityped-wrap"></span>
</div>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSelz_6gVIxFbIwJ5FN7moBZ5bHNv_XH6u_nwxRv-wct8Jqvew/viewform?embedded=true" width="100%" height="844" frameborder="0" marginheight="0" marginwidth="0" >Loading…</iframe>
</div>
</div>
<div class="page-custom-footer">
<a href="https://storysea.in">storysea.</a>
<span>Thoughts, stories and ideas.</span>
</div>
</div>
</div>
<script src="assets/js/ityped.js?v=62ad10baa0"></script>
<script>
/* Custom settings for iTyped.js */
var initTyped = document.getElementById("ityped");
if (initTyped) {
ityped.init(document.querySelector(".ityped-wrap"), {
strings: ['Let’s talk!'],
showCursor: true,
typeSpeed: 150,
startDelay: 500,
backDelay: 5000
});
}
</script>
</body>
</html>