File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,16 @@ export default function HomePage() {
88 < main className = "flex flex-1 flex-col justify-center text-center" >
99 < div className = "grid sm:grid-cols-1 md:grid-cols-2 container" >
1010 < div className = "md:text-start flex flex-1 flex-col justify-center" >
11- < h2 className = "text-red-300 text-[2rem] md:text-[2rem] xl:text-[3rem] font-bold" > Manapi Http</ h2 >
11+ < h2 className = "text-[2rem] md:text-[2rem] xl:text-[3rem]" >
12+ < span className = "font-bold bg-clip-text text-transparent bg-gradient-to-r from-red-300 to-purple-500" > Manapi Http</ span >
13+ </ h2 >
1214 < p className = "text-[2rem] my-0 md:text-[2rem] my-[-1rem] xl:text-[3rem] font-bold" > server/client library for</ p >
1315 < p className = "text-[2rem] md:text-[2rem] xl:text-[3rem] font-bold" > asynchronous C++</ p >
1416 < div className = "text-gray-400 text-[1.2rem] md:text[1.3rem] xl:text-[1.5rem] my-4" >
1517 Build and run microservices written in C++ with different HTTP implementations
1618 </ div >
1719 < div className = "flex gap-2 justify-center md:justify-start" >
18- < a className = "bg-red-300 transition-colors py-2 px-4 rounded-[1.8rem] text-black hover:bg-red-200" href = "./docs/intro/quick-start" > Quick Start</ a >
20+ < a className = "bg-red-300 transition-colors py-2 px-4 rounded-[1.8rem] bg-gradient-to-r from-red-400 to-purple-800 hover:bg-red-200" href = "./docs/intro/quick-start" > Quick Start</ a >
1921 < a className = "bg-gray-300 text-black hover:bg-gray-200 dark:bg-gray-800 transition-colors py-2 px-4 rounded-[1.8rem] dark:hover:bg-gray-700 dark:text-white" href = "./docs/" > Documentation</ a >
2022 </ div >
2123 </ div >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { BookIcon } from 'lucide-react';
44export const baseOptions : BaseLayoutProps = {
55 nav : {
66 title : (
7- < span className = 'text- red-300' >
7+ < span className = 'font-bold bg-clip- text text-transparent bg-gradient-to-r from- red-300 to-purple-400 ' >
88 Manapi Http
99 </ span >
1010 )
You can’t perform that action at this time.
0 commit comments