-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
48 lines (47 loc) · 2.63 KB
/
Copy pathabout.html
File metadata and controls
48 lines (47 loc) · 2.63 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
<!DOCTYPE html>
<html>
<title>Portfolio: About</title>
<header></header>
<link rel="stylesheet" href="style.css"
<body>
<nav>
<ul>
<li class = 'left-option'><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="media.html">Media</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<table class = 'about-table'>
<tr>
<td class = 'left-cell'>About Me<br> <br><p>As a tech creator, I specialize in data analysis and
data engineering to drive important insights.
I am an advocate and an adept user on
using technology for social good, analyzing data
to find solutions that have a symbiotic
relationship between businesses and communities.</p></td>
<td class="right-cell"><img class="about-page" src="about1.jpg" alt="Presenting our Hackathon Project at the Governor's Residence in Pennsylvania."></td>
</tr>
<tr>
<td class = 'left-cell'>My Experience <br> <br><p>I have active experience in Python, SQL, and R,
working on various data-driven projects. With 1.5
years in a Help Desk role, I developed strong problem
solving skills, and I currently preprocess data for
graduate students using Excel. I also placed second
in a hackathon and had the opportunity to
present at the governor’s residence in Pennsylvania.
As a Data Jam mentor, I guide community college and
high school students through data analysis projects,
helping build their technical, analytical,
and collaboration skills.</p></td>
<td class = 'right-cell'><img id ='about2' class="about-page" src="about2.jpg" alt="Communicating our findings from our discussion at Data Science Day at Pitt."></td>
</tr>
<tr>
<td class = 'left-cell'>When I’m not working, you can find me: <br> <br><p>Scoring goals in quadball, going on runs around
local parks, and trying new cooking recipes!</p></td>
<td class = 'right-cell'><img class="about-page" src="about3.jpg" alt="Devon playing quadball."></td>
</tr>
</table>
</body>
</html>