Skip to content

SITEMEDICAL/Medicine-Portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

<title>Medicine Portal</title>

Medicine Portal

Connecting You to Official Medicine Websites

<main>
    <section class="left-sidebar">
        <h2>Categories</h2>
        <ul>
            <li><a href="#regulatory-agencies">Regulatory Agencies</a></li>
            <li><a href="#clinical-trials">Clinical Trials</a></li>
            <li><a href="#contact">Contact</a></li>
            <li><a href="#help">Help</a></li>
        </ul>
    </section>

    <section class="right-sidebar">
        <div class="language-selector-small">
            <ul>
                <li><a href="#">English</a></li>
                <li><a href="#">Deutsch</a></li>
                <li><a href="#">Français</a></li>
                <li><a href="#">日本語</a></li>
                <li><a href="#">简体中文</a></li>
                <li><a href="#">繁體中文</a></li>
                <li><a href="#">हिन्दी</a></li>
            </ul>
        </div>
        <h2>Regulatory Agencies</h2>
        <div class="regulatory-agencies-list">
            <div class="agency">
                <img src="usa_logo.png" alt="FDA">
                <h3>FDA (USA)</h3>
                <p>The Food and Drug Administration (FDA) is a federal agency of the United States Department of Health and Human Services, one of the United States federal executive departments.</p>
                <a href="https://www.fda.gov/">Visit FDA website</a>
            </div>
            <!-- Add other regulatory agencies -->
        </div>
    </section>
</main>

<footer>
    <div class="footer-left">
        <h2>Contact</h2>
        <p>Email: [email protected]</p>
        <p>Phone: 123-456-7890</p>
    </div>
    <div class="footer-right">
        <h2>Help</h2>
        <p>FAQ</p>
        <p>Support</p>
    </div>
</footer>

<script src="script.js"></script>

About

Connecting You to Official Medicine Websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published