Skip to content

Commit

Permalink
Add jobstreet link
Browse files Browse the repository at this point in the history
  • Loading branch information
mufidu committed Oct 5, 2024
1 parent 7978669 commit 8ef62fe
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/pages/jobstreet.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Jobstreet
permalink: /jobstreet/
---

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>redirecting to jobstreet...</title>
<meta
http-equiv="refresh"
content="0; URL=https://id.jobstreet.com/profile/muhammadmufid-utomo-vzVGk7tNHM"
/>
<link rel="canonical" href="https://id.jobstreet.com/profile/muhammadmufid-utomo-vzVGk7tNHM" />
</head>
{# style body to the center of the page vertically and horizontally #}
<body style="position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);">
redirecting to jobstreet...
</body>
</html>

0 comments on commit 8ef62fe

Please sign in to comment.