Skip to content

Commit

Permalink
feat: about
Browse files Browse the repository at this point in the history
  • Loading branch information
chayapatr committed Jul 16, 2023
1 parent b657fc6 commit 28cf03f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion public/sw.js.map

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

20 changes: 10 additions & 10 deletions src/pages/about/index.tsx
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
import Navbar from "@/components/navbar/Navbar";

Navbar;

const About = () => {
return (
<div>
<Navbar />
<div className="prose-lg">
<h1>เราเป็นใคร?</h1>
<div className="flex flex-col justify-center items-center gap-8 text-xl mx-auto max-w-3xl p-4 lg:p-16">
<h1 className="text-3xl px-4">
🙌 โดยผู้จัดอีเวนต์ เพื่อผู้จัดอีเวนต์
</h1>
<p>
oknize (โอ-เค-ไน๊) เป็นแพลตฟอร์มของคนทำอีเวนต์
ที่คิดมาเพื่อคนทำอีเวนต์ จากประสบการณ์ตรงของ Event Producer, Event
Director ให้ตอบโจทย์คนทำอีเวนต์ให้ได้มากที่สุด
👌🏻 oknize (โอ-เค-ไนซ์) เป็นแพลตฟอร์มของคนทำอีเวนต์
ที่คิดมาเพื่อคนทำอีเวนต์
จากประสบการณ์ตรงของผู้จัดอีเวนต์ให้ตอบโจทย์คนทำอีเวนต์ให้ได้มากที่สุด
</p>
<p>
เรา เข้าใจถึงปัญหาและความยุ่งยากของการเริ่มทำ Event เป็นอย่างดี
ไม่ว่าจะเป็น Event ของคุณจะมีขนาดเท่าไหร่
เราเข้าใจถึงปัญหาและความยุ่งยากของการเริ่มทำอีเวนต์เป็นอย่างดี
ไม่ว่าจะเป็นอีเวนต์ของคุณจะมีขนาดเท่าไหร่
แต่คงไม่พ้นกับปัญหาจุกจิกที่น่ากวนใจเราทุกคน
</p>
<p>
เรา
ทำให้คุณมีพื้นที่ที่สามารถออกแบบและจัดการอีเวนต์ของคุณได้แบบครบวงจร
เริ่มตั้งแต่ ก่อนจัดงาน - วันงาน - ไปจนถึงหลังจบงาน
ตั้งแต่ ก่อนจัดงาน - วันงาน - ไปจนถึงหลังจบงาน
เพราะเรารู้ว่าเวลาของคุณมีค่า คุณจะได้พึ่งพาแพลตฟอร์มอื่นๆ น้อยลง{" "}
</p>
<p>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ const Landing = () => {
<span className="font-semibold">oknize 👌🏻</span>
</h1>
<h4 className="text-lg sm:text-xl text-neutral-500 text-center">
แพลตฟอร์มและชุดเครื่องมือ ออกแบบโดยนักจัดอีเวนต์
เพื่อนักจัดอีเวนต์
แพลตฟอร์มและชุดเครื่องมือ ออกแบบโดยผู้จัดอีเวนต์
เพื่อผู้จัดอีเวนต์
</h4>
</div>
<div>
Expand Down
10 changes: 5 additions & 5 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
module.exports = {
darkMode: ["class"],
content: [
'./pages/**/*.{ts,tsx}',
'./components/**/*.{ts,tsx}',
'./app/**/*.{ts,tsx}',
'./src/**/*.{ts,tsx}',
"./pages/**/*.{ts,tsx}",
"./components/**/*.{ts,tsx}",
"./app/**/*.{ts,tsx}",
"./src/**/*.{ts,tsx}",
],
theme: {
container: {
Expand Down Expand Up @@ -87,4 +87,4 @@ module.exports = {
},
},
plugins: [require("tailwindcss-animate")],
}
};

0 comments on commit 28cf03f

Please sign in to comment.