-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
259 lines (234 loc) · 14.2 KB
/
about.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
<!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>
<!-- Deadline Funnel -->
<script type="text/javascript"
data-cfasync="false">function SendUrlToDeadlineFunnel(e) { var r, t, c, a, h, n, o, A, i = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=", d = 0, l = 0, s = "", u = []; if (!e) return e; do r = e.charCodeAt(d++), t = e.charCodeAt(d++), c = e.charCodeAt(d++), A = r << 16 | t << 8 | c, a = A >> 18 & 63, h = A >> 12 & 63, n = A >> 6 & 63, o = 63 & A, u[l++] = i.charAt(a) + i.charAt(h) + i.charAt(n) + i.charAt(o); while (d < e.length); s = u.join(""); var C = e.length % 3; var decoded = (C ? s.slice(0, C - 3) : s) + "===".slice(C || 3); decoded = decoded.replace("+", "-"); decoded = decoded.replace("/", "_"); return decoded; } var dfUrl = SendUrlToDeadlineFunnel(location.href); var dfParentUrlValue; try { dfParentUrlValue = window.parent.location.href; } catch (err) { if (err.name === "SecurityError") { dfParentUrlValue = document.referrer; } } var dfParentUrl = (parent !== window) ? ("/" + SendUrlToDeadlineFunnel(dfParentUrlValue)) : ""; (function () { var s = document.createElement("script"); s.type = "text/javascript"; s.async = true; s.setAttribute("data-scriptid", "dfunifiedcode"); s.src = "https://a.deadlinefunnel.com/unified/reactunified.bundle.js?userIdHash=eyJpdiI6IkhjNkVNRUJSV0JiWWtodHV0bXVNOHc9PSIsInZhbHVlIjoiZEg0bFJIMHpFc3ovWmNTYjdqMXFiZz09IiwibWFjIjoiYTMyY2E1YWFkYTk1NWRjMjRmNWIwNTAwYzljY2E1OWU5NWE2YjFhNTJiOGU3NjkyOTM5YzRmZmRkYTE3MTNhNiJ9&pageFromUrl=" + dfUrl + "&parentPageFromUrl=" + dfParentUrl; var s2 = document.getElementsByTagName("script")[0]; s2.parentNode.insertBefore(s, s2); })();</script>
<!-- End Deadline Funnel -->
<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="Everything You Need To Become A Top .NET Developer">
<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="Who is Julio Casal? About Me | 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>Who is Julio Casal? About Me | 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">
<link href="https://unpkg.com/aos/dist/aos.css" rel="stylesheet" />
<!-- Favicon -->
<link rel="icon">
</head>
<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" 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>About Me</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 -->
<!-- Whom Am I -->
<div id="who-am-i" class="basic-1">
<div class="container">
<div class="row mt-4">
<div class="col-lg-4">
<div class="image-container">
<img class="img-fluid" src="images/Julio-7.jpg" alt="alternative">
</div> <!-- end of image-container -->
</div> <!-- end of col -->
<div class="col-lg-8">
<div class="text-container">
<p class="line-spaced-paragraph">Over the last decade, I helped multiple teams at Microsoft
build all sorts of C#/.NET cloud-based services that handle millions of requests every
month.</p>
<p class="line-spaced-paragraph">Then, in early 2023, I got laid off.</p>
<p class="line-spaced-paragraph">So, before jumping into another 9-5 job, I decided to dedicate
my full time to creating educational content around Microsoft developer technologies, which
I had been doing on the side so far.</p>
<p class="line-spaced-paragraph">Today I run a one-person business that teaches .NET developers
how to unlock the power of the .NET platform to reach the next level in their careers.</p>
<p class="line-spaced-paragraph">When I'm not working on my business, I'm enjoying time with my
wife and three kids, playing board games, watching movies or enjoying beautiful places
around Washington state.</p>
</div> <!-- end of text-container -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of basic-1 -->
<!-- end of Whom Am I -->
<!-- Social -->
<div class="basic-3 pb-0">
<div class="container">
<div class="row">
<div class="col-lg-12">
<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 -->
<!-- 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 -->
<!-- Copyright -->
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-lg-12">
<p class="p-small">Copyright © 2024 Julio Casal LLC | <a href="https://learn.dotnetacademy.io">Log
In</a></p>
</div> <!-- end of col -->
</div> <!-- enf of row -->
</div> <!-- end of container -->
</div> <!-- end of copyright -->
<!-- end of copyright -->
<!-- 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>