Skip to content

Commit

Permalink
Merge pull request #1275 from Hamza20203064/issue-1244-feature
Browse files Browse the repository at this point in the history
Navigate back to Home page, Feature added
  • Loading branch information
apu52 authored Oct 24, 2024
2 parents 81bdbb1 + 11ade84 commit 8b4c052
Show file tree
Hide file tree
Showing 6 changed files with 1,223 additions and 1,153 deletions.
7 changes: 6 additions & 1 deletion RateUs.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand All @@ -11,9 +12,11 @@
0% {
text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

50% {
text-shadow: 0 0 20px rgba(255, 255, 255, 1);
}

100% {
text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
Expand Down Expand Up @@ -121,6 +124,7 @@
}
</style>
</head>

<body>
<div class="navbar">
<div class="nav-wrapper">
Expand Down Expand Up @@ -187,4 +191,5 @@
});
</script>
</body>
</html>

</html>
81 changes: 47 additions & 34 deletions about old.html
Original file line number Diff line number Diff line change
@@ -1,59 +1,72 @@
<!DOCTYPE html>
<html lang="en">

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

<body>

<div class="about">

<h1 class="heading">ABOUT US</h1>
<h3>
Welcome to the Metaverse Front-End Playground community! We're dedicated to fostering a collaborative and inclusive environment for all contributors.</h3>

<p>Your gateway to the future of web development in the metaverse! πŸŒπŸš€
Metaverse Front-End Playground is an open-source repository created to empower developers to explore, innovate, and collaborate in the metaverse space. Whether you're a seasoned developer looking to showcase your metaverse projects or a newcomer eager to dive into the virtual realm, you're invited to join our dynamic community!</p>
<h1 class="heading">ABOUT US</h1>
<h3>
Welcome to the Metaverse Front-End Playground community! We're dedicated to fostering a collaborative and
inclusive environment for all contributors.</h3>

<p>Your gateway to the future of web development in the metaverse! πŸŒπŸš€
Metaverse Front-End Playground is an open-source repository created to empower developers to explore,
innovate, and collaborate in the metaverse space. Whether you're a seasoned developer looking to showcase
your metaverse projects or a newcomer eager to dive into the virtual realm, you're invited to join our
dynamic community!</p>

<p>## Achievement πŸ†

**METAVERSE** repo has secured a position in *top 50 maintainer repositories* in **QUINE HACTOBERFEST**
challenge πŸ…</p>

<p>## Achievement πŸ†
<h2>What You'll Discover Here:</h2>

**METAVERSE** repo has secured a position in *top 50 maintainer repositories* in **QUINE HACTOBERFEST** challenge πŸ…</p>
<h3>Diverse Metaverse Projects:</h3>

<h2>What You'll Discover Here:</h2>

<h3>Diverse Metaverse Projects:</h3>
<p>
Our repository features a wide spectrum of metaverse-related
front-end projects. From HTML, CSS, and JavaScript
to immersive React experiences, you'll find projects
that push the boundaries of the metaverse.
</p>

<p>
Our repository features a wide spectrum of metaverse-related
front-end projects. From HTML, CSS, and JavaScript
to immersive React experiences, you'll find projects
that push the boundaries of the metaverse.
</p>
<h3>🀝 Collaboration:</h3>

<h3>🀝 Collaboration:</h3>
<p>Metaverse Front-End Playground thrives on collaboration. You can enhance existing metaverse projects,
contribute new features,
or even conjure up entirely new metaverse experiences. Your creative contributions are highly valued!</p>

<p>Metaverse Front-End Playground thrives on collaboration. You can enhance existing metaverse projects, contribute new features,
or even conjure up entirely new metaverse experiences. Your creative contributions are highly valued!</p>

<h3>Join the CODEPEAK'23 at "Metaverse Repo"! πŸŽͺ</h3>

<h3>Join the CODEPEAK'23 at "Metaverse Repo"! πŸŽͺ</h3>

<p>We're excited to announce that "Metaverse Repo" is open to PR submissions for the CODEPEAK'23 , , from December 7, 2023, to December 28, 2023. Join us for this exciting collaboration! πŸŒπŸŽ‰</p>
<p>We're excited to announce that "Metaverse Repo" is open to PR submissions for the CODEPEAK'23 , , from
December 7, 2023, to December 28, 2023. Join us for this exciting collaboration! πŸŒπŸŽ‰</p>

<h3> πŸŽ‰ KWOC'23 Affiliation:</h3>

<p>We're thrilled to be part of KWOC'23, the global celebration of open source. By contributing to Metaverse Front-End ,
you can earn KWOC'23 rewards and swag while shaping the future of the metaverse between the time span of December 9,2023 to
January 15,2024.</p>

<h3>πŸš€Learning Opportunity:</h3>
<p> If you're new to metaverse development, this repository is an excellent launchpad. Collaborate with experienced metaverse
developers, gain valuable insights, and immerse yourself in creating groundbreaking virtual worlds.</p>
<h3> πŸŽ‰ KWOC'23 Affiliation:</h3>

<p>We're thrilled to be part of KWOC'23, the global celebration of open source. By contributing to Metaverse
Front-End ,
you can earn KWOC'23 rewards and swag while shaping the future of the metaverse between the time span of
December 9,2023 to
January 15,2024.</p>

<h3>πŸš€Learning Opportunity:</h3>
<p> If you're new to metaverse development, this repository is an excellent launchpad. Collaborate with
experienced metaverse
developers, gain valuable insights, and immerse yourself in creating groundbreaking virtual worlds.</p>

</div>

</div>

</div>
</body>

</html>
Loading

0 comments on commit 8b4c052

Please sign in to comment.