mirror of
https://github.com/sern-handler/website
synced 2026-06-26 09:42:24 +00:00
feat: made hero larger
This commit is contained in:
@@ -1,20 +1,15 @@
|
||||
---
|
||||
slug: the-why-in-everything
|
||||
title: sern's "why"
|
||||
title: why
|
||||
authors: [jacoobes]
|
||||
tags: []
|
||||
---
|
||||
|
||||
Blog posts support [Docusaurus Markdown features](https://docusaurus.io/docs/markdown-features), such as [MDX](https://mdxjs.com/).
|
||||
Yes, yet another discord.js handler.
|
||||
|
||||
:::tip
|
||||
<br/> Why?
|
||||
<br/> Why??
|
||||
|
||||
Use the power of React to create interactive blog posts.
|
||||
|
||||
```js
|
||||
<button onClick={() => alert('button clicked!')}>Click me!</button>
|
||||
```
|
||||
|
||||
<button onClick={() => alert('button clicked!')}>Click me!</button>
|
||||
|
||||
:::
|
||||
<br />
|
||||
There are so many discord.js handlers out there. So why another one? Here's the thing. Most handlers you see out there are
|
||||
poorly made, not maintained, unknown bugs, or who knows what.
|
||||
|
||||
@@ -17,14 +17,15 @@ function HomepageHeader() {
|
||||
<div className={ "col col--6 " }>
|
||||
<h1
|
||||
className={clsx("hero__title", styles['padding-vert--md'])}
|
||||
style={ { fontSize : '450%' }}
|
||||
>
|
||||
<b>{siteConfig.title.slice(6)}</b>
|
||||
</h1>
|
||||
<p className="hero__subtitle">{siteConfig.tagline}</p>
|
||||
<Link
|
||||
className="button button--secondary button--lg"
|
||||
to="/docs/intro">
|
||||
npm install @sern/handler
|
||||
to="https://sern-handler.js.org/guide/walkthrough/cli">
|
||||
sern init
|
||||
</Link>
|
||||
</div>
|
||||
<div className="col col--6">
|
||||
|
||||
@@ -27,5 +27,5 @@
|
||||
padding-top: 10.10rem !important;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user