Skip to content

Commit afe6e92

Browse files
committed
marketing page
1 parent 822b092 commit afe6e92

File tree

6 files changed

+431
-2
lines changed

6 files changed

+431
-2
lines changed

amarketing/index.html

Lines changed: 192 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,192 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7+
<meta name="author" content="">
8+
<meta name="description" content="" />
9+
<meta name="keywords" content="trip, navigation" />
10+
<meta name="robots" content="noodp" />
11+
<meta name="theme-color" content="" />
12+
<link rel="canonical" href="https://usehttps.github.io/amarketing/" />
13+
14+
15+
<title>
16+
17+
Amarketings :: my trip navigation — my trip navigation
18+
19+
</title>
20+
21+
22+
23+
<link href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css" rel="stylesheet"
24+
type="text/css">
25+
26+
27+
28+
<link rel="stylesheet" href="/main.4e5c639214707eff609bb55fe49e183dee42258a73bc90e4cc7b0a84f900798a.css">
29+
30+
31+
32+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
33+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
34+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
35+
<link rel="manifest" href="/site.webmanifest">
36+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="">
37+
<link rel="shortcut icon" href="/favicon.ico">
38+
<meta name="msapplication-TileColor" content="">
39+
40+
41+
<meta itemprop="name" content="Amarketings">
42+
<meta itemprop="description" content="my trip navigation">
43+
<meta name="twitter:card" content="summary_large_image"/>
44+
<meta name="twitter:image" content="https://usehttps.github.io/"/>
45+
46+
<meta name="twitter:title" content="Amarketings"/>
47+
<meta name="twitter:description" content="my trip navigation"/>
48+
49+
50+
51+
<meta property="og:title" content="Amarketings" />
52+
<meta property="og:description" content="my trip navigation" />
53+
<meta property="og:type" content="website" />
54+
<meta property="og:url" content="https://usehttps.github.io/amarketing/" /><meta property="og:image" content="https://usehttps.github.io/"/>
55+
56+
57+
58+
59+
60+
61+
62+
63+
<link rel="alternate" type="application/rss+xml" href="https://usehttps.github.io/amarketing/index.xml" title="my trip navigation" />
64+
65+
66+
67+
68+
69+
70+
71+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YKZ6Y9K9BM"></script>
72+
<script>
73+
var doNotTrack = false;
74+
if (!doNotTrack) {
75+
window.dataLayer = window.dataLayer || [];
76+
function gtag(){dataLayer.push(arguments);}
77+
gtag('js', new Date());
78+
gtag('config', 'G-YKZ6Y9K9BM', { 'anonymize_ip': false });
79+
}
80+
</script>
81+
82+
83+
</head>
84+
85+
86+
<body>
87+
88+
89+
<div class="container">
90+
<header class="header">
91+
<span class="header__inner">
92+
<a href="/" style="text-decoration: none;">
93+
<div class="logo">
94+
95+
<span class="logo__mark">></span>
96+
<span class="logo__text">my trip navigation</span>
97+
<span class="logo__cursor" style=
98+
"
99+
100+
">
101+
</span>
102+
103+
</div>
104+
</a>
105+
106+
107+
<span class="header__right">
108+
109+
<nav class="menu">
110+
<ul class="menu__inner"><li><a href="/maps/all">Find by City</a></li><li><a href="/maps">Maps &amp; Guide</a></li><li><a href="/others/otherapp">Other Apps</a></li>
111+
</ul>
112+
</nav>
113+
114+
<span class="menu-trigger">
115+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
116+
<path d="M0 0h24v24H0z" fill="none"/>
117+
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
118+
</svg>
119+
</span>
120+
121+
</span>
122+
</span>
123+
</header>
124+
125+
126+
<div class="content">
127+
128+
129+
130+
<main class="posts">
131+
<h1>Amarketings</h1>
132+
133+
134+
135+
136+
<div class="posts-group">
137+
<div class="post-year">2024</div>
138+
139+
<ul class="posts-list">
140+
141+
<li class="post-item">
142+
<a href="https://usehttps.github.io/amarketing/marketing/">
143+
<span class="post-title">Marketing</span>
144+
<span class="post-day">
145+
146+
Nov 5
147+
148+
</span>
149+
</a>
150+
</li>
151+
152+
</ul>
153+
</div>
154+
155+
<div class="pagination">
156+
<div class="pagination__buttons">
157+
158+
159+
</div>
160+
</div>
161+
162+
</main>
163+
164+
165+
166+
167+
<i><p style="color:#005195";>Find more cities guide at <a href="http://mytripnavi.com/maps/all/">AppPlay Software</a>.
168+
</p></i>
169+
</div>
170+
171+
172+
<footer class="footer">
173+
174+
175+
</footer>
176+
177+
178+
</div>
179+
180+
181+
182+
183+
184+
<script type="text/javascript" src="/bundle.min.bb2c6bc3ed452ca4759660e4020811f248bc2320081559e8a32d8b0092773852941133639d35e8370d03d3ddaa750b1edd6b343c5bd22a55d5bdeae8f648f49b.js" integrity="sha512-uyxrw&#43;1FLKR1lmDkAggR8ki8IyAIFVnooy2LAJJ3OFKUETNjnTXoNw0D092qdQse3Ws0PFvSKlXVvero9kj0mw=="></script>
185+
186+
187+
188+
189+
<script type="text/javascript" src="/js/carousel.js"></script>
190+
<link rel="stylesheet" href="/css/carousel.css">
191+
</body>
192+
</html>

amarketing/index.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2+
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3+
<channel>
4+
<title>Amarketings on my trip navigation</title>
5+
<link>https://usehttps.github.io/amarketing/</link>
6+
<description>Recent content in Amarketings on my trip navigation</description>
7+
<generator>Hugo -- gohugo.io</generator>
8+
<language>en</language>
9+
<copyright>&lt;a href=&#34;https://creativecommons.org/licenses/by-nc/4.0/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;CC BY-NC 4.0&lt;/a&gt;</copyright>
10+
<lastBuildDate>Tue, 05 Nov 2024 16:00:01 +0100</lastBuildDate><atom:link href="https://usehttps.github.io/amarketing/index.xml" rel="self" type="application/rss+xml" />
11+
<item>
12+
<title>Marketing</title>
13+
<link>https://usehttps.github.io/amarketing/marketing/</link>
14+
<pubDate>Tue, 05 Nov 2024 16:00:01 +0100</pubDate>
15+
16+
<guid>https://usehttps.github.io/amarketing/marketing/</guid>
17+
<description>Tired of typing over and over again online check-in information, do save your information once and simply copy and paste it from our app MyPass-MyID by Daruma</description>
18+
</item>
19+
20+
</channel>
21+
</rss>

0 commit comments

Comments
 (0)