Skip to content
Merged
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
39 changes: 0 additions & 39 deletions .github/workflows/deploy.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ pnpm-debug.log*
.DS_Store

# jetbrains setting folder
.idea/

0000-post*
.idea/
4 changes: 0 additions & 4 deletions .vscode/extensions.json

This file was deleted.

11 changes: 0 additions & 11 deletions .vscode/launch.json

This file was deleted.

20 changes: 20 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0; url=/" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ragib Asif</title>
<link rel="stylesheet" href="style.css" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<script>
window.location.href = "/";
</script>
</head>
<body>
<h1>404 Not Found</h1>
<p>Redirecting to home…</p>
</body>
</html>


5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
# Ragib Asif

My personal [website](https://ragibasif.github.io/).

- [LinkedIn](https://www.linkedin.com/in/ragibasif/)
- [GitHub](https://github.com/ragibasif)
27 changes: 0 additions & 27 deletions astro.config.mjs

This file was deleted.

File renamed without changes
45 changes: 45 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ragib Asif</title>
<link rel="stylesheet" href="style.css" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
</head>
<body>
<h1>Ragib Asif</h1>
<p>
<a
href="https://github.com/ragibasif"
target="_blank"
rel="noopener noreferrer"
>GitHub</a
>
</p>
<p>
<a
href="https://www.linkedin.com/in/ragibasif"
target="_blank"
rel="noopener noreferrer"
>LinkedIn</a
>
</p>
<p>
<a
href="https://www.youtube.com/@ragib_asif"
target="_blank"
rel="noopener noreferrer"
>YouTube</a
>
</p>
<p>
<a
href="mailto:ragibasif@tuta.io"
target="_blank"
rel="noopener noreferrer"
>Email</a
>
</p>
</body>
</html>
Loading