-
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
Showing
1 changed file
with
41 additions
and
41 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 |
---|---|---|
@@ -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>© 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>© 2024 Saadaq Nur</p> | ||
</footer> | ||
|
||
<script src="script.js"></script> | ||
</body> | ||
</html> |