-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (70 loc) · 3.74 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
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Project</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel='stylesheet' href='https://use.fontawesome.com/releases/v5.5.0/css/all.css' integrity='sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU' crossorigin='anonymous'>
<link rel="stylesheet" href="style.css">
</heads
<body>
<div id="particle"></div>
<div id="overlay" class="container">
<br>
<hr>
<center><h1>Web Development in Healthcare</h2>
<h3> Louell L. Sala, MD MBA DPCOM</h3>
<h4> Web Developer with background in Healthcare </h4>
</center>
<center>
<div class="content">
<div class="box">
<hr>
<br>
<h4><b>Winner</b> 2018 New York City Techstars Competition, Blockchain Edition </h4>
<h4><b>Winner</b> of the <span><b>Weil Cornell Medicine Award</b></span> for ReImagining Lung Cancer in the
<span><b>2018 New York City Grand Hackathon: Hacking Medicine</b></span>
<h4><b>2nd Runner Up</b></span> of the <span><b>2019 New York City BIGAPPS, ConsenSys Building Blocks Hackathon</b></h4>
<h4><span><b>Runner Up</b></span> of the <span><b>2019 New York City Angel Hack</b></span></h4>
<h4>Best in Data and Security, 2019 New York City Hackfest</h4>
<br>
<h4><span><b>Organizer</b></span> of the <span><b>NYC Emerging Healthcare Technology Meetup</b></span></h4>
<br>
<hr>
<h4>
10 years in Family and Occupational Medicine Clinical Practice
</h4>
<h4>2 years Medical Affairs </h4>
<h4>3+ years Web Development</h4>
<hr>
<center><h4><span><b>Skills</h4></span></center>
<br>
<br>
<center><i class="fab fa-html5" style="font-size:48px;color:#dd4add"></i>
<i class="fab fa-css3-alt" style="font-size:48px;color:#ee2525"></i>
<i class='fab fa-ethereum' style='font-size:48px;color:#1919d6'></i>
<i class='fab fa-js' style='font-size:48px;color:rgb(168, 162, 68)'></i>
<i class='fab fa-github' style='font-size:48px;color:#c4c1c1'></i>
<i class="fab fa-git-square" style='font-size:48px;color:#867070'></i>
<i class='fab fa-node' style='font-size:48px;color:#74636b'></i>
<i class='fab fa-python' style='font-size:48px;color:#044368'></i>
<i class='fab fa-react' style='font-size:48px;color:#090975'></i>
<i class='fab fa-vimeo' style='font-size:48px;color:#572121'></i>
</div>
</div>
<br>
<br>
<a href="page0.html">Next Slide</a>
<br>
<a href="page21.html">Previous Slide</a>
</center>
</div>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script type="text/javascript" src="particles.js"></script>
<script type="text/javascript" src="app.js"></script>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
</body>
</html>