Skip to content

Commit

Permalink
change create to develop on discoverspotify description
Browse files Browse the repository at this point in the history
  • Loading branch information
test committed Feb 26, 2024
1 parent 08995c9 commit 7644cda
Show file tree
Hide file tree
Showing 23 changed files with 141 additions and 31 deletions.
92 changes: 92 additions & 0 deletions .history/pages/work_20240226024236.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
import Head from 'next/head';
import Image from 'next/image';
import kirby from '../public/kirbyheadphoneblend-crop.png';
import Link from 'next/link';
import {BsFillMoonStarsFill} from 'react-icons/bs';
import compasscard from '../public/cards/compass-card.png';
import cssacard from '../public/cards/cssa-card.png';
import mcgpaintcard from '../public/cards/mcgpaint-card.png';
import dispotifycard from '../public/cards/dispotify-card.png';
import NavMain from '../components/Nav.js';

function Work() {
return (
<div>
<Head>
<title>Hannah McGowan Portfolio</title>
<meta name="description" content="Generated by create next app" />
<link rel="icon" href="/kirbyicon.png" />
</Head>

<NavMain />
<main className="px-10 md:px-20 lg:px-40 pb-20 pt-5">

<div className="text-center pb-10">
<h1 className="text-4xl pb-5 text-slate-900">work + projects</h1>
<p className="text-lg text-slate-400">my website’s tech stack: figma, next.js, tailwind, material tailwind</p>
</div>
{/*<div className="flex items-center justify-center">
<div className="px-2 py-4 text-center">
<h1 className="font-semibold">This portfolio's tech stack: next.js, tailwind, material tailwind</h1>
</div>
</div>*/}
<section>
<div className="flex flex-col lg:flex-row lg:justify-center lg:gap-10 items-center">
<Link href="cards/compass" className="w-[300px] md:w-[400px]">
<div className="shadow-lg hover:shadow-2xl hover:shadow-light-blue-100 overflow-hidden dark:shadow-blue-500 rounded-xl my-10 active:border-blue-200 active:border-2">
<div className="relative w-full h-80">
<Image src={compasscard} className="object-cover" fill alt="compass logo"/>
</div>
<div className="p-5 mt-4">
<h3 className="text-lg font-bold text-slate-900 dark:text-slate-300">COMPASS - C4SF</h3>
<p className="py-1 text-slate-800 dark:text-slate-400 text-sm">Develop + Design for Nonprofit Work</p>
{/*<p className="text-slate-500 dark:text-slate-400 py-1">Nonprofit app for collecting IEP student data.</p>*/}
</div>
</div>
</Link>
<Link href="cards/cssa" className="w-[300px] md:w-[400px]">
<div className="shadow-lg hover:shadow-2xl hover:shadow-light-blue-100 overflow-hidden dark:shadow-blue-500 rounded-xl my-10 active:border-blue-200 active:border-2">
<div className="relative w-full h-80">
<Image src={cssacard} className="object-cover" fill alt="cssa logo"/>
</div>
<div className="p-5 mt-4">
<h3 className="text-lg font-bold text-slate-900 dark:text-slate-300">CSSA WEB REBUILD</h3>
<p className="py-1 text-slate-800 dark:text-slate-400 text-sm">Ideate, Plan, Design + Build for an Organization</p>
{/*<p className="text-slate-500 dark:text-slate-400 py-1">Complete website rebuild for Berkeley CSSA.</p>*/}
</div>
</div>
</Link>
</div>
<div className="flex flex-col lg:flex-row lg:justify-center lg:gap-10 items-center">
<Link href="cards/mcgpaint" className="w-[300px] md:w-[400px]">
<div className="shadow-lg hover:shadow-2xl hover:shadow-light-blue-100 overflow-hidden rounded-xl my-10 active:border-blue-200 active:border-2">
<div className="relative w-full h-80">
<Image src={mcgpaintcard} className="object-cover" fill alt="compass logo"/>
</div>
<div className="p-5 mt-4">
<h3 className="text-lg font-bold text-slate-900 dark:text-slate-300">MCGOWAN PAINTING</h3>
<p className="py-1 text-slate-800 dark:text-slate-400 text-sm">Discuss, Plan, + Build for a Client</p>
{/*<p className="text-slate-500 dark:text-slate-400 py-1">Nonprofit app for collecting IEP student data.</p>*/}
</div>
</div>
</Link>
<Link href="cards/dispotify" className="w-[300px] md:w-[400px]">
<div className="shadow-lg hover:shadow-2xl hover:shadow-light-blue-100 active:border-blue-200 active:border-2 overflow-hidden rounded-xl my-10">
<div className="relative w-full h-80">
<Image src={dispotifycard} className="object-cover" fill alt="cssa logo"/>
</div>
<div className="p-5 mt-4">
<h3 className="text-lg font-bold text-slate-900 dark:text-slate-300">DISCOVER SPOTIFY</h3>
<p className="py-1 text-slate-800 dark:text-slate-400 text-sm">Conceptualize + Develop for an Idea</p>
{/*<p className="text-slate-500 dark:text-slate-400 py-1">Complete website rebuild for Berkeley CSSA.</p>*/}
</div>
</div>
</Link>
</div>
</section>
</main>
</div>
)
}

