Here is my new commit for the rejected hours (Bug fixes): github.com/Wafiq5/Ohm-Progress/commit/6773467baaec5e033d715135f5c986a0c915b212 (edited)
[12:18 PM] Wafiq
APP
have a nice break @AhmadSadidWafiq ! you smashed that hour!
Ohm JS bug Fixes (Ohm hour 12)
Goal: MacBook - 2.0 hours
View original messageHere is my new commit for the rejected hours (Bug fixes): github.com/Wafiq5/Ohm-Progress/commit/6773467baaec5e033d715135f5c986a0c915b212 (edited)
[12:18 PM] Wafiq
APP
have a nice break @AhmadSadidWafiq ! you smashed that hour!
Ohm JS bug Fixes (Ohm hour 12)
Goal: MacBook - 2.0 hours
View original message
Thread in arcade | Yesterday at 11:20 PM | View messageOhm JS #4 (Ohm hour 14). We are back on building the script for Ohm JS.
Commit: github.com/Wafiq5/Ohm-Progress/commit/98082a259487cec0be17e52bebfdde17e1834575Small bug fixes on Ohm JS script. Ohm JS bug fixes part 2 (Ohm hour 13)
Commit: github.com/Wafiq5/Ohm-Progress/commit/d1041aed96329b2e3ec73132ff0949483ebdc9ce
PS: I named my session wrong so it still says hour 12. But it should be 13.Ohm JS #3 (Ohm hour 11). My progress on the checkout form for Ohm subscriptions.
Commit: github.com/Wafiq5/Ohm-Progress/commit/00fa7840133fe2650cfa6f6ab422b9e71e3699dcFor hour 7 my friends, I added a thank you screen After purchasing a subscription (Fake purchase).
Commit: github.com/Wafiq5/Ohm-Progress/commit/210171d0b693546c446d384a90f123cb4d4584d3Ohm Hour 4. Progress on the subscription tab.
I posted the files on github late. So this is the latest commit: github.com/Wafiq5/Ohm-Progress/commit/e6db2414b44c950d137d14fefa211cfdcb21bb18Progress on Ohm
codes:
!DOCTYPE html
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Subscriptions - Ohm</title>
<link rel="icon" type="image/x-icon" href="/pictures/favicon.svg">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="fonts.googleapis.com">
<link rel="preconnect" href="fonts.gstatic.com" crossorigin>
<link href="fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header>
<img src="pictures\Logo.svg" class="logo-img" onclick = "window.location.href ='index.html'">
<a href="#" class="toggle-button">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
<nav class="navbar">
<div class="nav-links">
<ul class="nav-ul">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="subscriptions.html">Subscriptions</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="signup-form.html"><span class="text-gradient" id="accountName">Sign up</span></a></li>
</ul>
</div>
</nav>
</header>
<div class="subscription-content-container">
<h2 class="head-text"><span class="text-gradient">Ohm's</span> Basic plan<div class="subscription-value"
style="text-align: left !important;">$69.99/year</div>
</h2>
<div class="subscription-info">
<h2 class="subscription-info-head-text">Get a low cost convenient support from Ohm.</h2> <br>
<p class="subscription-info-paragraph">Unlock the power of sustainable energy solutions with Ohm's Basic
plan. For just $69.99 a month, gain access to essential features designed to optimize your energy
consumption and efficiency. Our Basic plan offers reliable support and limited customization options,
ensuring you have the tools you need to embark on your journey towards a greener future.</p><br>
<h2 class="subscription-info-head-text">With Ohm's Basic plan, you'll enjoy:</h2> <br>
<ul class="subscription-info-features-ul">
<li>Access to essential features tailored to your needs</li>
<li>Basic support from our expert team of professionals</li>
<li>Limited customization options to personalize your experience</li>
</ul>
</div>
<h2 class="subscription-info-head-text">Join us in our mission to revolutionize the energy industry with Ohm:
</h2>
<a class="gradient-button .subscription-page-get-button" href="subscription-checkout.html?plan=basic">Get</a>
</div>
<footer>
<div class="footer-container">
<div class="footer">
<div class="row-container row-1-container">
<ul class="row">
<li class="rowhead">Explore</li>
<li onclick="window.location.href ='index.html'">Home</li>
<li onclick="window.location.href ='about.html'">About Us</li>
<li onclick="window.location.href ='subscriptions.html'">Subscriptions</li>
</ul>
</div>
<div class="row-container row-2-container">
<ul class="row">
<li class="rowhead">Blog</li>
<li>Latest Posts</li>
<li>News</li>
<li>Insights</li>
</ul>
</div>
<div class="row-container row-3-container">
<ul class="row">
<li class="rowhead">Help & FAQ</li>
<li onclick="window.location.href ='contact.html'">Support</li>
<li onclick="window.location.href ='terms-services.html'">Terms of Service</li>
<li onclick="window.location.href ='privacy-policy.html'">Privacy Policy</li>
</ul>
</div>
<div class="row-container row-4-container">
<p class="rowhead">Newsletter</p>
<div class="newsletter-text">Subscribe to get weekly energy saving and tech tips!</div>
<div class="newsletter-container">
<input type="text" class="gradient-input newsletter-input" placeholder="Enter your email">
<button class="gradient-button-1 newsletter-button"
onclick="sendNewsletterInfo()">Subscribe</button>
</div>
</div>
</div>
<div class="botm">
<div class="botm-language"><i class="fa fa-globe" style="font-size: 20px" id="globe"></i> English
(United States)</div>
<div onclick="window.location.href ='contact.html'">Contact ohm</div>
<div onclick="window.location.href ='privacy-policy.html'">Privacy & Cookies</div>
<div onclick="window.location.href ='terms-services.html'">Terms of use</div>
<div>© <span class="text-gradient">Ohm</span> 2023</div>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>

Progress. I also added functionalities in the subscriptionMy progress in the second section:I am working on my website Ohm that resembles a business company.