Newer
Older
FanFarm / system / V3fanfarm-ubuntu-local / V3fanfarm-frontend / node_modules / .cache / babel-loader / 0a0073d99005165265f3cbbec4ca22809fce216e28a156afde7b6571c07b7a21.json
@Fanfarm User Fanfarm User on 18 Dec 8 KB add all
{"ast":null,"code":"import _taggedTemplateLiteral from\"/home/fanfarm/FanFarm/system/V3fanfarm-ubuntu-local/V3fanfarm-frontend/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js\";var _templateObject,_templateObject2,_templateObject3,_templateObject4,_templateObject5,_templateObject6,_templateObject7;// src/components/common/Footer.js\nimport React from'react';import{Link}from'react-router-dom';import styled from'styled-components';import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";const FooterContainer=styled.footer(_templateObject||(_templateObject=_taggedTemplateLiteral([\"\\n  background-color: #2c3e50;\\n  color: white;\\n  padding: 40px 0 20px;\\n  margin-top: auto;\\n\"])));const FooterContent=styled.div(_templateObject2||(_templateObject2=_taggedTemplateLiteral([\"\\n  max-width: 1200px;\\n  margin: 0 auto;\\n  padding: 0 24px;\\n  display: grid;\\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n  gap: 32px;\\n  \\n  @media (max-width: 768px) {\\n    grid-template-columns: 1fr;\\n    text-align: center;\\n  }\\n\"])));const FooterSection=styled.div(_templateObject3||(_templateObject3=_taggedTemplateLiteral([\"\"])));const SectionTitle=styled.h3(_templateObject4||(_templateObject4=_taggedTemplateLiteral([\"\\n  font-size: 18px;\\n  margin-bottom: 16px;\\n  color: #ecf0f1;\\n\"])));const FooterLink=styled(Link)(_templateObject5||(_templateObject5=_taggedTemplateLiteral([\"\\n  display: block;\\n  color: #bdc3c7;\\n  text-decoration: none;\\n  margin-bottom: 8px;\\n  transition: color 0.3s;\\n  \\n  &:hover {\\n    color: #ecf0f1;\\n  }\\n\"])));const FooterText=styled.p(_templateObject6||(_templateObject6=_taggedTemplateLiteral([\"\\n  color: #bdc3c7;\\n  margin-bottom: 8px;\\n  font-size: 14px;\\n\"])));const Copyright=styled.div(_templateObject7||(_templateObject7=_taggedTemplateLiteral([\"\\n  text-align: center;\\n  padding-top: 24px;\\n  margin-top: 32px;\\n  border-top: 1px solid #34495e;\\n  color: #95a5a6;\\n  font-size: 14px;\\n\"])));const Footer=()=>{const currentYear=new Date().getFullYear();return/*#__PURE__*/_jsxs(FooterContainer,{children:[/*#__PURE__*/_jsxs(FooterContent,{children:[/*#__PURE__*/_jsxs(FooterSection,{children:[/*#__PURE__*/_jsx(SectionTitle,{children:\"FanFarm\"}),/*#__PURE__*/_jsxs(FooterText,{children:[\"\\u5C71\\u5F62\\u770C\\u9152\\u7530\\u5E02\\u306E\\u8FB2\\u5BB6\\u3068\",/*#__PURE__*/_jsx(\"br\",{}),\"\\u30A2\\u30EB\\u30D0\\u30A4\\u30C8\\u5E0C\\u671B\\u8005\\u3092\\u3064\\u306A\\u3050\",/*#__PURE__*/_jsx(\"br\",{}),\"\\u30DE\\u30C3\\u30C1\\u30F3\\u30B0\\u30D7\\u30E9\\u30C3\\u30C8\\u30D5\\u30A9\\u30FC\\u30E0\"]})]}),/*#__PURE__*/_jsxs(FooterSection,{children:[/*#__PURE__*/_jsx(SectionTitle,{children:\"\\u30B5\\u30FC\\u30D3\\u30B9\"}),/*#__PURE__*/_jsx(FooterLink,{to:\"/jobs\",children:\"\\u6C42\\u4EBA\\u4E00\\u89A7\"}),/*#__PURE__*/_jsx(FooterLink,{to:\"/register\",children:\"\\u65B0\\u898F\\u767B\\u9332\"}),/*#__PURE__*/_jsx(FooterLink,{to:\"/login\",children:\"\\u30ED\\u30B0\\u30A4\\u30F3\"})]}),/*#__PURE__*/_jsxs(FooterSection,{children:[/*#__PURE__*/_jsx(SectionTitle,{children:\"\\u904B\\u55B6\\u60C5\\u5831\"}),/*#__PURE__*/_jsx(FooterText,{children:\"\\u6771\\u5317\\u516C\\u76CA\\u6587\\u79D1\\u5927\\u5B66 \\u65E5\\u5411\\u30D7\\u30ED\\u30B8\\u30A7\\u30AF\\u30C8\"}),/*#__PURE__*/_jsx(FooterText,{children:\"\\u5C71\\u5F62\\u770C\\u9152\\u7530\\u5E02\"})]})]}),/*#__PURE__*/_jsxs(Copyright,{children:[\"\\xA9 \",currentYear,\" FanFarm. All rights reserved.\"]})]});};export default Footer;","map":{"version":3,"names":["React","Link","styled","jsx","_jsx","jsxs","_jsxs","FooterContainer","footer","_templateObject","_taggedTemplateLiteral","FooterContent","div","_templateObject2","FooterSection","_templateObject3","SectionTitle","h3","_templateObject4","FooterLink","_templateObject5","FooterText","p","_templateObject6","Copyright","_templateObject7","Footer","currentYear","Date","getFullYear","children","to"],"sources":["/home/fanfarm/FanFarm/system/V3fanfarm-ubuntu-local/V3fanfarm-frontend/src/components/common/Footer.js"],"sourcesContent":["// src/components/common/Footer.js\nimport React from 'react';\nimport { Link } from 'react-router-dom';\nimport styled from 'styled-components';\n\nconst FooterContainer = styled.footer`\n  background-color: #2c3e50;\n  color: white;\n  padding: 40px 0 20px;\n  margin-top: auto;\n`;\n\nconst FooterContent = styled.div`\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 0 24px;\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 32px;\n  \n  @media (max-width: 768px) {\n    grid-template-columns: 1fr;\n    text-align: center;\n  }\n`;\n\nconst FooterSection = styled.div``;\n\nconst SectionTitle = styled.h3`\n  font-size: 18px;\n  margin-bottom: 16px;\n  color: #ecf0f1;\n`;\n\nconst FooterLink = styled(Link)`\n  display: block;\n  color: #bdc3c7;\n  text-decoration: none;\n  margin-bottom: 8px;\n  transition: color 0.3s;\n  \n  &:hover {\n    color: #ecf0f1;\n  }\n`;\n\nconst FooterText = styled.p`\n  color: #bdc3c7;\n  margin-bottom: 8px;\n  font-size: 14px;\n`;\n\nconst Copyright = styled.div`\n  text-align: center;\n  padding-top: 24px;\n  margin-top: 32px;\n  border-top: 1px solid #34495e;\n  color: #95a5a6;\n  font-size: 14px;\n`;\n\nconst Footer = () => {\n  const currentYear = new Date().getFullYear();\n\n  return (\n    <FooterContainer>\n      <FooterContent>\n        <FooterSection>\n          <SectionTitle>FanFarm</SectionTitle>\n          <FooterText>\n            山形県酒田市の農家と<br />\n            アルバイト希望者をつなぐ<br />\n            マッチングプラットフォーム\n          </FooterText>\n        </FooterSection>\n        \n        <FooterSection>\n          <SectionTitle>サービス</SectionTitle>\n          <FooterLink to=\"/jobs\">求人一覧</FooterLink>\n          <FooterLink to=\"/register\">新規登録</FooterLink>\n          <FooterLink to=\"/login\">ログイン</FooterLink>\n        </FooterSection>\n        \n        <FooterSection>\n          <SectionTitle>運営情報</SectionTitle>\n          <FooterText>東北公益文科大学 日向プロジェクト</FooterText>\n          <FooterText>山形県酒田市</FooterText>\n        </FooterSection>\n      </FooterContent>\n      \n      <Copyright>\n        © {currentYear} FanFarm. All rights reserved.\n      </Copyright>\n    </FooterContainer>\n  );\n};\n\nexport default Footer;\n"],"mappings":"sSAAA;AACA,MAAO,CAAAA,KAAK,KAAM,OAAO,CACzB,OAASC,IAAI,KAAQ,kBAAkB,CACvC,MAAO,CAAAC,MAAM,KAAM,mBAAmB,CAAC,OAAAC,GAAA,IAAAC,IAAA,CAAAC,IAAA,IAAAC,KAAA,yBAEvC,KAAM,CAAAC,eAAe,CAAGL,MAAM,CAACM,MAAM,CAAAC,eAAA,GAAAA,eAAA,CAAAC,sBAAA,uGAKpC,CAED,KAAM,CAAAC,aAAa,CAAGT,MAAM,CAACU,GAAG,CAAAC,gBAAA,GAAAA,gBAAA,CAAAH,sBAAA,yQAY/B,CAED,KAAM,CAAAI,aAAa,CAAGZ,MAAM,CAACU,GAAG,CAAAG,gBAAA,GAAAA,gBAAA,CAAAL,sBAAA,QAAE,CAElC,KAAM,CAAAM,YAAY,CAAGd,MAAM,CAACe,EAAE,CAAAC,gBAAA,GAAAA,gBAAA,CAAAR,sBAAA,yEAI7B,CAED,KAAM,CAAAS,UAAU,CAAGjB,MAAM,CAACD,IAAI,CAAC,CAAAmB,gBAAA,GAAAA,gBAAA,CAAAV,sBAAA,uKAU9B,CAED,KAAM,CAAAW,UAAU,CAAGnB,MAAM,CAACoB,CAAC,CAAAC,gBAAA,GAAAA,gBAAA,CAAAb,sBAAA,wEAI1B,CAED,KAAM,CAAAc,SAAS,CAAGtB,MAAM,CAACU,GAAG,CAAAa,gBAAA,GAAAA,gBAAA,CAAAf,sBAAA,qJAO3B,CAED,KAAM,CAAAgB,MAAM,CAAGA,CAAA,GAAM,CACnB,KAAM,CAAAC,WAAW,CAAG,GAAI,CAAAC,IAAI,CAAC,CAAC,CAACC,WAAW,CAAC,CAAC,CAE5C,mBACEvB,KAAA,CAACC,eAAe,EAAAuB,QAAA,eACdxB,KAAA,CAACK,aAAa,EAAAmB,QAAA,eACZxB,KAAA,CAACQ,aAAa,EAAAgB,QAAA,eACZ1B,IAAA,CAACY,YAAY,EAAAc,QAAA,CAAC,SAAO,CAAc,CAAC,cACpCxB,KAAA,CAACe,UAAU,EAAAS,QAAA,EAAC,8DACA,cAAA1B,IAAA,QAAK,CAAC,2EACJ,cAAAA,IAAA,QAAK,CAAC,iFAEpB,EAAY,CAAC,EACA,CAAC,cAEhBE,KAAA,CAACQ,aAAa,EAAAgB,QAAA,eACZ1B,IAAA,CAACY,YAAY,EAAAc,QAAA,CAAC,0BAAI,CAAc,CAAC,cACjC1B,IAAA,CAACe,UAAU,EAACY,EAAE,CAAC,OAAO,CAAAD,QAAA,CAAC,0BAAI,CAAY,CAAC,cACxC1B,IAAA,CAACe,UAAU,EAACY,EAAE,CAAC,WAAW,CAAAD,QAAA,CAAC,0BAAI,CAAY,CAAC,cAC5C1B,IAAA,CAACe,UAAU,EAACY,EAAE,CAAC,QAAQ,CAAAD,QAAA,CAAC,0BAAI,CAAY,CAAC,EAC5B,CAAC,cAEhBxB,KAAA,CAACQ,aAAa,EAAAgB,QAAA,eACZ1B,IAAA,CAACY,YAAY,EAAAc,QAAA,CAAC,0BAAI,CAAc,CAAC,cACjC1B,IAAA,CAACiB,UAAU,EAAAS,QAAA,CAAC,mGAAiB,CAAY,CAAC,cAC1C1B,IAAA,CAACiB,UAAU,EAAAS,QAAA,CAAC,sCAAM,CAAY,CAAC,EAClB,CAAC,EACH,CAAC,cAEhBxB,KAAA,CAACkB,SAAS,EAAAM,QAAA,EAAC,OACP,CAACH,WAAW,CAAC,gCACjB,EAAW,CAAC,EACG,CAAC,CAEtB,CAAC,CAED,cAAe,CAAAD,MAAM","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}