Skip to content

Commit

Permalink
Update profile.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bahabryra authored Jan 12, 2025
1 parent 52e2272 commit 9c03077
Showing 1 changed file with 60 additions and 59 deletions.
119 changes: 60 additions & 59 deletions profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,77 +7,78 @@
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon">
<link rel="stylesheet" id="theme-style" href="style.css">
<meta name="description" content="A game hub built for students, by students" property="og:description">
<meta name="title" content="Classplay" property="og:title">
<meta name="image" content="https://useclassplay.github.io/img/banner.png" property="og:image">
<meta name="title" content="Classplay" property="og:title">
<meta name="image" content="https://useclassplay.github.io/img/banner.png" property="og:image">
<script src="/assets/js/themes.js"></script>
<script src="/assets/js/main.js"></script>
<script src="/assets/js/settings.js"></script>
<script src="/assets/js/geoblocker.js"></script>
<script src="/assets/js/profile.js" type="module"></script>
<link href="assets/fontawesome/css/all.css" rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://www.gstatic.com/firebasejs/11.0.2/firebase-app.js" type="module"></script>
<script src="https://www.gstatic.com/firebasejs/11.0.2/firebase-auth.js" type="module"></script>
<script src="https://www.gstatic.com/firebasejs/11.0.2/firebase-firestore.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script>
const { Client } = Appwrite;
const client = new Client();
client.setProject('classplay-users'); // Replace with your project ID
</script>
</head>
<body>

<script async src="https://www.googletagmanager.com/gtag/js?id=G-GBPYWSE933"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GBPYWSE933"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-GBPYWSE933');
</script>

gtag('config', 'G-GBPYWSE933');
</script>
<nav>
<ul>
<li class="title"><a href="/" style="font-weight: 560;">Classplay</a></li>
<li><a href="settings.html" style="margin-right: -30px; margin-left: 25px;"><i class="fa-solid fa-tag"></i><p style="margin-left: 65px;">Releases</p></a></li>
<li><a href="settings.html" style="margin-right: -30px; margin-left: 25px;"><i class="fa-solid fa-cog"></i><p style="margin-left: 72px;">Settings</p></a></li>
<li><a href="profile.html" style="margin-right: -30px;"><i class="fa-solid fa-user"></i><p style="margin-left: 52px;">Profile</p></a></li>
<li><a href="lnk.html"><i class="fa-solid fa-link"></i><p style="margin-left: 60px;">Links</p></a></li>
<li><a href="chat/"><i class="fa-solid fa-message"></i><p style="margin-left: 60px;">Chat</p></a></li>
<li><a class="disabled"><i class="fa-solid fa-tv"></i><p style="color: white; margin-left: 58px;">Movies</p></a></li>
<li><a href="p.html"><i class="fa-solid fa-search"></i><p>Search</p></a></li>
<li><a href="s.html"><i class="fa-solid fa-music"></i><p>Sounds</p></a></li>
<li><a href="apps.html"><i class="fa-solid fa-folder"></i><p style="margin-left: 60px;">Apps</p></a></li>
<li><a href="g.html"><i class="fa-solid fa-gamepad"></i><p style="margin-left: 53px;">Games</p></a></li>
</ul>
</nav>

<nav>
<ul>
<li class="title"><a href="/" style="font-weight: 560;">Classplay</a></li>
<li><a href="settings.html" style="margin-right: -30px; margin-left: 25px;"><i class="fa-solid fa-tag"></i><p style="margin-left: 65px;">Releases</p></a></li>
<li><a href="settings.html" style="margin-right: -30px; margin-left: 25px;"><i class="fa-solid fa-cog"></i><p style="margin-left: 72px;">Settings</p></a></li>
<li><a href="profile.html" style="margin-right: -30px;"><i class="fa-solid fa-user"></i><p style="margin-left: 52px;">Profile</p></a></li>
<li><a href="lnk.html"><i class="fa-solid fa-link"></i><p style="margin-left: 60px;">Links</p></a></li>
<li><a href="chat/"><i class="fa-solid fa-message"></i><p style="margin-left: 60px;">Chat</p></a></li>
<li><a class="disabled"><i class="fa-solid fa-tv"></i><p style="color: white; margin-left: 58px;">Movies</p></a></li>
<li><a href="p.html"><i class="fa-solid fa-search"></i><p>Search</p></a></li>
<li><a href="s.html"><i class="fa-solid fa-music"></i><p>Sounds</p></a></li>
<li><a href="apps.html"><i class="fa-solid fa-folder"></i><p style="margin-left: 60px;">Apps</p></a></li>
<li><a href="g.html"><i class="fa-solid fa-gamepad"></i><p style="margin-left: 53px;">Games</p></a></li>
</ul>
</nav>
<br><br><br><br>

<br><br><br><br>

<center>
<h1>THIS FEATURE DOES NOT WORK...YET / WORK IN PROGRESS!</h1>
<div id="register">
<h1>Register an Account</h1>
<input type="text" id="register-username" placeholder="Username"><br><br>
<input type="password" id="register-password" placeholder="Password"><br><br>
<button onclick="registerUser()">Register</button>
<br><br><br>
<p>Already have an account? <a onclick="displayLogin()">Login</a></p>
</div>
</center>

<!-- Login Form -->
<center>
<div id="login" style="display: none;">
<h1>Login to an Account</h1>
<input type="text" id="login-username" placeholder="Username"><br><br>
<input type="password" id="login-password" placeholder="Password"><br><br>
<button onclick="loginUser()">Login</button>
<br><br><br>
<p>Need an account? <a onclick="displayRegister()">Register</a></p>
</div>
</center>

<!-- Logout Button -->
<div id="logout" style="display: none;">
<h2>Welcome!</h2>
<button onclick="logoutUser()">Logout</button>
</div>
<center>
<h1>THIS FEATURE DOES NOT WORK...YET / WORK IN PROGRESS!</h1>
<div id="register">
<h1>Register an Account</h1>
<input type="text" id="register-username" placeholder="Username"><br><br>
<input type="password" id="register-password" placeholder="Password"><br><br>
<button onclick="registerUser()">Register</button>
<br><br><br>
<p>Already have an account? <a onclick="displayLogin()">Login</a></p>
</div>
</center>

<!-- Login Form -->
<center>
<div id="login" style="display: none;">
<h1>Login to an Account</h1>
<input type="text" id="login-username" placeholder="Username"><br><br>
<input type="password" id="login-password" placeholder="Password"><br><br>
<button onclick="loginUser()">Login</button>
<br><br><br>
<p>Need an account? <a onclick="displayRegister()">Register</a></p>
</div>
</center>

<!-- Logout Button -->
<div id="logout" style="display: none;">
<h2>Welcome!</h2>
<button onclick="logoutUser()">Logout</button>
</div>

</body>
</html>

0 comments on commit 9c03077

Please sign in to comment.