-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsor-the-newsletter.html
318 lines (289 loc) · 15.6 KB
/
sponsor-the-newsletter.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Fathom - beautiful, simple website analytics -->
<script src="https://cdn.usefathom.com/script.js" data-site="LWAWGOWE" defer></script>
<!-- / Fathom -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GKWPQFHL1Y"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-GKWPQFHL1Y');
</script>
<script type="text/javascript">
(function (c, l, a, r, i, t, y)
{
c[a] = c[a] || function () { (c[a].q = c[a].q || []).push(arguments) };
t = l.createElement(r); t.async = 1; t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0]; y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "mzlifzd36i");
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- SEO Meta Tags -->
<meta name="description" content="The .NET Saturday Sponsorship | Julio Casal">
<meta name="author" content="Julio Casal">
<!-- OG Meta Tags to improve the way the post looks when you share the page on Facebook, Twitter, LinkedIn -->
<meta property="og:site_name" content="" /> <!-- website name -->
<meta property="og:site" content="" /> <!-- website link -->
<meta property="og:title" content="The .NET Saturday Sponsorship | Julio Casal" />
<!-- title shown in the actual shared post -->
<meta property="og:description" content="" />
<!-- description shown in the actual shared post -->
<meta property="og:image" content="" /> <!-- image link, make sure it's jpg -->
<meta property="og:url" content="" /> <!-- where do you want your post to link to -->
<meta name="twitter:card" content="summary_large_image"> <!-- to have large image post format in Twitter -->
<meta name="thumbnail" content="" />
<!-- Webpage Title -->
<title>The .NET Saturday Sponsorship | Julio Casal</title>
<!-- Styles -->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap"
rel="stylesheet">
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/fontawesome-all.css" rel="stylesheet">
<link href="css/swiper.css" rel="stylesheet">
<link href="css/magnific-popup.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<!-- Favicon -->
<link rel="icon">
</head>
<style>
li {
margin-bottom: 1rem;
}
</style>
<body data-spy="scroll" data-target=".fixed-top">
<div class="fixed-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark">
<div class="container">
<!-- Text Logo - Use this if you don't have a graphic logo -->
<a class="navbar-brand logo-text page-scroll" href="/">Julio Casal</a>
<!-- Image Logo -->
<!-- <a class="navbar-brand logo-image" href="index.html">
<img src="../images/FFF_NETACADEMY_LO.png" class="d-inline-block align-top" alt="alternative">
</a> -->
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link page-scroll" href="/about">About</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="/blog">Newsletter</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link page-scroll dropdown-toggle" href="/courses" id="navbarDropdown"
role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Courses
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="/courses/dotnetbootcamp">.NET Cloud Developer
Bootcamp</a>
<a class="dropdown-item" href="https://dotnetmicroservices.com">Building Microservices
With .NET</a>
<a class="dropdown-item" href="/courses/unittesting-bundle">Ultimate C# Unit Testing
Bundle</a>
</div>
</li>
<li class="nav-item">
<a class="btn-solid-sm page-scroll" href="/roadmap">FREE ROADMAP</a>
</li>
</ul>
</div> <!-- end of navbar-collapse -->
</div>
</nav> <!-- end of navbar -->
<!-- end of navigation -->
</div>
<!-- Header -->
<header id="header" class="header">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="text-container">
<h1>The .NET Saturday Sponsorship Opportunities</h1>
</div> <!-- end of text-container -->
</div> <!-- end of div -->
</div> <!-- end of row -->
</div> <!-- end of container -->
<svg class="header-decoration" data-name="Layer 3" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"
viewBox="0 0 1920 305.139">
<defs>
<style>
.cls-1 {
fill: #ffffff;
}
</style>
</defs>
<title>header-decoration</title>
<path class="cls-1"
d="M1486.486,36.773C1434.531,13.658,1401.068-5.1,1329.052,1.251c-92.939,8.2-152.759,70.189-180.71,89.478-23.154,15.979-134.286,104.091-171.753,128.16-50.559,32.48-98.365,59.228-166.492,67.5-67.648,8.21-124.574-6.25-152.992-18-42.218-17.454-42.218-17.454-90-39-35.411-15.967-81.61-34.073-141.58-34.054-116.6.037-262.78,77.981-354.895,80.062C53.1,275.793,22.75,273.566,0,260.566v44.573H1920V61.316c-36.724,23.238-76.008,61.68-177,65C1655.415,129.2,1556.216,67.8,1486.486,36.773Z"
transform="translate(0 0)" />
</svg>
</header> <!-- end of header -->
<!-- end of header -->
<div class="basic-1">
<div class="container">
<div class="row mt-4">
<div class="col-lg-12">
<div class="text-container">
<h2>Audience and Reach:</h2>
<ul>
<li>
<strong>Reach:</strong> 20,000+ and growing 1,300+ subscribers per month.
</li>
<li>
<strong>Audience:</strong> Software Engineers, .NET Developers, Software Architects,
Development Managers, Tech Leads.
</li>
<li>
<strong>Average open rate:</strong> 37%
</li>
<li>
<strong>Cost:</strong> $1,000
</li>
</ul>
</div> <!-- end of text-container -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of basic-1 -->
<div class="basic-1 pt-0">
<div class="container">
<div class="row mt-4">
<div class="col-lg-12">
<div class="text-container">
<h2>What you get as a sponsor</h2>
<p class="line-spaced-paragraph">When you purchase a sponsorship, <strong>you get one
advertisement</strong> in my Saturday newsletter.</p>
<p class="line-spaced-paragraph">Your ad will be <strong>1 of a maximum of 2 ads</strong> in
that issue. </p>
<p class="line-spaced-paragraph">The newsletter is published at 6 AM PST every Saturday morning.
</p>
<!-- <p class="line-spaced-paragraph">Your sponsorship will also remain <strong>live forever</strong>
on each newsletter as they are <strong>published on my website.</strong></p> -->
<p class="line-spaced-paragraph">The cost to run an ad is <strong>$1,000.</strong></p>
<p class="line-spaced-paragraph"><i>Please Note: There are no cancellations or reschedules due
to timing, availability, and holding the date.</i></p>
</div> <!-- end of text-container -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of basic-1 -->
<div class="basic-1 pt-0">
<div class="container">
<div class="row mt-4">
<div class="col-lg-12">
<div class="text-container">
<h2>Ad Creative Requirements</h2>
<p class="line-spaced-paragraph">Short, intriguing ads with lead magnets perform the best. The
longer the ad, the worse. The more unclear the CTA, the worse.</p>
<p class="line-spaced-paragraph">With that in mind, here are the creative requirements:</p>
<ol>
<li>
Ads are text only and can be 140 characters long. Each sponsorship will also have a
call-to-action (CTA). The CTA text has a max limit of 20 characters.
</li>
<li>
<strong>Example Copy</strong>: Stop wasting time and focus on the skills employers are
actually looking for today with <strong>Julio's .NET Backend Developer Roadmap</strong>.
<a href="https://juliocasal.com/roadmap">Get it for free here</a>.
</li>
<li>
You will supply the copy and I will edit it to fit my voice.
</li>
<li>
Ad copy is due one week prior to the newsletter date.
</li>
<li>
All ads are subject to editorial approval.
</li>
<li>
<strong>Please note</strong>: There are no cancellations or reschedules due to timing,
availability, and holding the date.
</li>
</ol>
<p class="line-spaced-paragraph"><a href="mailto:julioc@dotnetacademy.io"><strong>Reserve your
sponsorship here ($1,000)</a></strong></p>
</div> <!-- end of text-container -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of basic-1 -->
<!-- Footer -->
<div class="footer-decoration">
<svg class="footer-frame" style="height: 20px;" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="none" viewBox="0 0 1920 115.984">
<defs>
<style>
.cls-2 {
fill: #5f4dee;
}
</style>
</defs>
<title>footer-frame</title>
<path class="cls-2"
d="M1616.28,381.705c-87.656,5.552-93.356-59.62-197.369-67.562-112.391-8.581-137.609,65.077-251.189,60.632-109.57-4.288-116.156-74.017-225.25-83.153-125.171-10.483-150,78.5-293,88.35-136.948,9.437-173.108-68.092-320.83-77.956C255.5,297.133,143,308.1,0,395.564V406.75H1920V324.537c-18-6.507-43.63-14.492-76.1-15.591C1740.655,305.452,1705.829,376.033,1616.28,381.705Z"
transform="translate(0 -290.766)" />
</svg>
</div> <!-- end of footer-decoration -->
<!-- end of footer -->
<!-- Social -->
<div class="basic-3" style="padding-bottom: 0; background-color: #5f4dee; color: white;">
<div class="container">
<div class="row">
<div class="col">
<div class="text-container">
<p class="line-spaced-paragraph mt-2 white">
Copyright © 2024 Julio Casal LLC
</p>
</div>
</div>
<div class="col">
<div class="icon-container">
<span class="fa-stack">
<a href="https://www.youtube.com/c/jcasalt" target="blank">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-youtube fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack">
<a href="https://twitter.com/julioc" target="blank">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-twitter fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack">
<a href="https://www.linkedin.com/in/juliocasal" target="blank">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-linkedin-in fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack">
<a href="https://www.instagram.com/thejuliocasal" target="blank">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-instagram fa-stack-1x"></i>
</a>
</span>
</div> <!-- end of icon-container -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of basic-3 -->
<!-- end of social -->
<!-- Scripts -->
<script src="js/jquery.min.js"></script> <!-- jQuery for Bootstrap's JavaScript plugins -->
<script src="js/bootstrap.min.js"></script> <!-- Bootstrap framework -->
<script src="js/jquery.easing.min.js"></script> <!-- jQuery Easing for smooth scrolling between anchors -->
<script src="js/swiper.min.js"></script> <!-- Swiper for image and text sliders -->
<script src="js/jquery.magnific-popup.js"></script> <!-- Magnific Popup for lightboxes -->
<script src="js/scripts.js"></script> <!-- Custom scripts -->
<script src="js/favicon.js"></script>
</body>
</html>