Skip to content

Commit 8075c91

Browse files
committed
idk
1 parent e7502c3 commit 8075c91

37 files changed

+376
-903
lines changed

includes/config-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
".years-xp .xp-head": "6+",
3-
".projects-xp .xp-head": "9+",
3+
".projects-xp .xp-head": "19+",
44
".more-xp .xp-head": "5",
55
".est-year": "EST 2018",
66
".update-date": "March 2024",

includes/project-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"content": "Crafted with purpose, J.Stimler's collection is a testament to the power of sustainable fashion. Each piece is designed to not only look good but also do good, contributing to a more conscious and responsible fashion ecosystem.",
106106
"analysis": "J.Stimler stands out in the fashion industry by blending environmental responsibility with high-end aesthetics. By focusing on organic materials and fair trade practices, the brand offers a compelling alternative to fast fashion, appealing to consumers who value ethics and sustainability in their wardrobe choices. Hypercritical Studio's approach to designing and developing J.Stimler's website was rooted in a deep understanding of the brand's ethos. We collaborated closely with J.Stimler to ensure that the website reflected their values and communicated their message effectively. Through thoughtful design and meticulous attention to detail, we created a platform that not only showcased J.Stimler's collections but also educated consumers about the importance of sustainable fashion. The website serves as a digital storefront for J.Stimler, inviting users to explore their eco-friendly designs and learn more about their commitment to sustainability.",
107107
"id": "promokings",
108-
"solution": "Hypercritical Studio approached the design and development of the J.Stimler website with a deep commitment to sustainability and ethical production. We collaborated closely with J.Stimler to ensure that every aspect of the website reflected their values and communicated their message effectively. Through thoughtful design and meticulous attention to detail, we created a platform that not only showcased J.Stimler's collections but also educated consumers about the importance of sustainable fashion. The website serves as a digital storefront for J.Stimler, inviting users to explore their eco-friendly designs and learn more about their commitment to sustainability.",
108+
"solution": "Hypercritical Studio approached the design and development of the Promokings shopping app with a deep commitment to sustainability and ethical production. The Mobile app serves as a digital storefront for Promokings online ordering, inviting users to explore their eco-friendly designs and learn more about their commitment to sustainability.",
109109
"media": "assets/images/works/promokings/wireframe22.webp || assets/images/works/promokings/wireframe-p2.webp || assets/images/works/promokings/wireframe22.webp",
110110
"mediaLarge": "assets/images/works/promokings/wireframe23.webp || assets/images/works/promokings/wireframe-p.webp || assets/images/works/promokings/wireframe22.webp",
111111
"previewColor": "#EDD400",

packagex.json

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"name": "hypercritical",
3+
"version": "1.0.0",
4+
"description": "Hypercritical is a cutting-edge digital design and tech studio based in Kenya, specializing in crafting functional digital experiences through web app design and development",
5+
"main": "./js/main/main.js",
6+
"scripts": {
7+
"start": "cross-env NODE_ENV=development http-server public",
8+
"build": "cross-env NODE_ENV=production webpack --mode production",
9+
"watch": "cross-env NODE_ENV=development webpack --mode development --watch",
10+
"test": "cross-env NODE_ENV=test jest",
11+
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm run buld"
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/vickkie/Hypercritical.git"
16+
},
17+
"keywords": [
18+
"Hypercritical"
19+
],
20+
"author": "uzitrake",
21+
"license": "ISC",
22+
"bugs": {
23+
"url": "https://github.com/vickkie/Hypercritical/issues"
24+
},
25+
"devDependencies": {
26+
"@babel/core": "^7.24.0",
27+
"@babel/preset-env": "^7.24.4",
28+
"@babel/preset-react": "^7.23.3",
29+
"@testing-library/jest-dom": "^6.4.2",
30+
"@testing-library/react": "^14.3.0",
31+
"@types/gsap": "^3.0.0",
32+
"@types/lozad": "^1.16.4",
33+
"@types/react-dom": "^18.2.24",
34+
"@types/splitting": "^1.0.6",
35+
"@types/webpack-dotenv-plugin": "^2.0.8",
36+
"babel-loader": "^9.1.3",
37+
"clean-webpack-plugin": "^4.0.0",
38+
"copy-webpack-plugin": "^6.0.0",
39+
"cross-env": "^7.0.3",
40+
"css-loader": "^5.0.0",
41+
"css-minimizer-webpack-plugin": "^6.0.0",
42+
"dotenv-webpack": "^8.0.1",
43+
"html-minimizer-webpack-plugin": "^5.0.0",
44+
"html-webpack-plugin": "^5.0.0",
45+
"jest": "^29.7.0",
46+
"mini-css-extract-plugin": "^2.8.1",
47+
"purgecss": "^6.0.0",
48+
"style-loader": "^2.0.0",
49+
"terser-webpack-plugin": "^5.3.10",
50+
"ts-loader": "^9.5.1",
51+
"typescript": "^5.4.5",
52+
"webpack": "^5.91.0",
53+
"webpack-cli": "^5.1.4"
54+
},
55+
"dependencies": {
56+
"@builder.io/partytown": "^0.10.0",
57+
"@emotion/react": "^11.11.4",
58+
"@emotion/styled": "^11.11.5",
59+
"@mui/icons-material": "^5.15.15",
60+
"@mui/material": "^5.15.15",
61+
"@studio-freight/lenis": "^1.0.39",
62+
"body-parser": "^1.20.2",
63+
"firebase": "^10.11.0",
64+
"gsap": "^3.12.5",
65+
"lozad": "^1.16.0",
66+
"mouse-follower": "^1.1.2",
67+
"react": "^18.2.0",
68+
"react-beautiful-dnd": "^13.1.1",
69+
"react-dom": "^18.2.0",
70+
"react-router-dom": "^6.22.3",
71+
"reeller": "^0.0.5",
72+
"splitting": "^1.0.6",
73+
"sweetalert2": "^11.10.8",
74+
"swiper": "^11.1.1",
75+
"uuid": "^9.0.1"
76+
}
77+
}

