-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdvertisement.html
More file actions
126 lines (109 loc) ยท 5.88 KB
/
Advertisement.html
File metadata and controls
126 lines (109 loc) ยท 5.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AquaScript Advertising</title>
<meta name="description" content="Advertise on AquaScript - Reach thousands of developers and innovators.">
<meta name="keywords" content="AquaScript, advertising, ads, web development, digital marketing, tech">
<link rel="icon" href="https://img.icons8.com/3d-fluency/94/web-advertising.png" type="image/png">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&family=Playfair+Display:wght@700&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- Animate.css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="Advertisement/Ads.css">
</head>
<body>
<button onclick="window.history.back()" class="btn-aqua-back">
<i class="fas fa-arrow-left me-2"></i> Back
</button>
<!-- Hero Section -->
<section class="hero-section text-center">
<div class="container">
<h1 class="hero-title animate__animated animate__fadeInDown">AquaScript - Ads</h1>
<p class="hero-subtitle animate__animated animate__fadeIn animate__delay-1s">Where Innovation Meets Opportunity</p>
<!-- Fiverr Banner -->
<div class="animate__animated animate__fadeIn animate__delay-2s">
<a href="https://go.fiverr.com/visit/?bta=1127411&nci=17043" Target="_Top">
<img border="0" src="https://fiverr.ck-cdn.com/tn/serve/?cid=41407025" class="fiverr-banner img-fluid">
</a>
</div>
<!-- Visitor Counter -->
<div class="counter-container animate__animated animate__fadeIn animate__delay-3s">
<h3 class="counter-title">Today's AquaScript Visitors</h3>
<!-- Badge Code - Do Not Change The Code -->
<div class="col-xs-12 mt20" id="bg">
<div style="margin:0px auto;width:133px;background:rgb(128, 132, 139);text-align:left;display:flex;border-radius:5px">
<span style="padding:7px;display:inline-block;border-right:1px solid #746dba">
<a href="http://visitorshitcounter.com" rel="nofollow noopener" target="_blank" title="https://visitorshitcounter.com/">
<img src="https://visitorshitcounter.com/img/s-logo.svg" alt="https://visitorshitcounter.com/" style="width:100%;border:none;float:left">
</a>
</span>
<span class="text" id="dupli_hit_counter" style="padding:10px 0 0 0;display:inline-block;color:rgb(255, 255, 255);width:100%;text-align:center;"></span>
<input type="hidden" id="site_val" value="https://visitorshitcounter.com/counterDisplay?code=75725b73ab659f8a959800e93d1905ce&style=0017&pad=5&type=page&initCount=1">
</div>
</div>
<script src="https://visitorshitcounter.com/js/badgess.js?v=1748777101"></script>
<!-- Badge Code End Here -->
</div>
</div>
</section>
<!-- Ad Card Section -->
<section class="container">
<div class="ad-card animate__animated animate__fadeIn">
<h2 class="ads"><i class="fas fa-rocket"></i> Advertise on AquaScript</h2>
<p>
Reach thousands of developers, creators, and innovators by placing your brand in front of a tech-savvy audience.
AquaScript is the new home of cutting-edge code, stunning UI, and digital excellence. Make your mark on the future
of the web.
</p>
<p>
Want to promote your service, product, or tool? We're here to help you shine.
</p>
<a href="#contactForm" class="btn-aqua">Contact Us to Advertise</a>
</div>
</section>
<!-- Logo Section -->
<div class="logo-container animate__animated animate__fadeIn">
<img src="https://raw.githubusercontent.com/wecoded-dev/Adpage/refs/heads/main/background-removed%20(1).png" class="floating" alt="AquaScript Logo">
</div>
<!-- Contact Form Section -->
<section class="container">
<div class="form-wrapper animate__animated animate__fadeIn" id="contactForm">
<h2><i class="fas fa-envelope"></i> Contact Us</h2>
<form id="contactForm" novalidate>
<!-- Hidden fields required by Web3Forms -->
<input type="hidden" name="access_key" value="91518187-55af-467c-9690-8d7994a937ca">
<input type="hidden" name="subject" value="New Contact via AquaScript Form">
<input type="hidden" name="redirect" value="">
<input type="text" name="name" placeholder="Your Full Name" required autocomplete="name">
<input type="email" name="email" placeholder="Your Email Address" required autocomplete="email">
<select name="subscription_plan" required>
<option value="" disabled selected>Select Subscription Plan</option>
<option value="Ad Plan - $3/month">Ad Plan - $3/month</option>
<option value="Ad Premium Plan - $5/2-month">Ad Premium Plan - $5/2-month</option>
<option value="Ad Elite Plan - $16/6-month">Elite Plan - $16/6-month</option>
</select>
<textarea name="message" placeholder="Please tell us what you need..." rows="5" required></textarea>
<button type="submit">Send Message</button>
<div id="formFeedback"></div>
</form>
</div>
</section>
<!-- Footer -->
<footer class="footer animate__animated animate__fadeIn">
<div class="container">
<p>© 2025 AquaScript. All rights reserved.</p>
</div>
</footer>
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Custom JS -->
<script src="Advertisement/Ads.js"></script>
</body>
</html>