-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (32 loc) · 1.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Noto+Serif" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="styles.css">
<title>Esti Shay</title>
</head>
<body>
<div class="container">
<div class="starting">
<h1>Esti Shay</h1>
<hr>
<p>I build things with Python and JavaScript.</p>
<ul class="list-inline">
<li><a href="https://www.linkedin.com/in/estishay"><i class="fa fa-linkedin-square" style="font-size:24px"></i></a></li>
<li><a href="https://github.com/EstiShay/"><i class="fa fa-github" style="font-size:24px"></i></a></li>
</ul>
<p>Share knowledge. Build community.</p>
<p class="community">
I co-chaired <a href="https://2020.pycascades.com">PyCascades 2020</a> and was the
<a href="https://2021.pycascades.com">PyCascades 2021</a> Communications Chair. Hosted the Westside Code 'n Learn
for <a href="https://www.meetup.com/PyLadies-PDX/">PyLadies PDX</a> in the Before Times.
</p>
</div>
</div>
</body>
</html>