-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompetent-leaders.html
39 lines (37 loc) · 1.03 KB
/
competent-leaders.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
<!DOCTYPE html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Lead because of Competence</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
href="./styles/output.css"
type="text/css"
media="screen"
/>
<script
defer
data-domain="aswinmohan.me"
data-api="/stats/api/event"
src="/stats/js/script.js"
></script>
</head>
<body>
<header class="flex items-center justify-between">
<p><a href="/">back to home</a></p>
<p>2022-Apr-25</p>
</header>
<article>
<ul>
<li>
The only long form leadership is that of competence. Steve Jobs, Elon
Musk, Jeff Bezos are all leaders because they lead with competence.
They are good at a lot of things, and that is what makes them so good.
</li>
</ul>
</article>
</body>
</html>