-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (57 loc) · 3.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Keller Tree | Data Analyst & Developer</title>
<link rel="stylesheet" href="styleSheets/styles.css">
</head>
<body>
<header>
<h1>Keller Tree</h1>
<p>Data Analyst & Software Developer</p>
</header>
<nav>
<a href="#about">About Me</a>
<a href="#projects">Projects</a>
<a href="#skills">Skills</a>
<a href="#contact">Contact</a>
</nav>
<section id="about">
<h2>About Me</h2>
<p>Hi! I'm Keller Tree, a dedicated data analyst and software developer with a passion for solving complex problems and building impactful applications. I have experience in data visualization, web development, and software development. Currently, I'm actively working on open-source projects aimed at making data analysis more accessible.</p>
</section>
<section id="projects">
<h2>Projects</h2>
<ul>
<li><strong>Charity Website Sample</strong> - Built and designed a sample charity website using HTML and CSS to showcase a potential donation platform for Friends of Cherokee Marsh. <a href="https://kellertree.github.io/friend_of_cherokee_marsh/" target="_blank">View Friends of Cherokee Marsh</a></li></li>
<li><strong>Coffee Shop Website Sample</strong> - Built and designed a sample website for a coffee shop, Crown Coffee. <a href="https://kellertree.github.io/crown_coffee/" target="_blank">View Crown Coffee</a></li></li>
<li><strong>Python Playground</strong> - An ongoing activity of just building small-scale python applications. <a href="https://github.com/kellertree/python_playground" target="_blank">View on GitHub</a></li>
<li><strong>Open-Source Data Analysis Tool</strong> - Currently developing an open-source tool with functionalities similar to popular data visualization platforms, such as data import/export, reporting, and visualization. Stay tuned! <a href="https://github.com/kellertree/data_viz_web_app" target="_blank">View on GitHub</a></li></li>
</ul>
</section>
<section id="skills">
<h2>Skills</h2>
<ul>
<li>Data Analysis: Pandas, Power BI, SPSS, Matplotlib</li>
<li>Software Development: Python, HTML/CSS, SQL, Relational Databases, C, C++, Streamlit, Rust</li>
<li>Methodologies: Data Science Methodology, Data Analytics Life Cycle, AGILE</li>
<li>Mathematics/Statistics: Algebraic and Statistical Modeling</li>
<li>Soft Skills: Communication, Collaboration, Problem-Solving, Active-Learning, Design</li>
</ul>
</section>
<section id="contact">
<h2>Contact</h2>
<p>If you'd like to get in touch or collaborate on a project, feel free to contact me through the following platforms:</p>
<ul>
<li>Email: <a href="mailto:[email protected]">[email protected]</a></li>
<li>GitHub: <a href="https://github.com/kellertree" target="_blank">github.com/kellertree</a></li>
<li>LinkedIn: <a href="https://www.linkedin.com/in/keller-tree" target="_blank">linkedin.com/in/keller-tree</a></li>
</ul>
</section>
<footer>
<p>© 2024 Keller Tree. All Rights Reserved.</p>
</footer>
</body>
</html>