-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (29 loc) · 1.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Abby O'Neill - Home</title>
<style>
body { font-family: Arial, sans-serif; line-height: 1.6; }
.container { max-width: 800px; margin: auto; padding: 20px; }
header, footer { background: #333; color: #fff; text-align: center; padding: 1em 0; }
nav { margin: 20px 0; text-align: center; }
nav a { margin: 0 10px; text-decoration: none; color: #333; }
section { margin-bottom: 20px; }
</style>
</head>
<body>
<header>
<h1>Welcome to My Personal Website</h1>
</header>
<nav>
<a href="index.html">Home</a>
<a href="about.html">About Me</a>
<a href="portfolio.html">Portfolio</a>
<a href="contact.html">Contact</a>
</nav>
<div class="container">
<section id="about">
<h2>About Me</h2>
<p>Hello! I'm [Your Name], and this is my personal website. I'm passionate about [Your Interests]. Here you can find more information about my projects, professional experience, and how to get in touch