Skip to content

Commit

Permalink
update, meta description, blog removed
Browse files Browse the repository at this point in the history
  • Loading branch information
harrymkt committed Mar 17, 2024
1 parent 2664ba5 commit 73529db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<h1 id="mainc">about me</h1>
<script>
document.write("<p>Greetings! I am "+calculate_age(new Date(2006, 6, 26))+" years old, my name is <strong>Harry Min Khant</strong>, a technology enthusiast from Myanmar who finds immense joy in the world of gaming. As someone who has been blind since birth, I have learned to navigate and appreciate the wonders of technology and gaming through alternative senses. Alongside my love for technology, I am also deeply passionate about music and audio production, where I can express myself creatively.</p>");
document.write("<p>Greetings! I am "+calculate_age(new Date(2006, 6, 26))+" years old, my name is <b>Harry Min Khant</b>, a technology enthusiast from Myanmar who finds immense joy in the world of gaming. As someone who has been blind since birth, I have learned to navigate and appreciate the wonders of technology and gaming through alternative senses. Alongside my love for technology, I am also deeply passionate about music and audio production, where I can express myself creatively.</p>");
</script>
<p>My journey is all about embracing the possibilities, breaking barriers, and connecting with others who share similar interests. Together, we can explore the realms of technology, music, and gaming while making a positive impact on the world around us. If you're intrigued or want to collaborate, feel free to reach out. Let's embark on this exciting journey together!</p>
<script>addfooter();</script>
Expand Down
1 change: 1 addition & 0 deletions privacy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="author" content="harry min khant">
<meta name="keywords" content="harry, min, khant, blind, social, visually impaired, computer, pc, mobile, android">
<meta name="description" content="privacy policy for harry min khant website">
<link href="/css/style.css" rel="stylesheet" type="text/css">
<script src="/scripts/functions.js"></script>
<script src="/scripts/all.js"></script>
Expand Down
3 changes: 1 addition & 2 deletions scripts/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ document.body.appendChild(navigationElement);
var pages = [
{ name: "Home", url: "/", accesskey: "h" },
{ name: "Projects", url: "/projects/", accesskey: "p" },
{ name: "Useful communities", url: "/community", accesskey: "" },
{ name: "blog", url: "https://hblog.rf.gd", accesskey: "b" }
{ name: "Useful communities", url: "/community", accesskey: "" }
];

// Get the current URL
Expand Down

0 comments on commit 73529db

Please sign in to comment.