-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 985da8a
Showing
2 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>© 2024 Your Name. All rights reserved.</p> | ||
</footer> | ||
|
||
</body> | ||
</html> |
Empty file.