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 links in README
  • 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
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
Citation

Owner

  • Login: harjotsk03
  • Kind: user

Citation (citations.html)

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Unboxed Living Style Guide</title>

    <link href="./main.css" rel="stylesheet" />
    <link href="./mobile.css" rel="stylesheet" />
    <link
      href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css"
      rel="stylesheet"
    />
  </head>

  <body>
    <header>
      <nav aria-label="Navigation desktop" class="navReal desktop">
        <div class="navLeft">
          <a class="navButton" href="./index.html">Colour & Fonts</a>
          <a class="navButton" href="./interactiveElements.html"
            >Interactive Elements</a
          >
          <a class="navButton" href="./combinedElements.html"
            >Combined Elements</a
          >
          <a class="navButton" href="./product.html">Product Description</a>
          <a class="navButtonActive" href="./citations.html">Citations</a>
        </div>
      </nav>
      <nav aria-label="Toggle navigation menu" class="navReal mobile">
        <button
          id="navToggle"
          class="hamburger"
          aria-label="Toggle navigation menu"
        >
          <span class="line"></span>
          <span class="line"></span>
          <span class="line"></span>
        </button>
        <div id="navLinks" class="navLinks">
          <button id="closeButton" class="navButtonActive">X Close</button>
          <a class="navButton" href="./index.html">Colour & Fonts</a>
          <a class="navButton" href="./interactiveElements.html"
            >Interactive Elements</a
          >
          <a class="navButton" href="./combinedElements.html"
            >Combined Elements</a
          >
          <a class="navButton" href="./product.html">Product Description</a>
          <a class="navButtonActive" href="./citations.html">Citations</a>
        </div>
      </nav>
      <section class="header">
        <h1 class="mainHeading mt-extra">Unboxed Living Style Guide</h1>
        <p class="paragraphText">
          Our style guide used to build the Unboxed Living website.
        </p>
      </section>
    </header>

    <section class="page">
      <h2 class="secondaryHeading mt-small">Citation</h2>
      <p class="paragraphText mt-small">
        Font: Google Fonts. "Poppins." Fonts.google.com. Accessed January 23,
        2025.
      </p>
      <a
        class="inTextLink"
        href="https://fonts.google.com/specimen/Poppins"
        target="_blank"
      >
        View Font
      </a>
      <p class="paragraphText mt-small">
        Images: Standard Equipment. Accessed January 23,
        2025.
      </p>
      <a
        class="inTextLink"
        href="https://www.standardequipment.ca/"
        target="_blank"
      >
        View Images
      </a>
    </section>

    <footer class="footer mt-extra">
      <p class="footerText">Unboxed Living Style Guide</p>
      <p class="footerText2">Created by Harjot Singh for IAT 339 Spring 2025</p>
    </footer>
    <script src="nav.js"></script>
  </body>
</html>

GitHub Events

Total
  • Push event: 12
  • Create event: 2
Last Year
  • Push event: 12
  • Create event: 2