-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (46 loc) · 2.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jack Skehan | Tech Lover | Code Ninja | Gadget Geek</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap">
</head>
<body>
<div id="wip-banner">
This site is a work in progress.
<div class="sub-message">
I am busy making minishell and learning about embedded systems and electronics. it will be a true reflection of my skill soon
</div>
</div>
<header class="header">
<h1 class="name">Jack Skehan</h1>
<h2 class="title">Tech Lover | Code Ninja | Gadget Geek</h2>
</header>
<main class="main">
<section class="about">
<h3>About Me</h3>
<p>I am a tech lover who enjoys crafting user-centric interfaces that are visually stunning and technologically innovative. With experience across various projects, I'm constantly seeking to push boundaries and embrace new frontiers in web development.</p>
<p>Beyond front-end, I tinker with AI, build cool web stuff, and dive into embedded systems. Obsessed with all things audio-visual, I'm always up for a challenge and exploring ways to integrate emerging technologies into my projects. Let's shape the future of tech together!</p>
</section>
<section class="projects">
<h3>Projects</h3>
<ul class="project-list">
<!-- TODO: Add projects here -->
</ul>
</section>
<section class="connect">
<h3>Connect With Me</h3>
<ul class="social-links">
<li><a href="https://www.linkedin.com/in/jack-skehan/"><i class="fab fa-linkedin"></i> LinkedIn</a></li>
<li><a href="https://github.com/jackoske"><i class="fab fa-github"></i> GitHub</a></li>
</ul>
</section>
</main>
<footer class="footer">
<p>© 2024 Jack Skehan</p>
</footer>
</body>
</html>