-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
85 lines (75 loc) · 4.92 KB
/
blog.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
<html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Student-entrepreneur @ Northwestern University">
<meta name="author" content="Jihad Esmail">
<title>Blog - Jihad Esmail</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Overpass:400,600,700,800" rel="stylesheet">
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="57x57" href="./favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="./favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="./favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="./favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="./favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="./favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="./favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="./favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="./favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicons/favicon-16x16.png">
<link rel="manifest" href="./favicons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="./favicons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<!-- Website -->
<div class="centerdiv">
<div class="top">
<div class="top-header"><p><b class="highlight">Jihad Esmail is a community builder.</b></p>
</div>
<div class="top-heading">
<div class="nav">
<p><a href="/index.html"> /home </a></p>
<span> </span>
<p><a href="/blog">/blog </a></p>
<span> </span>
<p><a href="https://entrepolitical.substack.com">/newsletter </a></p>
<span> </span>
<p><a href="https://twitter.com/jihadesmail"> /twitter </a></p>
</div>
<p>I keep this list pretty updated with posts, but it's not 100% accurate. For weekly updates, <a href="http://wearepalaced.com">subscribe to my newsletter!</a></p>
<p><ul>
<li><a href="https://entrepolitical.substack.com/p/entrepolitical-3-nobody-cares-until">Nobody Cares Until Everybody Cares.</a></li>
<li><a href="https://entrepolitical.substack.com/p/entrepolitical-2-power-in-the-twenty">Power in the 21st Century.</a></li>
<li><a href="https://medium.com/@jihadesmail/the-newspaper-is-dying-we-shouldnt-save-it-3659e36ff890">The Newspaper is Dying. We Shouldn't Save It.</a></li>
<li><a href="https://medium.com/@jihadesmail/the-attention-war-resolutions-in-the-attention-economy-96d73cf0a02">The Attention Wars: Resolutions in The Attention Economy</a></li>
</ul></p>
</div>
<br><br>
<div style="color: #9e9e9e">
Feel free to reach me <a class="company-name email" href="mailto:[email protected]">by email</a>.
</div>
</div>
<div class="connectwithme">
<a href="https://twitter.com/JihadEsmail" class="btn twitter">Twitter</a>
<a href="https://www.instagram.com/jaesmail/" class="btn instagram">Instagram</a>
<a href="https://www.linkedin.com/in/jihadesmail/" class="btn linkedin">LinkedIn</a>
<a href="https://medium.com/@jihadesmail" class="btn medium">Medium</a>
</div>
</div>
</div>
<!-- JQuery -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script>
window.jQuery ||
document.write(
'<script src="/docs/4.3/assets/js/vendor/jquery-slim.min.js"><\/script>'
);</script><script src="/docs/4.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-xrRywqdh3PHs8keKZN+8zzc5TX0GRTLCcmivcbNJWm2rs5C8PRhcEn3czEjhAO9o" crossorigin="anonymous"></script>
</body></html>