public/404.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/contact.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/includes/config-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
".years-xp .xp-head": "6+",
3-
".projects-xp .xp-head": "9+",
3+
".projects-xp .xp-head": "19+",
44
".more-xp .xp-head": "5",
55
".est-year": "EST 2018",
66
".update-date": "March 2024",

public/includes/project-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"content": "Crafted with purpose, J.Stimler's collection is a testament to the power of sustainable fashion. Each piece is designed to not only look good but also do good, contributing to a more conscious and responsible fashion ecosystem.",
106106
"analysis": "J.Stimler stands out in the fashion industry by blending environmental responsibility with high-end aesthetics. By focusing on organic materials and fair trade practices, the brand offers a compelling alternative to fast fashion, appealing to consumers who value ethics and sustainability in their wardrobe choices. Hypercritical Studio's approach to designing and developing J.Stimler's website was rooted in a deep understanding of the brand's ethos. We collaborated closely with J.Stimler to ensure that the website reflected their values and communicated their message effectively. Through thoughtful design and meticulous attention to detail, we created a platform that not only showcased J.Stimler's collections but also educated consumers about the importance of sustainable fashion. The website serves as a digital storefront for J.Stimler, inviting users to explore their eco-friendly designs and learn more about their commitment to sustainability.",
107107
"id": "promokings",
108-
"solution": "Hypercritical Studio approached the design and development of the J.Stimler website with a deep commitment to sustainability and ethical production. We collaborated closely with J.Stimler to ensure that every aspect of the website reflected their values and communicated their message effectively. Through thoughtful design and meticulous attention to detail, we created a platform that not only showcased J.Stimler's collections but also educated consumers about the importance of sustainable fashion. The website serves as a digital storefront for J.Stimler, inviting users to explore their eco-friendly designs and learn more about their commitment to sustainability.",
108+
"solution": "Hypercritical Studio approached the design and development of the Promokings shopping app with a deep commitment to sustainability and ethical production. The Mobile app serves as a digital storefront for Promokings online ordering, inviting users to explore their eco-friendly designs and learn more about their commitment to sustainability.",
109109
"media": "assets/images/works/promokings/wireframe22.webp || assets/images/works/promokings/wireframe-p2.webp || assets/images/works/promokings/wireframe22.webp",
110110
"mediaLarge": "assets/images/works/promokings/wireframe23.webp || assets/images/works/promokings/wireframe-p.webp || assets/images/works/promokings/wireframe22.webp",
111111
"previewColor": "#EDD400",

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Hypercritical Last Published: Thu, 15 Aug 2024 17:35:40 GMT by uzitrake -->
1+
<!-- Hypercritical Last Published: Fri, 03 Jan 2025 21:07:31 GMT by uzitrake -->
22
<!doctype html><html lang="en" class="menu-will-open" id="indexpage" oncontextmenu="return!1"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Hypercritical ✦ Studio</title><meta name="description" content="Welcome to my Hypercritical discover our work and skills"><meta name="keywords" content="Welcome ,uzitrake , Hypercritical"><meta name="author" content="uzitrake"><link rel="apple-touch-icon" href="../assets/masks/favicon-assets/apple-touch-icon.png"><link rel="icon" href="../assets/masks/favicon-assets/favicon-16x16.png" type="image/png" sizes="16x16"><link rel="icon" href="../assets/masks/favicon-assets/favicon-32x32.png" type="image/png" sizes="32x32"><link id="browser_favicon" rel="icon" href="../assets/masks/hypercritical-main-logo.png" sizes="196x196"><link rel="manifest" href="includes/site.webmanifest"><meta name="theme-color" content="#fc1234" media="(prefers-color-scheme: light)"><meta name="theme-color" content="#000000" media="(prefers-color-scheme: dark)"><meta http-equiv="Cache-Control" content="max-age=31536000"><link fetchpriority="high" rel="preload" href="fonts/MonumentExtended-Regular.woff" as="font" type="font/woff" crossorigin><link fetchpriority="high" rel="preload" href="assets/images/0412-2.webp" as="image"><link rel="manifest" href="includes/manifest.json"><link rel="stylesheet" href="css/preloader.css"><script src="js/library/jquery-3.6.0.min.js"></script><script src="js/library/vue.min.js"></script><script src="js/library/gsap.min.js"></script><link rel="stylesheet" href="css/index.css"><link rel="stylesheet" href="css/transition.css"><script src="/~partytown/partytown.js"></script><script type="text/partytown" src="https://www.googletagmanager.com/gtag/js?id=G-LVEP9Q0PEE"></script><script>partytown={forward:["dataLayer.push"]}</script><script type="text/partytown">window.dataLayer = window.dataLayer || [];
33
function gtag() {
44
dataLayer.push(arguments);

public/js/library/TweenMax.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/library/react-dom.production.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)