adding logo cleaning up some text
This commit is contained in:
+2
-2
@@ -38,7 +38,7 @@ export default function Home() {
|
||||
|
||||
<p>
|
||||
tired of the rat race on{' '}
|
||||
<font color="grey">insta, tiktok, snap, "meta"...</font>?
|
||||
<font className='text-gray-300'>insta, tiktok, snap, "meta"...</font>?
|
||||
</p>
|
||||
|
||||
<p>
|
||||
@@ -55,7 +55,7 @@ export default function Home() {
|
||||
</p>
|
||||
|
||||
<p>
|
||||
wanna test the beta? text us @ <font color="grey">949.237.2715</font>
|
||||
wanna test the beta? text us @ <font className='text-gray-300'>949.237.2715</font>
|
||||
</p>
|
||||
|
||||
{/* <marquee
|
||||
|
||||
@@ -141,7 +141,7 @@ export default class Demo extends React.Component<MyProps, MyState> {
|
||||
render() {
|
||||
return (
|
||||
<>
|
||||
<div className="container mx-auto max-w-screen-xl pt-10 flex flex-col space-y-5 ">
|
||||
<div className="container mx-auto max-w-screen-xl pt-10 flex flex-col space-y-5">
|
||||
<Head>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2&display=swap"
|
||||
@@ -316,6 +316,11 @@ export default class Demo extends React.Component<MyProps, MyState> {
|
||||
</div>
|
||||
|
||||
<div className='fixed bottom-10 w-full'>
|
||||
{/* logo */}
|
||||
<div className='left-0 -bottom-5 absolute pl-5'>
|
||||
<p id="main-title">nirvana</p>
|
||||
</div>
|
||||
|
||||
{/* dynamic footer based on selection */}
|
||||
<section className={"flex flex-row bg-gray-300 max-w-screen-md mx-auto p-5 shadow-xl rounded-xl justify-between ease-in-out duration-300 scale-0" + (this.state.selectedChannel != null ? "scale-100" : " ")}>
|
||||
<span className='flex flex-row'>
|
||||
|
||||
@@ -36,7 +36,7 @@ export default function Home() {
|
||||
|
||||
<p>
|
||||
tired of spending most of the work day on{' '}
|
||||
<font color="grey" className="text-3xl">slack, <font className="text-2xl">zoom,</font> <font className="text-xl">ms teams,</font> <font className="text-lg">trello,</font> <font className="text-base">outlook,</font> <font className="text-base">gcal, </font><font className="text-sm">notion,</font> <font className="text-xs">gmail...</font>?</font>
|
||||
<font className="text-gray-300 text-3xl">slack, <font className="text-2xl">zoom,</font> <font className="text-xl">ms teams,</font> <font className="text-lg">trello,</font> <font className="text-base">outlook,</font> <font className="text-base">gcal, </font><font className="text-sm">notion,</font> <font className="text-xs">gmail...</font>?</font>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
@@ -53,7 +53,7 @@ export default function Home() {
|
||||
</p>
|
||||
|
||||
<p>
|
||||
wanna test the beta? text us @ <font color="grey">949.237.2715</font>
|
||||
wanna test the beta? text us @ <font className="text-gray-300">949.237.2715</font>
|
||||
</p>
|
||||
|
||||
{/* <marquee
|
||||
|
||||
@@ -52,6 +52,7 @@ main {
|
||||
p {
|
||||
font-family: 'Baloo Bhaijaan 2', cursive;
|
||||
font-size: 2em;
|
||||
color:white;
|
||||
}
|
||||
|
||||
#marquee-text {
|
||||
|
||||
Reference in New Issue
Block a user