export default Work
20 changes: 0 additions & 20 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
],
"rootMainFiles": [],
"pages": {
"/": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/index.js"
],
"/_app": [
"static/chunks/webpack.js",
"static/chunks/main.js",
Expand All @@ -30,21 +25,6 @@
"static/chunks/main.js",
"static/chunks/pages/_error.js"
],
"/about": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/about.js"
],
"/cards/compass": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/cards/compass.js"
],
"/gallery": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/gallery.js"
],
"/work": [
"static/chunks/webpack.js",
"static/chunks/main.js",
Expand Down
Binary file modified .next/cache/webpack/client-development/0.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/13.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/14.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack
Binary file not shown.
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/12.pack
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/4.pack
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/7.pack
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/index.pack
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/index.pack.old
Binary file not shown.
2 changes: 1 addition & 1 deletion .next/server/middleware-build-manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions .next/server/pages-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@
"/_app": "pages/_app.js",
"/_error": "pages/_error.js",
"/_document": "pages/_document.js",
"/work": "pages/work.js",
"/": "pages/index.js",
"/gallery": "pages/gallery.js",
"/cards/compass": "pages/cards/compass.js",
"/about": "pages/about.js"
"/work": "pages/work.js"
}
2 changes: 1 addition & 1 deletion .next/server/pages/work.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .next/static/chunks/pages/work.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .next/static/chunks/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
/******/
/******/ /* webpack/runtime/getFullHash */
/******/ !function() {
/******/ __webpack_require__.h = function() { return "aa82a2ab28416514"; }
/******/ __webpack_require__.h = function() { return "dfc1cd6b9e91a59d"; }
/******/ }();
/******/
/******/ /* webpack/runtime/global */
Expand Down
2 changes: 1 addition & 1 deletion .next/static/development/_buildManifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["pages/work","webpack"],"r":["pages/about","pages/index","pages/gallery","pages/cards/compass"],"m":["./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2FUsers%2Ftest%2FDesktop%2Fmysite%2Fmyweb%2Fpages%2Fabout.js&page=%2Fabout!","./node_modules/react-icons/ai/index.esm.js","./node_modules/react-icons/hi/index.esm.js","./node_modules/react-icons/lib/esm/iconBase.js","./node_modules/react-icons/lib/esm/iconContext.js","./node_modules/react-icons/lib/esm/iconsManifest.js","./node_modules/react-icons/lib/esm/index.js","./pages/about.js","./public/hannahcar.JPG","./public/hannahfish.png","./public/me_blurry.jpeg","./components/PortTabs.js","./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2FUsers%2Ftest%2FDesktop%2Fmysite%2Fmyweb%2Fpages%2Findex.js&page=%2F!","./pages/index.js","./public/airx.png","./public/cssa.png","./public/discover-spotify.png","./public/expresso.png","./public/index-stickers-text.png","./public/index-stickers-textM.png","./public/index-stickers1.png","./public/index-stickers11.png","./public/lyrical.png","./public/mcgpainting.png","./public/moviewatching.png","./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2FUsers%2Ftest%2FDesktop%2Fmysite%2Fmyweb%2Fpages%2Fgallery.js&page=%2Fgallery!","./pages/gallery.js","./public/gallery.png","./public/glossier.png","./public/koss.png","./public/spotifyalbum.png","./public/web5.png","./public/web6.png","./components/navs/CompassNav.js","./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2FUsers%2Ftest%2FDesktop%2Fmysite%2Fmyweb%2Fpages%2Fcards%2Fcompass.js&page=%2Fcards%2Fcompass!","./pages/cards/compass.js","./public/cards/compass-computer.png","./public/cards/compass-ds.png"]}
22 changes: 22 additions & 0 deletions .next/static/webpack/pages/work.aa82a2ab28416514.hot-update.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions .next/static/webpack/webpack.aa82a2ab28416514.hot-update.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
"use strict";
/*
* ATTENTION: An "eval-source-map" devtool has been used.
* This devtool is neither made for production nor for readable output files.
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
* or disable the default devtool with "devtool: false".
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
*/
self["webpackHotUpdate_N_E"]("webpack",{},
/******/ function(__webpack_require__) { // webpackRuntimeModules
/******/ /* webpack/runtime/getFullHash */
/******/ !function() {
/******/ __webpack_require__.h = function() { return "dfc1cd6b9e91a59d"; }
/******/ }();
/******/
/******/ }
);
Loading

0 comments on commit 7644cda

Please sign in to comment.