Skip to content

Commit

Permalink
mkdt
Browse files Browse the repository at this point in the history
  • Loading branch information
snuweb committed Jun 19, 2024
1 parent aab3b7e commit 0843ad6
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My Portfolio</title>
<link rel="stylesheet" href="styles.css" />
</head>

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My Portfolio</title>
<link rel="stylesheet" href="styles.css" />
</head>

<body>
<header>
<h1>Welcome to My Profile Page</h1>
<p>
Hi, I'm Saadaq, a passionate developer specializing in Go and
web development.
</p>
</header>

<section id="skills">
<h2>My Skills</h2>
<ul>
<li>Go (Golang)</li>
<li>HTML, CSS, JavaScript, MySQL</li>
<li>Scripting</li>
<li>RESTful API Development</li>
<li>Git and GitHub</li>
<li>tijaaaabo</li>
</ul>
</section>

<section id="projects">
<h2>Projects</h2>
<div class="project">
<h3>To-Do List API</h3>
<body>
<header>
<h1>Welcome to My Profile Page</h1>
<p>
A simple REST API for managing a to-do list, built with Go.
Hi, I'm Saadaq, a passionate developer specializing in Go and
web development.
</p>
<a href="https://github.com/snuweb/todo-api" target="_blank">View on GitHub</a>
</div>
</section>
</header>

<section id="skills">
<h2>My Skills</h2>
<ul>
<li>Go (Golang)</li>
<li>HTML, CSS, JavaScript, MySQL</li>
<li>Scripting</li>
<li>RESTful API Development</li>
<li>Git and GitHub</li>
<li>teeeeeeest</li>
</ul>
</section>

<footer>
<p>&copy; 2024 Saadaq Nur</p>
</footer>
<section id="projects">
<h2>Projects</h2>
<div class="project">
<h3>To-Do List API</h3>
<p>
A simple REST API for managing a to-do list, built with Go.
</p>
<a href="https://github.com/snuweb/todo-api" target="_blank"
>View on GitHub</a
>
</div>
</section>

<script src="script.js"></script>
</body>
<footer>
<p>&copy; 2024 Saadaq Nur</p>
</footer>

<script src="script.js"></script>
</body>
</html>

0 comments on commit 0843ad6

Please sign in to comment.