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
5 changes: 5 additions & 0 deletions src/pages/License/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ const Licensing: React.FC = () => {
<div className="lic-content-wrapper">
{/* Header Section */}
<div className="lic-header">
<div className="lic-header-top">
<h1 className="lic-title">Licensing</h1>
<a href="/" className="lic-back-home-link">
Back to Home &rarr;
</a>
</div>
<p className="lic-intro">
Welcome to RecodeHive. This project is licensed under the MIT
License. This page outlines the terms of the license and provides
Expand Down
5 changes: 5 additions & 0 deletions src/pages/code-of-conduct/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ const CodeOfConduct: React.FC = () => {
<div className="coc-content-wrapper">
{/* Header Section */}
<div className="coc-header">
<div className="coc-header-top">
<h1 className="coc-title">Code of Conduct</h1>
<a href="/" className="coc-back-home-link">
Back to Home &rarr;
</a>
</div>
<p className="coc-last-updated">
<strong>Last Updated:</strong> 29th Oct 2025
</p>
Expand Down
5 changes: 5 additions & 0 deletions src/pages/privacy-policy/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ const PrivacyPolicy: React.FC = () => {
<div className="privacy-content-wrapper">
{/* Header Section */}
<div className="privacy-header">
<div className="privacy-header-top">
<h1 className="privacy-title">Privacy Policy</h1>
<a href="/" className="privacy-back-home-link">
Back to Home &rarr;
</a>
</div>
<p className="privacy-last-updated">
<strong>Last Updated:</strong> 25th May 2025
</p>
Expand Down
7 changes: 6 additions & 1 deletion src/pages/terms-service/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,12 @@ const TermsOfService: React.FC = () => {
wrapperClassName={styles.pageWrapper}
>
<div className={styles.pageContainer}>
<h1 className={styles.mainTitle}>Terms of Service</h1>
<div className={styles.headerWrapper}>
<h1 className={styles.mainTitle}>Terms of Service</h1>
<a href="/" className={styles.backHomeLink}>
Back to Home &rarr;
</a>
</div>
<p className={styles.introText}>
Welcome to <b>RecodeHive</b>, operated by{" "}
<strong>Sanjay Viswanathan</strong>. These Terms of Service govern
Expand Down
Loading