-
Notifications
You must be signed in to change notification settings - Fork 0
/
womenintech.html
122 lines (103 loc) · 4.91 KB
/
womenintech.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
<!DOCTYPE HTML>
<!--
Big Picture by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>EmpatheticAlly by Sarah Schulz</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QSY4LKPRR0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QSY4LKPRR0');
</script>
<body class="is-preload">
<!-- Header -->
<header id="header">
<h1>Dr. Sarah Schulz - Women in Tech and AI coaching
</h1>
<nav>
<ul>
<li><a href="index.html#one">Who I Am</a></li>
<li><a href="index.html#two">How does coaching work?</a></li>
<li><a href="womenintech.html">Women in Tech coaching</a></li>
<li><a href="aicoaching.html">AI coaching</a></li>
<li><a href="index.html#testimonials">What others say!</a></li>
<li><a href="index.html#contact">Free first session</a></li>
</ul>
</nav>
</header>
<section id="meintech" class="main style2 left dark fullscreen">
<div class="content box style2">
<header>
<h2>Empowering Women in Tech</h2>
</header>
<p>
With extensive experience in both tech leadership and personal development, I bring a unique blend of empathy, scientific insights, and practical skills to my coaching for women in tech. As a certified ICF coach and a former software engineering manager, I understand the challenges of the tech world from the inside out. I specialise in building confidence, addressing limiting self-beliefs, and guiding women through stress management, personal development, and goal setting. My interdisciplinary approach, grounded in neuroscience and positive psychology, empowers women to achieve their full potential, both personally and professionally.
</p>
</div>
<a href="#work" class="button style2 down anchored">Next</a>
</section>
<!-- Work -->
<section id="work" class="main style3 primary">
<div class="content">
<header>
<h2>When to work with me!</h2>
<p>I welcome diversity cultural background, sexual orientation and stages of professional development. If you don't identify as a women but you struggle and need support: reach out!</p>
</header>
<!-- Gallery -->
<div class="gallery">
<article class="from-left">
<a href="images/fulls/expat_full.png" class="image fit" learnmore><img src="images/thumbs/expat_thumb.png" title="Globetrotters" alt="" /></a>
</article>
<article class="from-left">
<a href="images/fulls/HoldingSpace_full.png" class="image fit"><img src="images/thumbs/HoldingSpace_thumb.png" title="Space to just be" alt="" /></a>
</article>
<article class="from-right">
<a href="images/fulls/Search_full.png" class="image fit"><img src="images/thumbs/Search_thumb.png" title="Find your passion" alt="" /></a>
</article>
<article class="from-right">
<a href="images/fulls/change_full.png" class="image fit"><img src="images/thumbs/change_thumb.png" title="Change" alt="" /></a>
</article>
<article class="from-right">
<a href="images/fulls/Optimism_full.png" class="image fit"><img src="images/thumbs/Optimism_thumb.png" title="Optimism for the win!" alt="" /></a>
</article>
<article class="from-right">
<a href="images/fulls/whatdoIwant_full.png" class="image fit"><img src="images/thumbs/whatdoIwant_thumb.png" title="What do I really want?" alt="" /></a>
</article>
</div>
</div>
<a href="index.html#contact" class="button style2 down anchored">Next</a>
</section>
<!-- Footer -->
<footer id="footer">
<!-- Icons -->
<ul class="icons">
<li><a href="https://www.linkedin.com/in/schulzsarah/" class="icon brands fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
</ul>
<!-- Menu -->
<ul class="menu">
<li>© Sarah Schulz 2023</li><li>Design: <a href="https://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>