Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-valente committed Jan 14, 2024
0 parents commit 985da8a
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your Name - Personal Website</title>
<style>
/* Add your CSS styles here */
body {
font-family: 'Arial', sans-serif;
margin: 20px;
}
/* Add more styles as needed */
</style>
</head>
<body>

<header>
<h1>Your Name</h1>
<p>Web Developer | Designer | Your Tagline</p>
</header>

<section>
<h2>About Me</h2>
<p>
Briefly introduce yourself, your background, and your interests. Mention your skills and what you're passionate about.
</p>
</section>

<section>
<h2>Projects</h2>
<p>
Showcase some of your notable projects. Include project names, descriptions, and links if applicable.
</p>
</section>

<section>
<h2>Contact</h2>
<p>
Provide ways for visitors to get in touch with you. This could include your email, social media links, or a contact form.
</p>
</section>

<footer>
<p>&copy; 2024 Your Name. All rights reserved.</p>
</footer>

</body>
</html>
Empty file added index.html~
Empty file.

0 comments on commit 985da8a

Please sign in to comment.