-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (28 loc) · 1.81 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
<!DOCTYPE html>
<html>
<head>
<title>Larisa Thorne</title>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div id="topbar"> Larisa Thorne, MSc </div>
<div id="cover"> </div>
<div id="sidebar">
<h1 class="sidebarLink"> <a href="index.html"> ► Home </a> </h1>
<h1 class="sidebarLink"> <a href="myCV.html"> My CV</a> </h1>
<h1 class="sidebarLink"> <a href="currentWork.html"> Current Work </a> </h1>
<h1 class="sidebarLink"> <a href="pastProjects.html"> Past Projects </a> </h1>
<h1 class="sidebarLink"> <a href="https://www.linkedin.com/in/larisa-thorne-77075166" target="_blank"> LinkedIn</a> </h1>
<h1 class="sidebarLink"> <a href="https://github.com/LthorneCMU" target="_blank"> GitHub </a> </h1>
</div>
<div id="mainBlurb">
<img src="LThorne.jpg" width="200px" alt="Picture of Larisa Thorne." align="right" margin-left="15px">
<h1 style="color: rgb(0,0,0);"> About me: </h1>
<p style="margin-right: 50px; padding-left: 7px; padding-right: 50px;" > As a physics graduate student at Carnegie Mellon University, I spend my days channeling my computational and intellectual skills to better understand the world we live in. <br> <br>
Once I finish my studies, I'd like to apply my skills to data analysis or R&D-type jobs in California. I am a highly motivated, hard-working, organized individual with collaboration experience, and would be a great asset to any company. <br> <br>
I enjoy hiking, driving, a good cup of coffee, and dreaming of the day more Star Trek technologies become reality. </p>
<h3 style="color: rgb(0,0,0);"> Contact information: </h3>
<p style="margin-right: 22px; padding: 7px;"><strong>Email:</strong> larisathorne[at]gmail.com </p>
</div>
</body>
</html>