Science Score: 31.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Unable to calculate vocabulary similarity
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: Locketz
  • Language: HTML
  • Default Branch: main
  • Size: 710 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Citation

README.md

ReefLockz

Owner

  • Login: Locketz
  • Kind: user

Citation (citation.html)

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>References | ReefLockz</title>
    <style>
        body {
            font-family: 'Poppins', sans-serif;
            text-align: center;
            background-color: #f4f4f4;
            padding: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh; 
            margin: 0;
            flex-direction: column;
        }

        .back-button {
            font-size: 16px;
            padding: 10px 20px;
            background-color: #46a0c3;
            color: white;
            border: none;
            border-radius: 5px;
            font-weight: bold;
            cursor: pointer;
            text-decoration: none;
            margin-top: 20px;
            width: 50%; 
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        .back-button:hover {
            background-color: #056C89;
            color: white;
        }

        .container-wrapper {
            display: flex;
            justify-content: center;
            gap: 20px;
            width: 80%; 
            max-width: 1200px; 
            flex-direction: column;
            align-items: center; 
        }

        .container {
            width: 50%; 
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        h2 {
            color: #002d4a;
        }

        ul {
            list-style: none;
            padding: 0;
        }

        li {
            margin: 10px 0;
        }

        a {
            text-decoration: none;
            color: #46a0c3;
            font-weight: bold;
        }

        a:hover {
            color: #056C89;
        }

        @media (max-width: 1200px) {
            .container-wrapper {
                width: 90%; 
            }

            .container {
                width: 45%; 
            }

            .back-button {
                width: 50%; 
            }
        }

        @media (max-width: 768px) {
            .container-wrapper {
                width: 95%; 
            }

            .container {
                width: 100%; 
                margin-bottom: 20px;
            }

            .back-button {
                width: 100%; 
            }
        }

        @media (max-width: 480px) {
            body {
                padding: 10px; 
            }

            .container-wrapper {
                width: 100%; 
                padding: 10px;
            }

            .container {
                width: 100%; 
            }

            .back-button {
                width: 100%; 
                font-size: 14px; 
            }
        }
    </style>
</head>
<body>
    
    <div class="container-wrapper">
        <div class="container">
            <h2>Useful Links for Information</h2>
            <ul>
                <li><a href="https://www.nature.org" target="_blank">The Nature Conservancy</a></li>
                <li><a href="https://www.visitsealife.com/conservation/sea-life-trust/" target="_blank">What is the SEA LIFE TRUST</a></li>
                <li><a href="https://oceanservice.noaa.gov/education/tutorial_pollution/016youcando.html" target="_blank">NOAA - What You Can Do</a></li>
                <li><a href="https://portal.ct.gov/deep/reduce-reuse-recycle/waste-reduction/waste-reduction-main-page" target="_blank">Waste Reduction</a></li>
                <li><a href="https://youtu.be/HQTUWK7CM-Y" target="_blank">Youtube Video</a></li>
            </ul>
        </div>
        <div class="container">
            <h2>Useful Links for Design</h2>
            <ul>
                <li><a href="https://morweb.org/get/files/image/galleries/donation-page-design-tips-example.png" target="_blank">Donation Page Example</a></li>
                <li><a href="https://thuhnineain.github.io/Silvanus/index.html" target="_blank">Silvanus</a></li>
                <li><a href="https://phoenixwalter.github.io/Luminous-Insurance/HTML/index.html" target="_blank">Luminous-Insurance</a></li>
                <li><a href="https://phoenixwalter.github.io/cphcare/home/" target="_blank">CPH Care</a></li>
                <li><a href="https://webartdevelopers.com/blog/wp-content/uploads/2022/09/bootstrap-5-payment-option-modal-form-with-tabs-and-floating-labels.png" target="_blank">Payment Modal Form</a></li>
            </ul>
        </div>

        <a href="index.html" class="back-button">Back to Home</a>
    </div>

</body>
</html>

GitHub Events

Total
  • Push event: 3
  • Create event: 1
Last Year
  • Push event: 3
  • Create event: 1