diff --git a/apps/content/lib/content_web/templates/posts/static_pages/index.html.eex b/apps/content/lib/content_web/templates/posts/static_pages/index.html.eex index 79696c26..0c3335a6 100644 --- a/apps/content/lib/content_web/templates/posts/static_pages/index.html.eex +++ b/apps/content/lib/content_web/templates/posts/static_pages/index.html.eex @@ -1,699 +1,170 @@
-
-
-
-

- Your story starts with us. +
+
+

+ The Stuff of Legend.

-

- This is a simple example of a Landing Page you can build using - Tailwind Starter Kit. It features multiple CSS components - based on the Tailwindcss design system. +

+ Legendary makes it easy to quickly build Phoenix applications with all the bells and whistles.

+
+ <%= styled_button_link "Log In", to: AuthWeb.Router.Helpers.pow_session_path(%URI{path: "/auth"}, :new) %> + <%= styled_button_link "Sign Up", to: AuthWeb.Router.Helpers.pow_registration_path(%URI{path: "/auth"}, :new) %> +

-
- - - -
-
+
- +
-
Awarded Agency
+
Batteries Included

- Divide details about your product or agency work into parts. - A paragraph describing a feature will be enough. + We include authentication, content management, administration, Tailwind styles, + and fluid email templates so that you can build your app as quickly as possible.

- +
-
Free Revisions
+
Hyper-scalable

- Keep you user engaged by providing meaningful information. - Remember that by this time, the user is curious. + Legendary is built on top of Phoenix and Elixir, so it can handle millions of connections without a problem.

-
+
- +
-
Verified Company
+
Flexible Toolbox

- Write a few lines about each one. A paragraph describing a - feature will be enough. Keep you user engaged! + We used our years of experience building Phoenix applications at scale to design Legendary with everything you need. + But we stay out of your way while you create your application.

-
-
- -
-

- Working with us is a pleasure -

-

- Don't let your uses guess by attaching tooltips and popoves to - any element. Just make sure you enable them first via - JavaScript. -

-

- The kit comes with three pre-built pages to help you get started - faster. You can change the text and images and you're good to - go. Just make sure you enable them first via JavaScript. -

- Check Tailwind Starter Kit! -
-
-
- ... -
- - - -

- Top Notch Services -

-

- The Arctic Ocean freezes every winter and much of the - sea-ice then thaws every summer, and that process will - continue whatever happens. -

-
-
-
-
-
-
-
-
- - - -
-
-
-
- ... -
-
-
-
- -
-

A growing company

-

- The extension comes with three pre-built pages to help you get - started faster. You can change the text and images and you're - good to go. +

+ Features +

+
+
+

Authentication

+

+ Look, you don't want to build yet another auth system. You want to build an application. Authentication + is a solved problem. With Legendary you don't need to reinvent the wheel.

-
    -
  • -
    -
    - -
    -
    -

    - Carefully crafted components -

    -
    -
    -
  • -
  • -
    -
    - -
    -
    -

    Amazing page examples

    -
    -
    -
  • -
  • -
    -
    - -
    -
    -

    Dynamic components

    -
    -
    -
  • -
+
+
+ +
+
+
+
+ +
+
+

Content Management

+

+ Legendary comes with a simple content management system for building custom pages and blog posts. Don't + get stuck building simple content pages when your development talent is better spent elsewhere. +

+
+
+
+

Admin Dashboard

+

+ There are plenty of tasks that don't require custom code. Legendary integrates the Kaffy admin dashboard + so that you can focus on what is unique to your application instead of churning out CRUD or editing database + rows by hand. +

+
+
+ +
+
+
+
+ +
+
+

Tailwind CSS

+

+ Tailwind is a rad CSS framework that gives you the building blocks you need to implement + any design, without fighting a super-opinionated CSS framework. +

+
+
+
+
+

Battle-tested Fluid Email Templates

+

+ HTML email is hard. But it's also a solved problem. We include an HTML email template and toolkit that has been + tested across all the major email clients from mobile to desktop. You probably didn't get into this to code yet + another email template. So don't. Use ours. +

+
+
+
-
-
-
-
-

Here are our heroes

-

- According to the National Oceanic and Atmospheric - Administration, Ted, Scambos, NSIDClead scentist, puts the - potentially record maximum. -

-
-
-
-
-
- ... -
-
Ryan Tompson
-

- Web Developer -

-
- -
-
+
+
+
+
+

+ What are you waiting for? +

-
-
-
- ... -
-
Romina Hadid
-

- Marketing Specialist -

-
- -
-
-
-
-
-
- ... -
-
Alexa Smith
-

- UI/UX Designer -

-
- -
-
-
-
-
-
- ... -
-
Jenna Kardi
-

- Founder and CEO -

-
- -
-
-
-
-
-
-
-
-
- - - -
-
-
-
-

Build something

-

- Put the potentially record low maximum sea ice extent tihs year - down to low ice. According to the National Oceanic and - Atmospheric Administration, Ted, Scambos. -

-
-
-
-
-
- -
-
- Excelent Services -
-

- Some quick example text to build on the card title and make up - the bulk of the card's content. -

-
-
-
- -
-
- Grow your market -
-

- Some quick example text to build on the card title and make up - the bulk of the card's content. -

-
-
-
- -
-
Launch time
-

- Some quick example text to build on the card title and make up - the bulk of the card's content. -

-
-
-
-
-
-
-
-
-
-
-

Want to work with us?

-

- Complete this form and we will get back to you in 24 hours. -

-
- -
-
- -
-
- -
-
- -
-
+
+ <%= styled_button_link "Log In", to: AuthWeb.Router.Helpers.pow_session_path(%URI{path: "/auth"}, :new) %> + <%= styled_button_link "Sign Up", to: AuthWeb.Router.Helpers.pow_registration_path(%URI{path: "/auth"}, :new) %>
- diff --git a/apps/core/assets/static/images/auth.svg b/apps/core/assets/static/images/auth.svg new file mode 100644 index 00000000..881e4564 --- /dev/null +++ b/apps/core/assets/static/images/auth.svg @@ -0,0 +1 @@ +authentication \ No newline at end of file diff --git a/apps/core/assets/static/images/content.svg b/apps/core/assets/static/images/content.svg new file mode 100644 index 00000000..bea5569b --- /dev/null +++ b/apps/core/assets/static/images/content.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/core/assets/static/images/dashboard.svg b/apps/core/assets/static/images/dashboard.svg new file mode 100644 index 00000000..61b8ca91 --- /dev/null +++ b/apps/core/assets/static/images/dashboard.svg @@ -0,0 +1 @@ +dashboard \ No newline at end of file diff --git a/apps/core/assets/static/images/email.svg b/apps/core/assets/static/images/email.svg new file mode 100644 index 00000000..dc91c2f3 --- /dev/null +++ b/apps/core/assets/static/images/email.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/core/assets/static/images/tailwind.svg b/apps/core/assets/static/images/tailwind.svg new file mode 100644 index 00000000..653ff035 --- /dev/null +++ b/apps/core/assets/static/images/tailwind.svg @@ -0,0 +1 @@ +tailwind_css \ No newline at end of file