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="navbar-brand">
<a class="navbar-item" href="https://stic.dev">
<img src="assets/stic-logo.png" class="logo">
<a class="navbar-item" href="https://wasp-lang.dev">
<img src="assets/wasp-logo-italic-rounded.png" class="logo">
</a>
</div>
<div class="navbar-menu">
<div class="navbar-start">
<h3 class="navbar-item title is-4">STIC</h3>
<h3 class="navbar-item title is-4">.wasp</h3>
</div>
<div class="navbar-end">
@ -57,8 +57,8 @@
<section class="hero is-large">
<div class="hero-body">
<div class="container">
<h1 class="title is-1">
STIC
<h1 class="title is-2">
Web App Specification Language
</h1>
<h2 class="subtitle is-4">
An extensible DSL for building modern web applications.
@ -85,25 +85,6 @@
</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 -->
<section class="benefits section has-text-centered">
<div class="container">
@ -128,7 +109,7 @@
<div class="content">
<h2 class="title">Best practices</h2>
<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.
</p>
</div>
@ -137,7 +118,7 @@
<div class="content">
<h2 class="title">Eject anytime</h2>
<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
and continue yourself.
</p>
@ -162,7 +143,7 @@
<div class="column is-one-third">
<h2 class="subtitle">One step higher</h2>
<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
<code>entity</code> are embedded in the language to provide a
head start to developers.
@ -203,7 +184,7 @@
<div class="column is-one-third">
<h2 class="subtitle">Declarative approach</h2>
<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
declarative way, making the
<code>specification === implementation</code>.
@ -244,13 +225,13 @@
Under the hood
</h2>
<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.
</h3>
</div>
</section>
<!-- Tech stack STIC uses beneath -->
<!-- Tech stack WASP uses beneath -->
<section class="stack section has-text-centered">
<div class="container stack-logos">
<div class="columns">

View File

@ -1 +0,0 @@