-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcreators.html
126 lines (97 loc) · 4.79 KB
/
creators.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
123
124
125
126
<!DOCTYPE HTML>
<html>
<head>
<title>Covid</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>
</head>
<body class="is-preload">
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1 id="logo"><a href="https://www.nature.com/collections/aijdgieecb">COVID-19 <i>Nature</i> Publications</a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li>
<a href="#">Data & Predictions</a>
<ul>
<li><a href="left-sidebar.html">Data Visualisation and Graphs</a></li>
<li><a href="right-sidebar.html">Sources of Data</a></li>
<li><a href="no-sidebar.html">Machine Learning</a></li>
</ul>
</li>
<li><a href="creators.html">Creators</a></li>
<li><a href="#" class="button primary">Pay for my Coffee :)</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main" class="wrapper style1">
<div class="container">
<header class="major">
<h2>Creators</h2>
<p>This website was designed and engineered by Sans Basnet and Ellek Linton. We believe in the value and power in using Data Science and Artificial Intelligence
to solve un-ideal messy real world problems.
</p>
</header>
<!-- Text -->
<!-- Lists -->
<section>
<div class="row">
<div class="col-10 col-12-xsmall">
<h3>Sans Basnet</h3>
<a span class="image left"><img src="images/Sans.jpeg" alt="" /></span></a>
Sans is a graduate student in Physics at DePaul Univeristy and a Data Scientist at Packback Inc.
He worked at Fermi National Accelerator Laboratory as an undergraduate.
<ul class="icons">
<li><a href="https://twitter.com/1HackerDrive" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/SansBasnet" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto:[email protected]" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
<li><a href="https://www.linkedin.com/in/sansbasnet/" class="icon brands fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
</ul>
</div>
</br>
<div class="col-10 col-12-xsmall">
<h3>Ellek Linton</h3>
<a span class="image right"><img src="images/ellek2.jpg" alt="" /></span></a>
Ellek is a full-time software engineer at PayPal. He graduated with a degree in Data Science from UC Berkeley.
Ellek builds AI powered iOS apps and algorithms outside work available on iOS devices on App store.
<ul class="icons">
<li><a href="https://twitter.com/ceoofdata" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/elleklinton" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto:[email protected]" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
<li><a href="https://www.linkedin.com/in/ellek/" class="icon brands fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
</ul>
</div>
</div>
</section>
<!-- Image -->
</div>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="#" class="icon brands alt fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands alt fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
<li><a href="#" class="icon brands alt fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
</ul>
<ul class="copyright">
<li>© 2020 Sans Basnet. All rights reserved.</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.dropotron.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>