Final change before going off of lunch break!
This commit is contained in:
parent
96565d573b
commit
64a4cff1fe
1 changed files with 12 additions and 12 deletions
|
@ -20,35 +20,35 @@ export default Home;
|
||||||
const HomePageBody: React.FC = () => {
|
const HomePageBody: React.FC = () => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<h1 className="text-6xl font-bold">
|
<h1 className="text-3xl sm:text-6xl font-bold">
|
||||||
Sprint{ " " }
|
Sprint{" "}
|
||||||
<span className="bg-gradient-to-br from-pink-600 to-cyan-400 bg-clip-text text-transparent box-decoration-clone">
|
<span className="bg-gradient-to-br from-pink-600 to-cyan-400 bg-clip-text text-transparent box-decoration-clone">
|
||||||
Padawan
|
Padawan
|
||||||
</span>
|
</span>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<h2 className="my-4 text-3xl font-bold">
|
<h2 className="my-4 text-xl sm:text-3xl font-bold">
|
||||||
A{ " " }
|
A{" "}
|
||||||
<span className="bg-gradient-to-br from-pink-600 to-pink-400 bg-clip-text text-transparent box-decoration-clone">
|
<span className="bg-gradient-to-br from-pink-600 to-pink-400 bg-clip-text text-transparent box-decoration-clone">
|
||||||
scrum poker{ " " }
|
scrum poker{" "}
|
||||||
</span>{ " " }
|
</span>{" "}
|
||||||
tool that helps{ " " }
|
tool that helps{" "}
|
||||||
<span className="bg-gradient-to-br from-purple-600 to-purple-400 bg-clip-text text-transparent box-decoration-clone">
|
<span className="bg-gradient-to-br from-purple-600 to-purple-400 bg-clip-text text-transparent box-decoration-clone">
|
||||||
agile teams{ " " }
|
agile teams{" "}
|
||||||
</span>{ " " }
|
</span>{" "}
|
||||||
plan their sprints in{ " " }
|
plan their sprints in{" "}
|
||||||
<span className="bg-gradient-to-br from-cyan-600 to-cyan-400 bg-clip-text text-transparent box-decoration-clone">
|
<span className="bg-gradient-to-br from-cyan-600 to-cyan-400 bg-clip-text text-transparent box-decoration-clone">
|
||||||
real-time
|
real-time
|
||||||
</span>
|
</span>
|
||||||
.
|
.
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<div className="card bg-secondary text-black font-bold text-left">
|
<div className="card card-compact bg-secondary text-black font-bold text-left">
|
||||||
<div className="card-body">
|
<div className="card-body">
|
||||||
<h2 className="card-title">Features:</h2>
|
<h2 className="card-title">Features:</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>🚀 Real-time votes!</li>
|
<li>🚀 Real-time votes!</li>
|
||||||
<li>🚀 Granular control of room name and vote scale!</li>
|
<li>🚀 Customizable room name and vote scale!</li>
|
||||||
<li>🚀 CSV Reports for every room!</li>
|
<li>🚀 CSV Reports for every room!</li>
|
||||||
<li>🚀 100% free and open-source... forever!</li>
|
<li>🚀 100% free and open-source... forever!</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Add table
Reference in a new issue