-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutme.html
113 lines (102 loc) · 4.8 KB
/
aboutme.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE HTML>
<html>
<head>
<title>About Me - Justin Hennis</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="icon" href="j32b.png" type="image/png" >
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html">Justin Hennis</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="aboutme.html">About Me</a></li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="main">
<header>
<h2>About Me</h2>
<p>Software Developer & Technology Enthusiast</p>
</header>
<section class="wrapper style5">
<div class="inner">
<h3>Justin Hennis</h3>
<p>As a dedicated software developer, I specialize in creating innovative solutions that bridge technology and user needs. My approach combines technical expertise with a commitment to continuous learning and collaboration.</p>
<section class="professional-background">
<h4>Professional Focus</h4>
<p>I'm actively expanding my expertise across multiple programming languages and frameworks, with a particular interest in full-stack development. My work emphasizes clean code, efficient solutions, and user-centered design. I welcome opportunities to collaborate on challenging projects that drive innovation and technical growth.</p>
</section>
<section class="technical-expertise">
<h4>Technical Proficiencies</h4>
<div class="skills-grid">
<div class="skill-category">
<h5>Languages</h5>
<p>Python & C++ (Intermediate), Java (Foundational)</p>
</div>
<div class="skill-category">
<h5>Frameworks</h5>
<p>React.js, Flask, Express.js (Intermediate)</p>
</div>
<div class="skill-category">
<h5>Development Tools</h5>
<p>SQL, Git, Linux, VSCode, Jupyter Notebook</p>
</div>
</div>
</section>
<section class="current-work">
<h4>Projects & Collaboration</h4>
<p>View my recent work and technical implementations on the <a href="projects.html">Projects page</a>. I'm always open to discussing new opportunities, technical challenges, or connecting over a game of chess.</p>
</section>
<footer class="contact-info">
<p>Connect with me through social media or email to discuss potential collaborations or share ideas.</p>
</footer>
</div>
</section>
</article>
<!-- Footer -->
<footer id="footer">
<h4>Let's Connect</h4>
<p>I'm always excited to connect with fellow developers and tech enthusiasts. Feel free to reach out to me on:</p>
<ul class="icons">
<li><a href="https://www.linkedin.com/in/justin-hennis" class="icon brands fa-linkedin fa-lg"><span class="label">LinkedIn</span></a></li>
<li><a href="https://x.com/NightFlamefire" class="icon brands fa-twitter fa-lg"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/justin.hennis.33" class="icon brands fa-facebook-f fa-lg"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/justin_hennis/?hl=en" class="icon brands fa-instagram fa-lg"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/JustinHennis1" class="icon brands fa-github fa-lg"><span class="label">GitHub</span></a></li>
<li><a href="mailto:15hennisjustin@gmail.com" class="icon solid fa-envelope fa-lg"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Justin Hennis</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollToPlugin.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>