My account page



My Account – Saolegend.com

Saolegend.com – My Account

Account Information

Full Name

            <label for="email">Email Address</label>
            <input type="email" id="email" name="email" placeholder="Enter your email" required />

            <label for="phone">Phone Number</label>
            <input type="tel" id="phone" name="phone" placeholder="+234..." required />

            <label for="address">Address</label>
            <input type="text" id="address" name="address" placeholder="Your address" />

            <label for="password">Change Password</label>
            <input type="password" id="password" name="password" placeholder="New password" />

            <label for="password-confirm">Confirm Password</label>
            <input type="password" id="password-confirm" name="password-confirm" placeholder="Confirm new password" />

            <button type="submit">Update Account</button>
        </form>
    </section>
    <section class="contact-info">
        <h2>Contact & Location</h2>
        <p><strong>Saolegend Plaza</strong></p>
        <p>Balogun Fulani, Ilorin, Kwara State, Nigeria</p>
        <p>Phone: <a href="tel:+2347054548220">+234 705 454 8220</a></p>
        <p>Email: <a href="mailto:officialsaolegend@gmail.com">officialsaolegend@gmail.com</a></p>
    </section>
</main>
<footer>
    <p>&copy; 2024 Saolegend.com. All rights reserved.</p>
</footer>