Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
  • Loading branch information
noeypatt committed Mar 31, 2020
1 parent a80ae78 commit 41eadf6
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 30,281 deletions.
2 changes: 1 addition & 1 deletion components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react'
const Footer = () => {
return (
<div className="warp-footer">
<h6>© 2019 Patnarin Supaokit</h6>
<h6>© 2019 Elderly Database and Infographics.</h6>
</div>
)
}
Expand Down
25 changes: 9 additions & 16 deletions pages/index/Allowance.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { Step } = Steps;
const Allowance = () => {
const isSmallScreen = useMediaQuery({ maxDeviceWidth: 575.98 })
const [header, setHeader] = useState("เบี้ยยังชีพผู้สูงอายุ")
const [subHead, setSubHead] = useState("เว็บฐานข้อมูลผู้สูงอายุ ภายในอำเภอกะทู้ จังหวัดภูเก็ต")
const [subHead, setSubHead] = useState("อำเภอกะทู้ จังหวัดภูเก็ต")

const [data, setData] = useState([
{
Expand Down Expand Up @@ -84,30 +84,23 @@ const Allowance = () => {
<div className="container-fluid">
<div className="head-content">
<h4>{header}</h4>
<h5> ถูกแบ่งออกเป็น 3 ระดับ</h5>
<h5>{subHead}</h5>
</div>

<div className="detail-content">
<img src="/static/trstcover2.gif" />
<div className="data-detail-content">
{
data.map((item, index) => (
<div className="title-content" key={index}>
<h6 className="header-title-content">{item.title}</h6>
<h6>{item.text}</h6>
<h6>{item.subtext}</h6>
<h6>{item.subtext2}</h6>
</div>
))
<Steps current={current} direction="vertical" onChange={onChangeStep}>
{data.map((item, index) => (
<Step key={index} title={item.title} description={item.description} />
))
}
</div>
</Steps>
</div>
</div>
:
<div className="container-fluid">
<div className="head-content">
<h3>{header}</h3>
<h3> ถูกแบ่งออกเป็น 3 ระดับ</h3>
<h3>{subHead}</h3>
</div>
<div className="detail-content">
<Steps current={current} direction="vertical" onChange={onChangeStep}>
Expand Down Expand Up @@ -143,7 +136,7 @@ const Allowance = () => {
}
</div>
</div>
</React.Fragment>
</React.Fragment >
)
}
export default Allowance;
Binary file removed static/about1.png
Binary file not shown.
Binary file removed static/cover-img7.png
Binary file not shown.
2 changes: 0 additions & 2 deletions static/hamberger.svg

This file was deleted.

1 change: 0 additions & 1 deletion static/logo-google-sheets.svg

This file was deleted.

Binary file removed static/logo2.jfif
Binary file not shown.
Binary file removed static/man.png
Binary file not shown.
Binary file removed static/project3.png
Binary file not shown.
Binary file added static/societyHead.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

1 comment on commit 41eadf6

@vercel
Copy link

@vercel vercel bot commented on 41eadf6 Mar 31, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.