This repository was archived by the owner on Jul 5, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstore.html
More file actions
187 lines (186 loc) · 9.45 KB
/
Copy pathstore.html
File metadata and controls
187 lines (186 loc) · 9.45 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
<title>GemSync - Store</title>
<!-- Links to CSS and icon -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"/>
<link rel="stylesheet" href="https://unpkg.com/tippy.js@6/dist/tippy.css"/>
<link rel="stylesheet" href="https://gemsync.xyz/assets/css/store.css"/>
<link rel="icon shortcut" href="https://gemsync.xyz/assets/images/gemsync.png"/>
</head>
<body>
<header>
<a href="/" class="logo">GemSync</a>
<div class="toggle" onclick="toggleMenu();"></div>
<ul class="menu">
<li><a href="#home" onclick="toggleMenu();">Home</a></li>
<li><a href="#standard" onclick="toggleMenu();">Standard Pack</a></li>
<li><a href="#plus" onclick="toggleMenu();">Plus Pack</a></li>
<li><a href="#premium" onclick="toggleMenu();">Premium Pack</a></li>
<li><a href="#pro" onclick="toggleMenu();">Pro Pack</a></li>
</ul>
</header>
<section class="banner" id="home">
<div class="textBx">
<h2>Which pack is<br><span>right for you?</span></h2>
<h3>Let's work together to find the best offer for your needs.</h3>
<a href="#standard" class="btn">Let's get started!</a>
</div>
<div class="textBx">
<img src="https://gemsync.xyz/assets/images/gemsync.png">
</div>
</section>
<section class="packs" id="standard">
<div class="heading">
<h2>Standard Pack</h2>
<p class="promo" id="remise1"></p>
<p id="price1"></p>
</div>
<div class="content">
<div class="packBx domain">
<img src="https://gemsync.xyz/assets/images/service1.png">
<h2>Domain name</h2>
<p>Choose your own domain name, .com, .us, .net, .dev...<a href="/gtc" class="ast">*</a> <br><br> You'll receive ideas based on the aim of your site.</p>
</div>
<div class="packBx">
<img src="https://gemsync.xyz/assets/images/service2.png">
<h2>DNS Configuration</h2>
<p>The DNS configuration is fully installed, and the link between your repository and the site is created. <br><br> Your domain is hosted 24/7.</p>
</div>
<div class="packBx">
<img src="https://gemsync.xyz/assets/images/service4.png">
<h2>Support</h2>
<p>We'll give you tips and explanations as we get your site online. <br><br> We are always available to answer any questions you may have.</p>
</div>
</div>
<div class="heading">
<a id="paypal1" href="" class="btn">Get started</a>
</div>
</section>
<div class="bar"></div>
<section class="packs" id="plus">
<div class="heading">
<h2>Plus Pack</h2>
<p class="promo" id="remise2"></p>
<p id="price2"></p>
</div>
<div class="content">
<div class="packBx domain">
<img src="https://gemsync.xyz/assets/images/service1.png">
<h2>Domain name</h2>
<p>Choose your own domain name, .com, .us, .net, .dev...<a href="/gtc" class="ast">*</a> <br><br> You'll receive ideas based on the aim of your site.</p>
</div>
<div class="packBx">
<img src="https://gemsync.xyz/assets/images/service2.png">
<h2>DNS Configuration</h2>
<p>The DNS configuration is fully installed, and the link between your repository and the site is created. <br><br> Your domain and sub-domains are hosted 24/7.</p>
</div>
<div class="packBx">
<img src="https://gemsync.xyz/assets/images/service3.png">
<h2>1 Subdomain</h2>
<p>We offer you the configuration of a sub-domain. <br><br> Choose the URL prefix according to the purpose of the page!</p>
</div>
<div class="packBx">
<img src="https://gemsync.xyz/assets/images/service4.png">
<h2>Support</h2>
<p>We'll give you tips and explanations as we get your site online. <br><br> We are always available to answer any questions you may have.</p>
</div>
</div>
<div class="heading">
<a id="paypal2" href="" class="btn">Deploy</a>
</div>
</section>
<div class="bar"></div>
<section class="packs" id="premium">
<div class="heading">
<h2>Premium Pack</h2>
<p class="promo" id="remise3"></p>
<p id="price3"></p>
</div>
<div class="content">
<div class="packBx domain">
<img src="https://gemsync.xyz/assets/images/service1.png">
<h2>Domain name</h2>
<p>Choose your own domain name, .com, .us, .net, .dev...<a href="/gtc" class="ast">*</a> <br><br> You'll receive ideas based on the aim of your site.</p>
</div>
<div class="packBx">
<img src="https://gemsync.xyz/assets/images/service2.png">
<h2>DNS Configuration</h2>
<p>The DNS configuration is fully installed, and the link between your repository and the site is created. <br><br> Your domain and sub-domains are hosted 24/7.</p>
</div>
<div class="packBx">
<img src="https://gemsync.xyz/assets/images/service3.png">
<h2>3 Subdomains</h2>
<p>We offer you the configuration of three sub-domains. <br><br> Choose the URL prefix according to the purpose of the page!</p>
</div>
<div class="packBx">
<img src="https://gemsync.xyz/assets/images/service4.png">
<h2>Support</h2>
<p>We'll give you tips and explanations as we get your site online. <br><br> We are always available to answer any questions you may have.</p>
</div>
<div class="packBx">
<img src="https://gemsync.xyz/assets/images/service5.png">
<h2>Verification by Google</h2>
<p>We'll verify your site with Google to improve your visibility. <br><br> Your site will get better indexing and attract more visitors.</p>
</div>
</div>
<div class="heading">
<a id="paypal3" href="" class="btn">Go Premium</a>
</div>
</section>
<div class="bar"></div>
<section class="packs" id="pro">
<div class="heading">
<h2>Pro Pack</h2>
<p class="promo" id="remise4"></p>
<p id="price4"></p>
</div>
<div class="content">
<div class="packBx domain">
<img src="https://gemsync.xyz/assets/images/service1.png">
<h2>Domain name</h2>
<p>Choose your own domain name, .com, .us, .net, .dev...<a href="/gtc" class="ast">*</a> <br><br> You'll receive ideas based on the aim of your site.</p>
</div>
<div class="packBx">
<img src="https://gemsync.xyz/assets/images/service2.png">
<h2>DNS Configuration</h2>
<p>The DNS configuration is fully installed, and the link between your repository and the site is created. <br><br> Your domain and sub-domains are hosted 24/7.</p>
</div>
<div class="packBx">
<img src="https://gemsync.xyz/assets/images/service3.png">
<h2>5 Subdomains</h2>
<p>We offer you the configuration of five sub-domains. <br><br> Choose the URL prefix according to the purpose of the page!</p>
</div>
<div class="packBx">
<img src="https://gemsync.xyz/assets/images/service4.png">
<h2>Support</h2>
<p>We'll give you tips and explanations as we get your site online. <br><br> We are always available to answer any questions you may have.</p>
</div>
<div class="packBx">
<img src="https://gemsync.xyz/assets/images/service5.png">
<h2>Verification by Google</h2>
<p>We'll verify your site with Google to improve your visibility. <br><br> Your site will get better indexing and attract more visitors.</p>
</div>
<div class="packBx">
<img src="https://gemsync.xyz/assets/images/service6.png">
<h2>Verification on GitHub</h2>
<p>We'll get your site verified on your GitHub organization. <br><br> With this, you'll get a verification badge on the GitHub profile.</p>
</div>
</div>
<div class="heading">
<a id="paypal4" href="" class="btn">Become a Pro</a>
</div>
</section>
<div class="copyright">
<p><a href="https://en.gemsync.xyz">GemSync</a> © 2024. All rights reserved. <a href="/gtc">GTC</a> <a href="/gcu">GCU</a></p>
</div>
<!-- Load the Js -->
<script type="text/javascript" src="https://unpkg.com/@popperjs/core@2"></script>
<script type="text/javascript" src="https://unpkg.com/tippy.js@6"></script>
<script type="text/javascript" src="https://gemsync.xyz/assets/js/store.js"></script>
<script type="module" src="https://gemsync.xyz/assets/js/api-pricing.js"></script>
</body>
</html>