{"id":29183951,"url":"https://github.com/jaridnft/aloha-apparel-co","last_synced_at":"2026-04-09T12:02:29.262Z","repository":{"id":302009193,"uuid":"140345195","full_name":"jaridnft/aloha-apparel-co","owner":"jaridnft","description":"Header page for Aloha apparel company.","archived":false,"fork":false,"pushed_at":"2021-08-19T12:56:44.000Z","size":93305,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-30T04:46:00.856Z","etag":null,"topics":["css","flexbox","font-awesome","font-face","html","javascript","jquery","npm","sass","webpack"],"latest_commit_sha":null,"homepage":"https://jaridwarren.github.io/aloha-apparel-co","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jaridnft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-07-09T21:41:51.000Z","updated_at":"2022-06-14T16:02:56.000Z","dependencies_parsed_at":"2025-06-30T04:56:01.803Z","dependency_job_id":null,"html_url":"https://github.com/jaridnft/aloha-apparel-co","commit_stats":null,"previous_names":["jaridnft/aloha-apparel-co"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jaridnft/aloha-apparel-co","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaridnft%2Faloha-apparel-co","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaridnft%2Faloha-apparel-co/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaridnft%2Faloha-apparel-co/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaridnft%2Faloha-apparel-co/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaridnft","download_url":"https://codeload.github.com/jaridnft/aloha-apparel-co/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaridnft%2Faloha-apparel-co/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263035769,"owners_count":23403423,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","flexbox","font-awesome","font-face","html","javascript","jquery","npm","sass","webpack"],"created_at":"2025-07-01T21:01:44.954Z","updated_at":"2025-12-30T20:06:43.461Z","avatar_url":"https://github.com/jaridnft.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \"Aloha Apparel Co.\" Home Page\n\n#### Author: Jarid [ \u003cjarid@hey.com\u003e ]\n\nHome page for an apparel company, complete with swipable product carousel, fixed header, functional \"Add to cart\" buttons and a responsive design.\n\n### Desktop \u0026 Mobile View Demo\n\n\u003cimg src=\"./assets/images/readme-images/demo.gif\" width=\"610\"\u003e\u003cimg src=\"./assets/images/readme-images/mobile-demo.gif\" width=\"250\"\u003e\n\n## Motivation\n\nLearning CSS3 flexbox, jQuery, smooth scrolling with JavaScript, and @font-face.\n\n## Technology\n\n- \u003cimg src=\"./assets/images/readme-images/js.svg\" width=\"15\"\u003e JavaScript ES6 / \u003cimg src=\"./assets/images/readme-images/jquery.svg\" width=\"40\"\u003e jQuery\n- \u003cimg src=\"./assets/images/readme-images/npm.svg\" width=\"20\"\u003e npm / \u003cimg src=\"./assets/images/readme-images/webpack.svg\" width=\"15\"\u003e Webpack / \u003cimg src=\"./assets/images/readme-images/babel.svg\" width=\"30\"\u003e Babel\n- \u003cimg src=\"./assets/images/readme-images/sass.svg\" width=\"20\"\u003e Sass / \u003cimg src=\"./assets/images/readme-images/css3.svg\" width=\"12\"\u003e CSS3\n- \u003cimg src=\"./assets/images/readme-images/html5.svg\" width=\"12\"\u003e HTML5\n\n## Code Sample\n\nThe following adds a shadow to the header once the user has scrolled from the top of the page.\n\n```javascript\n$(function() {\n  $(window).scroll(function() {\n    if ($(window).scrollTop() === 0) {\n      $('header').css({ 'box-shadow': 'none' });\n    } else {\n      $('header').css({ 'box-shadow': '1.5px 3.5px 4px 0 #CCCCCCCC' });\n    }\n  });\n});\n```\n\n## Setup\n\nDownload or clone repo, then run the following commands in terminal:\n\n**Initialize NPM:**\n\n`\u003e npm init`\n\n**Install Webpack:**\n\n`\u003e npm install`\n\n**Build project:**\n\n`\u003e webpack`\n\n**Build project for production (compression):**\n\n`\u003e webpack -p`\n\n**Launch dev server to automatically update changes:**\n\n`\u003e webpack-dev-server`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaridnft%2Faloha-apparel-co","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaridnft%2Faloha-apparel-co","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaridnft%2Faloha-apparel-co/lists"}