-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (77 loc) · 4.34 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="From Coder To CTO - The Power of Technical Blogging in Tech Careers. Learn how to transform your tech career through blogging.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<title>From Coder To CTO</title>
<link rel="stylesheet" href="styles.css" />
<meta property="og:title" content="From Coder To CTO">
<meta property="og:description" content="Learn how technical blogging can skyrocket your tech career.">
<meta property="og:image" content="cover.png">
<meta property="og:url" content="https://codertocto.com">
<meta name="twitter:card" content="summary_large_image">
</head>
<body>
<div id="background"></div>
<header>
<h1>From Coder To CTO</h1>
<h2>The Power of Technical Blogging in Tech Careers</h2>
<div class="cover-wrapper">
<section>
<a class="cover" href="https://www.amazon.com/Coder-CTO-Technical-Blogging-Careers/dp/B0DGR5XPYS/"><img src="cover.png" alt="Book Cover" /></a>
</section>
<section>
<h2>About the Book</h2>
<p>Embark on a transformative journey from writing code to leading tech teams. Learn how technical blogging can skyrocket your career in the ever-evolving world of technology.</p>
<h3>Get the Book</h3>
<div class="ebook-options">
<div class="ebook-column">
<a href="https://www.amazon.com/Coder-CTO-Technical-Blogging-Careers/dp/B0DGR5XPYS/" class="ebook-link">Amazon</a>
<a href="https://books.apple.com/us/book/from-coder-to-cto-the-power-of-technical-blogging/id6680188902" class="ebook-link">Apple Books</a>
<a href="https://www.barnesandnoble.com/w/from-coder-to-cto-asaf-zamir/1146290014" class="ebook-link">Barnes & Noble</a>
</div>
<div class="ebook-column">
<a href="https://www.smashwords.com/books/view/1617679" class="ebook-link">Smashwords</a>
<a href="https://www.kobo.com/us/en/ebook/from-coder-to-cto-the-power-of-technical-blogging-in-tech-careers" class="ebook-link">Kobo</a>
<a href="https://fable.co/book/x-9798227139955" class="paperback-link">Fable</a>
</div>
</div>
</section>
</div>
</header>
<section id="about">
<h2>Unlock the Power of Technical Blogging</h2>
<p>
Discover how sharing your knowledge online can catapult your career to new heights.<br />
Learn to craft compelling technical content, build a personal brand, and advance from coder to CTO.
</p>
<div>
<a href="https://calendly.com/asaf-codertocto/15-minute-intro-call" target="_blank">Book a Call</a>
</div>
</section>
<section id="newsletter">
<h2>Subscribe for Updates</h2>
<form class="newsletter-form" action="https://codertocto.us13.list-manage.com/subscribe/post?u=5c33831807643f8591e10e890&id=90d96ed443&f_id=009a0ae3f0" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank">
<input type="email" placeholder="Your email address" name="EMAIL" required>
<div aria-hidden="true" style="position: absolute; left: -5000px;">
<input type="text" name="b_5c33831807643f8591e10e890_90d96ed443" tabindex="-1" value="">
</div>
<button type="submit">Subscribe</button>
</form>
</section>
<footer>
<div class="social">
<a href="https://www.linkedin.com/in/asafzamir/" target="_blank"><img src="linkedin.png" /></a>
</div>
<p>© 2024 Asaf Zamir. All Rights Reserved. </p>
</footer>
</body>
</html>