Science Score: 44.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
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (0.4%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: bluejunimo
  • Language: CSS
  • Default Branch: master
  • Size: 151 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 5 years ago · Last pushed 9 months ago
Metadata Files
Readme Citation

README.md

Max Nielsen's portfolio

Roughly mocked-up in Figma, built with HTML, CSS, and JS.

Owner

  • Name: Max
  • Login: bluejunimo
  • Kind: user
  • Location: Beautiful British Columbia

hi

Citation (citations.html)

<!doctype html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Max Nielsen's Portfolio</title>
    <link rel="stylesheet" href="css/main.css">
    <link rel="stylesheet" href="css/fonts.css">
    <script src="js/header.js" defer></script>
</head>

<body>
    <!-- Title and nav(?) -->
    <header id="menu-header" class="i-want-sticky-header">
        <div>
            <!-- <img src="img/logo.webp" height="512" width="512"> -->
            <a href="index.html">
                <h1>Max Nielsen</h1>
            </a>
        </div>

        <a id="mobile-menu-link" href="#" class="button-small submenu-dropdown hide">
            Menu
            <img src="img/icon/chevron.webp" width="36" height="18" alt="Show menu">
        </a>

        <nav aria-label="Main">
            <ul>
                <li><a id="about-link" href="index.html#about" class="button-small">About me</a></li>
                <li>
                    <a id="nav-projects" href="index.html#projects" class="button-small submenu-dropdown">Projects<img
                            src="img/icon/chevron.webp" width="36" height="18" alt="Show submenu"></a>
                    <ul class="dropdown" id="subnav-projects">
                        <li><a href="serendipity.html" class="button-small button-dropdown">Serendipity</a></li>
                        <li><a href="bc.html" class="button-small button-dropdown">BC Healthcare Hub</a></li>
                    </ul>
                </li>
                <li>
                    <a id="nav-connect" href="index.html#connect" class="button-small submenu-dropdown">Let's
                        connect<img src="img/icon/chevron.webp" width="36" height="18" alt="Show submenu"></a>
                    <ul class="dropdown" id="subnav-connect">
                        <li><a href="mailto:contact@maxnielsen.ca" class="button-small button-dropdown">Email</a></li>
                        <li><a href="tel:7786364131" class="button-small button-dropdown">Phone</a></li>
                        <li><a href="https://www.linkedin.com/in/mnielsen-/"
                                class="button-small button-dropdown">LinkedIn</a></li>
                    </ul>
                </li>
            </ul>
        </nav>


    </header>

    <!-- Title and nav(?) -->

    <header class="wrapper-padding wrapper-padding-vertical sticky-header grid-header">
        <h1>Citations</h1>
    </header>


    <!-- About Me -->


    <section class="wrapper-padding">
        <h2 class="heading-underline">Fonts</h2>

        <div class="explanation-wrapper">
            <ul class="citations">
                <li>Google Fonts. (Font Marketplace). (2019). <strong>Livvic [Font]</strong>. Retrieved
                    from <a href="https://fonts.google.com/specimen/Livvic">fonts.google.com</a>.</li>
                <li>Fontshare. (Font Marketplace). (2021). <strong>Synonym [Font]</strong>. Retrieved
                    from <a href="https://www.fontshare.com/fonts/synonym">fontshare.com</a>.</li>
            </ul>
        </div>

    </section>


    <footer>
        <p id="copyright">© Max Nielsen [insert current year here]</p>

        <p class="footer-location">from Vancouver, Canada</p>

        <div class="footer-links">
            <a class="button-small" href="citations.html">Citations</a>
            <a class="button-small" href="https://github.sfu.ca/mhn8/IAT339-P3" target="_blank">GitHub</a>
        </div>
    </footer>
</body>

</html>

GitHub Events

Total
  • Delete event: 3
  • Push event: 45
  • Pull request event: 6
  • Create event: 5
Last Year
  • Delete event: 3
  • Push event: 45
  • Pull request event: 6
  • Create event: 5

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 minutes
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • bluejunimo (3)
Top Labels
Issue Labels
Pull Request Labels