-
Notifications
You must be signed in to change notification settings - Fork 350
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a blog post entry linking to the big blog post explaining how/why…
… we built this template. Includes useful best practices for how to customize this template.
- Loading branch information
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
34 changes: 34 additions & 0 deletions
34
src/routes/(marketing)/blog/(posts)/how_we_built_our_saas_website/+page.svelte
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<p class="lead">How to use this template you to bootstrap your own site.</p> | ||
|
||
<p> | ||
We've written a detailed blog post about how we took this template, and | ||
created a real <a href="https://criticalmoments.io" target="_blank" | ||
>SaaS company website</a | ||
>. Topics include: | ||
</p> | ||
|
||
<ul> | ||
<li>Optimizing the stack for performance and developer productivity</li> | ||
<li>Creating rich interactive animations with Svelte</li> | ||
<li>Creating pixel perfect designs without rasterization</li> | ||
<li>Speed measurements: how we kept it small and lightning fast</li> | ||
</ul> | ||
|
||
<a | ||
href="https://criticalmoments.io/blog/how_we_built_our_marketing_page" | ||
target="_blank" | ||
class="btn btn-primary">Read the Blog Post</a | ||
> | ||
|
||
<p> | ||
The blog post is over on <a href="https://criticalmoments.io" target="_blank" | ||
>criticalmoments.io</a | ||
>, a page which uses this boilerplate as a starting point. | ||
</p> | ||
|
||
<p> | ||
If you're looking for examples of blog posts with rich content rendered inside | ||
this template, checkout the other demo posts <a href="/blog" class="link" | ||
>here</a | ||
>. | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters