-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
465 lines (455 loc) · 19.8 KB
/
index.html
File metadata and controls
465 lines (455 loc) · 19.8 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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
<link rel="manifest" href="icons/site.webmanifest">
<link rel="mask-icon" href="icons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="title" content="Copperhead Software">
<meta name="description" content="A software company specializing in NFTs, social media integrations, and grunt software work">
<meta name="keywords" content="software services, software making, software team, bot development, community software development, making of software, software, copperhead software, copperhead, discord bots, NFT, NFTs, contractor, integrations, Morgan Metz, Bradley Smith">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="author" content="Morgan Metz">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<title>Copperhead Software</title>
<!-- <meta content="Copperhead Software" property="og:title" />
<meta content="Copperhead Software is a small software firm looking to help small communities growm" property="og:description" />
<meta content="#43B581" data-react-helmet="true" name="theme-color" /> -->
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Additional CSS Files -->
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="assets/css/templatemo-space-dynamic.css">
<link rel="stylesheet" href="assets/css/animated.css">
<link rel="stylesheet" href="assets/css/owl.css">
</head>
<head>
<style data-tag="reset-style-sheet">
html { line-height: 1.15;}body { margin: 0;}* { box-sizing: border-box; border-width: 0; border-style: solid;}p,li,ul,pre,div,h1,h2,h3,h4,h5,h6,figure,blockquote,figcaption { margin: 0; padding: 0;}button { background-color: transparent;}button,input,optgroup,select,textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0;}button,select { text-transform: none;}button,[type="button"],[type="reset"],[type="submit"] { -webkit-appearance: button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner { border-style: none; padding: 0;}button:-moz-focus,[type="button"]:-moz-focus,[type="reset"]:-moz-focus,[type="submit"]:-moz-focus { outline: 1px dotted ButtonText;}a { color: inherit; text-decoration: inherit;}input { padding: 2px 4px;}img { display: block;}html { scroll-behavior: smooth }
</style>
<style data-tag="default-style-sheet">
html {
font-family: Open Sans;
font-size: 1rem;
}
body {
font-weight: 400;
font-style:normal;
text-decoration: none;
text-transform: none;
letter-spacing: normal;
line-height: 1.625;
color: var(--dl-color-secondary-400);
background-color: var(--dl-color-gray-white);
}
</style>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap"
data-tag="font"
/>
<style>
html * {
-webkit-font-smoothing: antialiased;
}
input::placeholder, textarea::placeholder {
color: #d2d6da;
}
</style>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<div>
<link href="./home.css" rel="stylesheet" />
<div class="home-container">
<div data-role="Header" class="header-header">
<nav class="header-nav">
<div class="header-container">
<a href="index.html" class="header-navlink">
<span class="large">Copperhead Software</span>
<br />
</a>
<div class="header-menu">
<a href="index.html" class="header-navlink1 large">Home</a>
<a href="products.html" class="header-navlink2">
<span class="large header-text2">Products</span>
<br />
</a>
</div>
<div class="header-container1">
<div class="header-container2">
<div class="primary-pink-button-container">
<a href="#contact">
<button
class="primary-pink-button-button button buttonSmall"
>
<span>Contact Now</span>
</button>
</a>
</div>
</div>
<div data-role="BurgerMenu" class="header-burger-menu">
<svg viewBox="0 0 1024 1024" class="header-icon">
<path
d="M128 256h768v86h-768v-86zM128 554v-84h768v84h-768zM128 768v-86h768v86h-768z"
></path>
</svg>
</div>
</div>
</div>
</nav>
<div data-role="MobileMenu" class="header-mobile-menu">
<div class="header-top">
<a href="index.html" class="header-navlink3 large">
Soft UI Design System
</a>
<div data-role="CloseMobileMenu" class="header-close-menu">
<svg viewBox="0 0 1024 1024" class="header-icon2">
<path
d="M810 274l-238 238 238 238-60 60-238-238-238 238-60-60 238-238-238-238 60-60 238 238 238-238z"
></path>
</svg>
</div>
</div>
<div class="header-mid">
<div class="header-menu1">
<a href="index.html" class="header-navlink4 large">Home</a>
<a href="profile.html" class="header-navlink5 large">Profile</a>
<a href="products.html" class="header-navlink6 large">
Coming Soon
</a>
</div>
</div>
<div class="header-bot">
<div class="primary-pink-button-container">
<button class="primary-pink-button-button button buttonSmall">
<span>buy now</span>
</button>
</div>
</div>
</div>
</div>
<div class="home-hero">
<div class="home-container01">
<div class="home-card">
<h1 class="home-text">
<span class="headingOne">Copperhead Software</span>
<br />
</h1>
<h1 class="home-text03 headingOne">Choose the best</h1>
<span class="home-text04">
<span>
Copperhead Software is a small team of developers, marketers,
and server architects who want to make your community
flourish.
</span>
<br class="lead" />
</span>
<div class="home-container02">
<div class="home-container03">
<div class="primary-pink-button-container">
<a href="#contact">
<button class="primary-pink-button-button button buttonSmall">
<span>contact us</span>
</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<img
alt="image"
src="public/playground_assets/curved6-1500h.jpg"
loading="eager"
class="home-image"
/>
<section class="home-features">
<div class="feature-card-container">
<img
alt="image"
src="public/playground_assets/cube1.svg"
class="feature-card-image"
/>
<h5 class="feature-card-text headingThree">
<span>Bot Development</span>
</h5>
<span class="feature-card-text1">
<span>
Discord bots are custom designed for a perfect fit with your
community.
</span>
</span>
</div>
<div class="feature-card-container">
<img
alt="image"
src="public/playground_assets/person1.svg"
class="feature-card-image"
/>
<h5 class="feature-card-text headingThree">
<span>Best PTR</span>
</h5>
<span class="feature-card-text1">
<span>
We beat the competition by providing the best
"Price:Time:Return" ratio.*
</span>
</span>
</div>
<div class="feature-card-container">
<img
alt="image"
src="public/playground_assets/rocket1.svg"
class="feature-card-image"
/>
<h5 class="feature-card-text headingThree">
<span>Prebuilt solutions</span>
</h5>
<span class="feature-card-text1">
<span>
We also offer prebuilt solutions for anyone on a budget.
</span>
</span>
</div>
<div class="feature-card-container">
<img
alt="image"
src="public/playground_assets/credit%20card1.svg"
class="feature-card-image"
/>
<h5 class="feature-card-text headingThree">
<span>Other Services</span>
</h5>
<span class="feature-card-text1">
<span>
We offer server architecture, marketing, and more to help your
community flourish.
</span>
</span>
</div>
</section>
<section class="home-testimonials">
<div class="home-container04">
<div class="home-container05">
<div class="home-container06">
<h2 class="home-text07 headingOne">Work with us</h2>
<p class="home-text08 lead">
Whatever you need to make your community flourish, we've got
you!
</p>
<h1 class="home-text09">
<span>Pricing</span>
<br />
</h1>
<p class="home-text12">
<span>
Interested, but want to find out if we can work within your
budget? We offer lots of options and benefits to help you
stay on budget but still get a great product.
</span>
<br />
<br />
</p>
<h1 class="home-text16">
<span class="home-text17">Free</span>
<span class="home-text18">consultations</span>
</h1>
<span>
<span class="home-text20">
That's right. Want to schedule a conference with our devs?
We can work out a perfect median between your budget and
desired scope. Schedule now here.
</span>
<br />
<br />
</span>
<h1 class="home-text23">Prebuilt solutions</h1>
<span class="home-text24">
<span class="home-text25">
We offer a variety of prebuilt solutions to fit your
community, ranging from pop-up solutions, which you can self
host and edit to your heart's desire, a number of bots we
can package for your community, and an armada of coming soon
subscription (or one-time-payment) prebuilt bots, which can
be found here
</span>
<br />
</span>
</div>
</div>
<div class="home-logos">
<div class="home-container07">
<div class="home-container08">
<div class="home-container09">
<img
alt="image"
src="public/playground_assets/logo-asana.svg"
class="home-image01"
/>
</div>
<div class="home-container10">
<img
alt="image"
src="public/playground_assets/logo-slack.svg"
class="home-image02"
/>
</div>
<div class="home-container11">
<img
alt="image"
src="public/playground_assets/logo-google-drive.svg"
class="home-image03"
/>
</div>
</div>
<div class="home-container12">
<div class="home-container13">
<img
alt="image"
src="public/playground_assets/logo-shopify.svg"
class="home-image04"
/>
</div>
<div class="home-container14">
<img
alt="image"
src="https://demos.creative-tim.com/soft-ui-design-system-pro/assets/img/logos/small-logos/logo-apple.svg"
class="home-image05"
/>
</div>
<div class="home-container15">
<img
alt="image"
src="public/playground_assets/logo-invision.svg"
class="home-image06"
/>
</div>
</div>
<div class="home-container16">
<div class="home-container17">
<img
alt="image"
src="public/playground_assets/logo-attlasian.svg"
class="home-image07"
/>
</div>
<div class="home-container18">
<img
alt="image"
src="public/playground_assets/logo-weave.svg"
class="home-image08"
/>
</div>
</div>
</div>
</div>
</div>
<img
alt="image"
src="public/playground_assets/bottom.svg"
class="home-bottom-wave-image"
/>
<img
alt="image"
src="public/playground_assets/waves-white.svg"
class="home-image09"
/>
<img
alt="image"
src="public/playground_assets/top.svg"
class="home-top-wave-image"
/>
</section>
<section id="vouches" class="vouch">
<div class="home-divider"></div>
<h1 class="home-text27">Our past projects</h1>
<p>We've got lots of experience and lots of people to vouch for our services. Check them out!</p>
<div class="home-container19">
<div class="home-container20">
<div class="row">
<div class="column">
<a href="https://twitter.com/securepy/status/1561087497366413312?s=21&t=IKyBvR3hfYQKWjwBmzluvA">
<img src="assets/images/brawlers.png" alt="Brawlers" style="width:100%">
</a>
</div>
<div class="column">
<a href="https://twitter.com/whisperingai/status/1584264153987895297?s=46&t=LsIF9YwRaCfxTMyJA6A3DA">
<img src="assets/images/WRAI.png" alt="WRAI" style="width:100%">
</a>
</div>
<div class="column">
<a href="https://twitter.com/morgandri1dev/status/1567736776277590019?s=21&t=3120ay1FbHo0NUwjkeWMyg">
<img src="assets/images/CCK.png" alt="CCK" style="width:100%">
</a>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="home-contact">
<div class="home-divider"></div>
<h1 class="home-text27">Contact Us</h1>
<div class="home-container19">
<div class="home-container20">
<div class="list-item-container">
<h5 class="list-item-text headingThree">
<span>Call or Text us</span>
</h5>
<span>
<span>You can call or text us at (540) 395-3482</span>
</span>
</div>
<div class="list-item-container">
<h5 class="list-item-text headingThree"><span>Email</span></h5>
<span>
<span>
Your can also contact us via email at
<u><a href="mailto:service.copperhead@gmail.com">service.copperhead@gmail.com</a></u>
</span>
</span>
</div>
<div class="list-item-container">
<h5 class="list-item-text headingThree">
<span>Discord</span>
</h5>
<span><span>You can also join the <u><a href="https://discord.gg/invite/WT79PD9qqx">Discord</a></u></span></span>
</div>
<div class="list-item-container">
<h5 class="list-item-text headingThree">
<span>Join the team</span>
</h5>
<span><span>Interested in joining the team? Email us, or join the discord and open a ticket to learn about team roles, compensation, and more.</a></u></span></span>
</div>
</div>
<div class="home-container21">
<div class="home-container22"></div>
<div class="home-container23">
<svg viewBox="0 0 1152 1024" class="home-icon">
<path
d="M1088 901.166c0 45.5 26.028 84.908 64 104.184v15.938c-10.626 1.454-21.472 2.224-32.5 2.224-68.008 0-129.348-28.528-172.722-74.264-26.222 6.982-54.002 10.752-82.778 10.752-159.058 0-288-114.616-288-256s128.942-256 288-256c159.058 0 288 114.616 288 256 0 55.348-19.764 106.592-53.356 148.466-6.824 14.824-10.644 31.312-10.644 48.7zM512 0c278.458 0 504.992 180.614 511.836 405.52-49.182-21.92-103.586-33.52-159.836-33.52-95.56 0-185.816 33.446-254.138 94.178-70.846 62.972-109.862 147.434-109.862 237.822 0 44.672 9.544 87.888 27.736 127.788-5.228 0.126-10.468 0.212-15.736 0.212-27.156 0-53.81-1.734-79.824-5.044-109.978 109.978-241.25 129.7-368.176 132.596v-26.916c68.536-33.578 128-94.74 128-164.636 0-9.754-0.758-19.33-2.164-28.696-115.796-76.264-189.836-192.754-189.836-323.304 0-229.75 229.23-416 512-416z"
></path>
</svg>
<h1 class="home-text28 headingOne">Talk and Meet!</h1>
<span class="home-text29">
<span> </span>
<br />
<br />
</span>
</div>
</div>
</div>
</section>
</div>
</div>
<script src="https://unpkg.com/@teleporthq/teleport-custom-scripts"></script>
</body>
</html>