Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Making Services Available, Accessible and Affordable

License

NotificationsYou must be signed in to change notification settings

dmuyai/barabara-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Making Services Available, Accessible, and AffordableBarabara, Transform the service industry, locating and making the invisible, the isolated, unrecognized, or undiscovered beneficiaries (consumers, service providers, and partners) visible on the mobile workspace.

<title>Community Services</title>

Community Services

Add Service
    <script src="script.js"></script>-----body { font-family: Arial, sans-serif; background-color: #f4f4f4; margin: 0; padding: 0;}

    .container {width: 90%;max-width: 600px;margin: 50px auto;background: #fff;padding: 20px;border-radius: 5px;}

    h1 {text-align: center;}

    form {display: flex;flex-direction: column;margin-bottom: 20px;}

    form input {padding: 10px;margin: 5px 0;}

    form button {padding: 10px;background: #28a745;color: #fff;border: none;cursor: pointer;}

    form button:hover {background: #218838;}

    #service-list {list-style-type: none;padding: 0;}

    #service-list li {background: #e9ecef;margin: 5px 0;padding: 10px;border-radius: 3px;}

    document.getElementById('service-form').addEventListener('submit', function(e) {e.preventDefault();

    const name = document.getElementById('service-name').value;const description = document.getElementById('service-description').value;

    const li = document.createElement('li');li.textContent =${name}: ${description};

    document.getElementById('service-list').appendChild(li);

    // Clear form fieldsdocument.getElementById('service-name').value = '';document.getElementById('service-description').value = '';});

    About

    Making Services Available, Accessible and Affordable

    Topics

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    [8]ページ先頭

    ©2009-2025 Movatter.jp