rebranded landing page from stic to wasp.

This commit is contained in:
Matija Sosic 2019-08-26 13:34:56 +02:00
parent 044f7ff782
commit 9b9151f81c
5 changed files with 5277 additions and 31 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

5266
landing-page/css/main.css Normal file

File diff suppressed because it is too large Load Diff

View File

@ -25,14 +25,14 @@
<div class="container"> <div class="container">
<div class="navbar-brand"> <div class="navbar-brand">
<a class="navbar-item" href="https://stic.dev"> <a class="navbar-item" href="https://wasp-lang.dev">
<img src="assets/stic-logo.png" class="logo"> <img src="assets/wasp-logo-italic-rounded.png" class="logo">
</a> </a>
</div> </div>
<div class="navbar-menu"> <div class="navbar-menu">
<div class="navbar-start"> <div class="navbar-start">
<h3 class="navbar-item title is-4">STIC</h3> <h3 class="navbar-item title is-4">.wasp</h3>
</div> </div>
<div class="navbar-end"> <div class="navbar-end">
@ -57,8 +57,8 @@
<section class="hero is-large"> <section class="hero is-large">
<div class="hero-body"> <div class="hero-body">
<div class="container"> <div class="container">
<h1 class="title is-1"> <h1 class="title is-2">
STIC Web App Specification Language
</h1> </h1>
<h2 class="subtitle is-4"> <h2 class="subtitle is-4">
An extensible DSL for building modern web applications. An extensible DSL for building modern web applications.
@ -85,25 +85,6 @@
</div> </div>
--> -->
<!-- One-line explanation -->
<section class="section has-text-centered">
<div class="container">
<h2 class="title is-4 has-text-weight-normal">
<!--
<strong>S</strong>pecification
<strong>T</strong>o
<strong>I</strong>mplementation
<strong>C</strong>ompiler
-->
Specification To Implementation Compiler
</h2>
<h3 class="subtitle is-5 has-text-weight-light">
Express your app's CRUD & business logic in a higher level, framework agnostic language.<br/>
</h3>
</div>
</section>
<!-- Benefits --> <!-- Benefits -->
<section class="benefits section has-text-centered"> <section class="benefits section has-text-centered">
<div class="container"> <div class="container">
@ -128,7 +109,7 @@
<div class="content"> <div class="content">
<h2 class="title">Best practices</h2> <h2 class="title">Best practices</h2>
<p class="has-text-left"> <p class="has-text-left">
STIC produces real javascript code which looks like it was WASP produces real javascript code which looks like it was
handwritten by a senior engineer, using the industry best practices. handwritten by a senior engineer, using the industry best practices.
</p> </p>
</div> </div>
@ -137,7 +118,7 @@
<div class="content"> <div class="content">
<h2 class="title">Eject anytime</h2> <h2 class="title">Eject anytime</h2>
<p class="has-text-left"> <p class="has-text-left">
No risk of a lock-in effect - if STIC can no longer satisfy your No risk of a lock-in effect - if WASP can no longer satisfy your
app's requirements simply eject the project with all the source code app's requirements simply eject the project with all the source code
and continue yourself. and continue yourself.
</p> </p>
@ -162,7 +143,7 @@
<div class="column is-one-third"> <div class="column is-one-third">
<h2 class="subtitle">One step higher</h2> <h2 class="subtitle">One step higher</h2>
<p> <p>
STIC understands the inner workings of the web app - abstractions WASP understands the inner workings of the web app - abstractions
specific for an app design, such as <code>page</code> and specific for an app design, such as <code>page</code> and
<code>entity</code> are embedded in the language to provide a <code>entity</code> are embedded in the language to provide a
head start to developers. head start to developers.
@ -203,7 +184,7 @@
<div class="column is-one-third"> <div class="column is-one-third">
<h2 class="subtitle">Declarative approach</h2> <h2 class="subtitle">Declarative approach</h2>
<p> <p>
Following on the steps of the latest UI frameworks, STIC Following on the steps of the latest UI frameworks, WASP
allows you to express your app's requirements in a purely allows you to express your app's requirements in a purely
declarative way, making the declarative way, making the
<code>specification === implementation</code>. <code>specification === implementation</code>.
@ -244,13 +225,13 @@
Under the hood Under the hood
</h2> </h2>
<h3 class="subtitle is-5 has-text-weight-light"> <h3 class="subtitle is-5 has-text-weight-light">
STIC produces a real, handwritten code in the world's most popular stack WASP produces a real, handwritten code in the world's most popular stack
for web app development. for web app development.
</h3> </h3>
</div> </div>
</section> </section>
<!-- Tech stack STIC uses beneath --> <!-- Tech stack WASP uses beneath -->
<section class="stack section has-text-centered"> <section class="stack section has-text-centered">
<div class="container stack-logos"> <div class="container stack-logos">
<div class="columns"> <div class="columns">

View File

@ -1 +0,0 @@