-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_me.html
53 lines (44 loc) · 2.7 KB
/
about_me.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
<!DOCTYPE html>
<html>
<head>
<title>About Me - Halie Eckert</title>
</head>
<body>
<h1>About Me</h1>
<!-- INTRO -->
<div id="intro">
<img src="Assets/Images/me.jpg" height="300">
<p>Hello, my name's Halie Eckert! I'm a senior at Kent State University with a deep passion for programming.
I have experience with Python, Java, basic web development, and database systems. I'm currently employed as a
student employee, as well as a co-op student at Sherwin-Williams. After I graduate, I plan on furthering my
career at Sherwin-Williams.</p>
</div>
<!-- PROJECTS -->
<div>
<h2>Experience And Projects</h2>
<h3>Sherwin-Williams Intern/Co-Op</h3>
<p>At Sherwin-Williams, I've had the oppurtunity to be involved in multiple projects, such as the ProDash Upgrade.
On this project, I played a part in updating Sherwin-Williams web dashboard for their Pro-users, such as painters and
contractors. I also manage, document, and maintain, CPRA banners on all PSG Sherwin domains.</p>
<h3>Spatial-Social Networks Research</h3>
<p>Location-based social networks have grown in size and popularity in the past two decades due to their
real-world versatility. In such networks, it is important to create a spatial-social network that
not only looks into personal relationships among users but also their geographical closeness on road
networks. This research focuses on creating a system to analyze and query such networks.</p>
<img src="Assets/Images/ssn.jpg" height="300">
<h3>KSU Ticketing System Data Transfer</h3>
<p>This project aimed at creating a data export of open service tickets, reformat the export, and import
the data to a new ticketing system. A python script was created to work with the ticketing system
API and build the import file.</p>
</div>
<!-- HOBBIES -->
<div>
<h2>Hobbies</h2>
<p>In my free time, I enjoy fish and reptile keeping and (unsurprisingly) programming. I currently have
13 aquariums, a gecko, and two cats in my small apartment. I also foster cats with the Portage
APL and have asisted with rehabilitating and finding over 20 cats their forever homes.</p>
<img src="Assets/Images/cats.jpg" height="300">
<img src="Assets/Images/fish.jpg" height="300">
</div>
</body>
</html>