forked from ProdIPData/prodipdata.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
144 lines (132 loc) · 5.99 KB
/
Copy pathcontact.html
File metadata and controls
144 lines (132 loc) · 5.99 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Contact | GeoIP Locations</title>
<meta name="description" content="Contact ProdIPData for dataset questions, correction requests, integration discussions, and general feedback." />
<link rel="canonical" href="https://geoiplocations.com/contact.html" />
<link rel="icon" type="image/png" href="assets/img/prodipdata-mark.png" />
<link rel="stylesheet" href="assets/css/styles.css" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://geoiplocations.com/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Contact",
"item": "https://geoiplocations.com/contact.html"
}
]
}
</script>
</head>
<body data-page="contact">
<header class="site-header">
<div class="container">
<div class="navbar glass">
<a class="brand" href="index.html">
<div class="brand-mark">◎</div>
<div>
GeoIP Locations
<small>Powered by ProdIPData</small>
</div>
</a>
<nav class="nav-links" aria-label="Primary navigation">
<a href="platform.html" data-nav="platform">Platform</a>
<a href="coverage.html" data-nav="coverage">Coverage</a>
<a href="methodology.html" data-nav="methodology">Methodology</a>
<a href="downloads.html" data-nav="downloads">Downloads</a>
<a href="docs.html" data-nav="docs">Documentation</a>
<a href="news.html" data-nav="news">News</a>
<a href="contact.html" data-nav="contact">Contact</a>
</nav>
<div class="header-cta">
<a class="btn btn-secondary" href="downloads.html">Monthly Release</a>
</div>
<button class="menu-button" type="button" data-menu-toggle aria-expanded="false" aria-label="Open menu">Menu</button>
</div>
<nav class="mobile-nav glass" data-mobile-nav>
<a href="platform.html" data-nav="platform">Platform</a>
<a href="coverage.html" data-nav="coverage">Coverage</a>
<a href="methodology.html" data-nav="methodology">Methodology</a>
<a href="downloads.html" data-nav="downloads">Downloads</a>
<a href="docs.html" data-nav="docs">Documentation</a>
<a href="news.html" data-nav="news">News</a>
<a href="contact.html" data-nav="contact">Contact</a>
</nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="page-panel glass">
<div class="eyebrow page-kicker">Contact</div>
<h1>Contact the ProdIPData team.</h1>
<p class="page-intro">
All public website content and downloadable files are provided totally free. Unless otherwise stated, published datasets and metadata are available under CC BY 4.0. For dataset questions, correction requests, integration discussions, partnership opportunities, or general feedback, please contact the ProdIPData team using the details below.
</p>
<p class="page-intro seo-links">Before getting in touch, you may also review the <a href="platform.html">platform overview</a>, inspect the <a href="coverage.html">coverage summary</a>, or browse the <a href="downloads.html">downloadable GeoIP files</a> and reference catalogs.</p>
<div class="actions">
<a class="btn btn-primary" href="submit-data-correction.html?source=contact">Submit a data correction</a>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container contact-grid">
<div class="contact-card glass">
<h3>Contact and publication details</h3>
<div class="contact-lines">
<div class="contact-line">
<strong>Company</strong>
<span class="muted">ProdIPData</span>
</div>
<div class="contact-line">
<strong>Website brand</strong>
<span class="muted"><a href="https://geoiplocations.com/">https://geoiplocations.com/</a></span>
</div>
<div class="contact-line">
<strong>Publication enquiries</strong>
<span class="muted"><a href="mailto:geoiplocations@gmail.com">geoiplocations@gmail.com</a></span>
</div>
<div class="contact-line">
<strong>Dataset license</strong>
<span class="muted"><a href="licensing.html">CC BY 4.0 unless otherwise stated</a></span>
</div>
</div>
</div>
<div class="contact-card glass content">
<h2>General enquiries</h2>
<p>
Email us for dataset questions, correction requests, partnerships, or discussion around how ProdIPData files may fit into your systems and workflows. All public website content and downloadable files are provided totally free. Unless otherwise stated, published datasets and metadata are available under CC BY 4.0.
</p>
<p>
We welcome feedback from end users and encourage correction requests whenever published data appears inaccurate or incomplete.
</p>
<div class="actions">
<a class="btn btn-primary" href="submit-data-correction.html?source=contact">Submit a data correction</a>
<a class="btn btn-secondary" href="mailto:geoiplocations@gmail.com">Email directly</a>
</div>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container site-footer-inner">
<div>© <span data-current-year></span> GeoIP Locations · ProdIPData</div>
<div><a href="licensing.html">Datasets and metadata: CC BY 4.0</a></div>
<div>Engineered and published by the ProdIPData team.</div>
</div>
</footer>
<script src="assets/js/site.js" defer></script>
</body>
</html>