-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (60 loc) · 2.88 KB
/
Copy pathindex.html
File metadata and controls
64 lines (60 loc) · 2.88 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Lola Heffernan - Resume</title>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<link rel="stylesheet" href="css/index.css">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<header>
<div class="photo">
<img class="smile" src="lolasmile.jpg" alt="Photo of Lola">
<img class="shrug" src="lolashrug.jpg" alt="Photo of Lola">
</div>
<nav>
<a class="about" href="#">About</a>
<a class="portfolio" href="#">Portfolio</a>
<a class="contact" href="#">Contact</a>
</nav>
</header>
<section class="resume-content">
<section class="resume-section">
<h1>Lola Heffernan</h1>
<p>lolahef@gmail.com</p>
<p>(310) 386-8394</p>
</section>
<section class="resume-section">
<h2>In Short</h2>
<p>I'm a twenty-one year old programmer-in-progress studying full-stack web development and computer science at Lambda School. I integrate my unique background as a pre-medical student into all of the software that I build.</p>
</section>
<section class="resume-section">
<h2>Education</h2>
<p>2019 - Lambda School</p>
<p>2018 - Drexel University; Bachelor of Science in Health Sciences; Summa cum laude, 3.9</p>
<p>2015 - Bard College at Simon's Rock; Associate of Arts; Began at age 16</p>
</section>
<section class="resume-section">
<h2>Experience</h2>
<p>Crisis Counselor @ Crisis Text Line</p>
<div class="desc">I work directly with people in crisis who have sought assistance on our platform. It is my responsibility to respond quickly and empathetically to people who may be suicidal or otherwise in immense emotional distress.</div>
<p>Peer Mentor @ Drexel University</p>
<div class="desc">Through the Drexel Autism Support Program, I mentored two Drexel Students who are on the spectrum. My work centered around promoting positive social and academic growth using personalized strategies for each of them.</div>
<p>Telehealth Intern @ Magee Rehabilitation Hospital</p>
<div class="desc">I conducted data analysis on thousands of patient appointments and interviewed over 70 patients face-to-face. I was an essential source of data and thoughtful input in the process of implementing a telehealth system.</div>
</section>
<section class="resume-section">
<h2>Expertise</h2>
<p>⟩ Front-end web development (HTML, CSS, JavaScript)</p>
<p>⟩ Advocate for accessibility & neurodiversity</p>
<p>⟩ Certified crisis counselor</p>
<p>⟩ Certified yoga teacher</p>
</section>
</section>
</div>
</body>
</html>