-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
95 lines (91 loc) · 4.03 KB
/
index.html
File metadata and controls
95 lines (91 loc) · 4.03 KB
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
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Daniel Farrell's Website">
<script src="https://code.jquery.com/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Daniel R Farrell</title>
<link rel="stylesheet" type="text/css" href="main.css">
<script type="text/javascript" src="script.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-75420258-1', 'auto');
ga('send', 'pageview');
</script>
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:776497,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</head>
<body>
<div class="container">
<h1>Daniel R Farrell</h1>
<p>Operator & Designer passionate about cities, mobility, and people</p>
<br>
<br><br>
<div class="wrap">
<div class="point begin"></div>
<div class="line"></div>
<div class="point end"></div>
</div>
</div>
<br><br><br>
<div class="container">
<div class="row">
<div class="col-sm-6">
<h2>Careeringly</h2>
<ul>
<li>Designer - <a href="https://dribbble.com/D_R_Farrell">Pushing pixels</a></li>
<li>Growth - <a href="https://dimo.zone/news/dimo-is-building-an-os-for-the-real-world/">Crypto for cars</a></li>
<li>Global Expansion Strategy - <a href="https://www.bird.co/">Solving the last mile problem</a></li>
<ul>
<li><a href="https://www.sumitomocorp.com/en/europe/news/topics/2019/group/20191018">Japan</a></li>
<li><a href="https://www.bird.co/blog/bird-fleet-manager-program-local-operations-local-opportunity/">Fleet manager program</a></li>
<li><a href="https://techcrunch.com/2018/11/27/for-a-small-fee-entrepreneurs-can-now-manage-their-own-fleet-of-bird-e-scooters/">platform</a></li>
<li><a href="https://www.reuters.com/article/us-scooters-bird-mexico/scooter-company-bird-enters-latin-america-with-launch-in-mexico-city-idUSKCN1MF2FW">latam</a></li>
<li><a href="https://boston.curbed.com/2019/4/1/18289330/brookline-electric-scooters-lime-bird">launch</a></li>
</ul>
<li>Cofounder - <a href="http://wanderlift.com/">Democratizing long-distance ridesharing</a></li>
</ul>
</div>
<div class="col-sm-3">
<h2>Creatively</h2>
<ul>
<li><a href="https://www.instagram.com/licualas/">Vibes</li>
<li><a href="https://soundcloud.com/dfaro">Music</li>
<li><a href="https://www.instagram.com/neverdunncooking/">Cuisine</a></li>
<li><a href="http://duolingo.com/ader">Language</a></li>
</ul>
</div>
<div class="col-sm-3">
<h2>Candidly</h2>
<ul>
<!-- <li><a href="">About</a></li> -->
<li><a href="https://twitter.com/D_R_Farrell">Twitter</a></li>
<li><a href="mailto:danielfarrell.r@gmail.com">Email</a></li>
<li><a href="https://www.linkedin.com/in/danielrfarrell/">LinkedIn</a></li>
</ul>
</div>
</div>
</div>
<br><br>
</div>
<footer>
<div class="container">
<p>© Daniel R Farrell 2022    •     All Rights Reserved     •    The seconds of your life are ticking away
</div>
</footer>
</body>
</html>