Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added git_log.txt
Binary file not shown.
63 changes: 63 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,71 @@
<title>My Second Project</title>
</head>
<body>

feature-about-me

<header>
<h1>About Me</h1>
</header>

<div class="container">
<h1>Welcome to My Page!</h1>
<p>Hello! My name is <strong>[Your Name]</strong>. Below you'll find a bit more about me, including my hobbies, my favorite food, and a fun fact!</p>

<div class="info-box">
<h2>Name</h2>
<p>Jessica</p>
</div>

<div class="info-box">
<h2>Hobbies</h2>
<p>Ice cream making</p>
</div>

<div class="info-box">
<h2>Favorite Food</h2>
<p>Stuffing with canned cranberry sauce</p>
</div>

<div class="info-box">
<h2>Fun Fact</h2>
<p>I love WWE wrestling</p>
</div>
</div>

<div class="container">
<h1>Welcome to My Page!</h1>
<p>Hello! My groupmate's name is <strong>[Your Name]</strong>. Here is what I've learned about them.</p>

<div class="info-box">
<h2>Name</h2>
<p>[Their Name]</p>
</div>

<div class="info-box">
<h2>Hobbies</h2>
<p>[Their Hobbies]</p>
</div>

<div class="info-box">
<h2>Favorite Food</h2>
<p>[Their Favorite Food]</p>
</div>

<div class="info-box">
<h2>Fun Fact</h2>
<p>[A Fun Fact About Them]</p>
</div>
</div>

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

<h1>Hello, World!</h1>
<div>My name is _______</div>
<div>My favorite hobby is _______</div>

main
</body>
</html>