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
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [

{
"type": "chrome",
"request": "launch",
"name": "Open index.html",
"file": "c:\\Users\\user\\Documents\\SDF02\\SDF02-2025\\index.html"
}
]
}
104 changes: 104 additions & 0 deletions 00000000index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
<!DOCTYPE html>
<html lang="en">
<head>

<title>CodeSpace Cat's Portfolio</title>

</head>
<body>

<h1>CodeSpace Cat's Portfolio 🎨</h1>

<ul>


<li><a href="#Aboutme">About Me 👋</a></li>
<li><a href="#myskills">Skills ⚒️</a></il>
<li><a href="#Catfolio"> Portfolio 📷</a></li>
<li><a href="#contact">Contact 🤙</a></li>
</ul>

<h2 id="Aboutme">About Me 🐱</h2>

<img src="images/cat-codespace.png">

<p>

Hello! I'm <b>CodeSpace Cat</b>.I'm purr-ssionate about web development and design.I've been pawing at the web
industry for just one catnap(that's less than a day in human terms),and I adore crafting pawsitively
intuitive, whisker-twitching, and fur-tastic web experiences. Whoa that"s a lot of puns. 🐾

</p>

<h2 id="myskills"> My Skills 🤹‍♂️ </h2>

<ul>
<li>Web Development 🕸️</li>
<li>UI/UX Design 🎨</li>
<li>Backend Development 🧱</li>
<li>Datebase Management 💻</li>
<li>SEO Optimization 🔍</li>
<li>Lying in the Sun 🌞</li>
</ul>

<link rel="stylesheet" href="style.css">

<h1 id="Catfolio">Catfolio</h1>

<main>

<table>
<tr>
<th>Project Name</th>
<th>Date</th>
<th>Description</th>
<th>Thumbnail</th>
</tr>

<tr>
<td>Purrfect Landing Page</td>
<td>January 2024</td>
<td>A delightful landing page for a luxury cat condo.</td>
<td><img src="images/1.png"></td>
</tr>

<tr>
<td>Kitty Commerce</td>
<td>February 2024</td>
<td>An online store sellig the fanciest catnip toys.</td>
<td><img src="images/2.png"></td>
</tr>

<tr>
<td>CatChat Social</td>
<td>June 2024</td>
<td>A social media site for cats to meow and hiss!</td>
<td><img src="images/3.png"></td>
</tr>


</table>

</main>

<h1 id="contact">Contact Me</h1>

<form>

<label for="fname">Name:</label>
<input type="text" idName:="fname">

<label for="email">Email:</label>
<input type="email" id:="email" name="email">

<label for="message">Message:</label>
<textarea name="" id=""></textarea>

<input type="submit">

<br><footer>©️2024 Codespace Cat.All rights reserved.</footer></br>

</form>

</body>
</html>
104 changes: 104 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
<!DOCTYPE html>
<html lang="en">
<head>

<title>CodeSpace Cat's Portfolio</title>

</head>
<body>

<h1>CodeSpace Cat's Portfolio 🎨</h1>

<ul>


<li><a href="#Aboutme">About Me 👋</a></li>
<li><a href="#myskills">Skills ⚒️</a></il>
<li><a href="#Catfolio"> Portfolio 📷</a></li>
<li><a href="#contact">Contact 🤙</a></li>
</ul>

<h2 id="Aboutme">About Me 🐱</h2>

<img src="images/cat-codespace.png">

<p>

Hello! I'm <b>CodeSpace Cat</b>.I'm purr-ssionate about web development and design.I've been pawing at the web
industry for just one catnap(that's less than a day in human terms),and I adore crafting pawsitively
intuitive, whisker-twitching, and fur-tastic web experiences. Whoa that"s a lot of puns. 🐾

</p>

<h2 id="myskills"> My Skills 🤹‍♂️ </h2>

<ul>
<li>Web Development 🕸️</li>
<li>UI/UX Design 🎨</li>
<li>Backend Development 🧱</li>
<li>Datebase Management 💻</li>
<li>SEO Optimization 🔍</li>
<li>Lying in the Sun 🌞</li>
</ul>

<link rel="stylesheet" href="style.css">

<h1 id="Catfolio">Catfolio</h1>

<main>

<table>
<tr>
<th>Project Name</th>
<th>Date</th>
<th>Description</th>
<th>Thumbnail</th>
</tr>

<tr>
<td>Purrfect Landing Page</td>
<td>January 2024</td>
<td>A delightful landing page for a luxury cat condo.</td>
<td><img src="images/1.png"></td>
</tr>

<tr>
<td>Kitty Commerce</td>
<td>February 2024</td>
<td>An online store sellig the fanciest catnip toys.</td>
<td><img src="images/2.png"></td>
</tr>

<tr>
<td>CatChat Social</td>
<td>June 2024</td>
<td>A social media site for cats to meow and hiss!</td>
<td><img src="images/3.png"></td>
</tr>


</table>

</main>

<h1 id="contact">Contact Me</h1>

<form>

<label for="fname">Name:</label>
<input type="text" idName:="fname">

<label for="email">Email:</label>
<input type="email" id:="email" name="email">

<label for="message">Message:</label>
<textarea name="" id=""></textarea>

<input type="submit">

<br><footer>©️2024 Codespace Cat.All rights reserved.</footer></br>

</form>

</body>
</html>