-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·101 lines (91 loc) · 4.38 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>dshaw</title>
<meta name="description" content="Dan Shaw - @dshaw">
<meta name="author" content="dshaw">
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/dshaw.css" rel="stylesheet">
<link rel="shortcut icon" href="/favicon.ico">
<script src="https://cdn.amplitude.com/script/2e8fd2357847358fd6b3c88ac2ccf95.js"></script><script>window.amplitude.add(window.sessionReplay.plugin({sampleRate: 1}));window.amplitude.init('2e8fd2357847358fd6b3c88ac2ccf95', {"fetchRemoteConfig":true,"autocapture":true});</script>
</head>
<body>
<div class="topbar">
<div class="fill">
<div class="container" style="position: relative;">
<a class="icon" href="https://bsky.app/profile/dshaw.com"><img src="images/dshaw-logo-transparent.png" alt="dshaw"></a>
<a class="brand" href="http://dshaw.com">dshaw</a>
<ul class="nav">
<li class="active"><a href="http://dshaw.com">Home</a></li>
<li><a href="http://linkedin.com/in/dshaw">Resume</a></li>
<li><a href="https://bsky.app/profile/dshaw.com">Contact</a></li>
</ul>
</div>
</div>
</div><!-- /topbar -->
<div class="container">
<div class=hero-unit>
<h1>Dan Shaw</h1>
<p id=mission>Always bet on Node.js ✨</p>
</div>
<div class="row">
<div class="span-one-third">
<article class="first-article">
<h2>About Dan Shaw</h2>
<p>I am Dan Shaw. Many people refer to me as simply <i>dshaw</i>.
I have dedicated my career to growing the Node.js Ecosystem.
I was instrumental in the formation of the Node.js Foundation,
where I was a founding member. I served on the Node.js Foundation
Board of Directors as a Director and as Secretary. I have
been referred to as "The Godfather of Node.js" for my tireless efforts
to build community and unite the needs of developers and business
leaders.</p>
<p>I created the first consulting company dedicated to Node.js called
The Node Firm and then the first commercial entity to productize
Node.js with NodeSource. Today, I work across the industry providing
leadership as a Strategic Advisor to companies looking grow their
presence and work effectively with Node.js.</p>
</div>
</article>
<div class="span-one-third">
<article>
<h2>Working with dshaw</h2>
<p>Innovative companies need to connect and collaborate across the
technology spectrum to discover new opportunities to achieve
strategic advantage. These companies work with Dan Shaw to tap
into a global network of industry leaders, executives, managers,
and world-class talent.</p>
<p>I work with a small portfolio of companies to support Node.js
initiatives. Get in touch and let's explore how we can work together.
I specialize in non-zero sum solutions designed to create
advantage while growing Node.js market share.</p>
<p><a class="btn" href="https://linkedin.com/in/dshaw">Get in touch »</a></p>
</article>
</div>
<div class="span-one-third">
<h2 id=connect>Connect with dshaw</h2>
<ul>
<li>Bluesky: <a href="https://bsky.app/profile/dshaw.com" rel="me">@dshaw.com</a></li>
<li>GitHub: <a href="https://github.com/dshaw" rel="me">@dshaw</a></li>
<li>Instagram: <a href="https://instagram.com/dshaw" rel="me">@dshaw</a></li>
<li>LinkedIn: <a href="https://linkedin.com/in/dshaw" rel="me">@dshaw</a></li>
</ul>
<h2>dshaw Press Kit</h2>
<p>Connect with Dan Shaw for speaking or press/analyst briefings:</p>
<p>[email protected]</p>
<ul>
<li><a href="images/dan-shaw.jpg">Dan Shaw headshot</a></li>
<li><a href="images/dshaw-logo.png">Angry Unicorn logo</a></li>
</ul>
<p><a class="btn" href="dshaw-presskit.zip">Download Press Kit »</a></p>
</div>
</div>
<footer>
<p>© <a href="http://dshaw.com" rel="me">Dan Shaw</a></p>
</footer>
</div><!-- /container -->
</body>
</html>