jamstack-indivisible.appseed.us Open in urlscan Pro
74.117.153.19  Public Scan

URL: http://jamstack-indivisible.appseed.us/
Submission: On December 07 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

POST #

<form method="post" action="#">
  <div class="fields">
    <div class="field half">
      <label for="name">Name</label>
      <input type="text" name="name" id="name">
    </div>
    <div class="field half">
      <label for="email">Email</label>
      <input type="text" name="email" id="email">
    </div>
    <div class="field">
      <label for="message">Message</label>
      <textarea name="message" id="message" rows="5"></textarea>
    </div>
  </div>
  <ul class="actions">
    <li><a href="" class="button submit">Send Message</a></li>
  </ul>
</form>

POST #

<form method="post" action="#">
  <div class="fields">
    <div class="field half">
      <label for="demo-name">Name</label>
      <input type="text" name="demo-name" id="demo-name" value="" placeholder="Jane Doe">
    </div>
    <div class="field half">
      <label for="demo-email">Email</label>
      <input type="email" name="demo-email" id="demo-email" value="" placeholder="jane@untitled.tld">
    </div>
    <div class="field">
      <label for="demo-category">Category</label>
      <select name="demo-category" id="demo-category">
        <option value="">-</option>
        <option value="1">Manufacturing</option>
        <option value="1">Shipping</option>
        <option value="1">Administration</option>
        <option value="1">Human Resources</option>
      </select>
    </div>
    <div class="field half">
      <input type="radio" id="demo-priority-low" name="demo-priority" checked="">
      <label for="demo-priority-low">Low</label>
    </div>
    <div class="field half">
      <input type="radio" id="demo-priority-high" name="demo-priority">
      <label for="demo-priority-high">High</label>
    </div>
    <div class="field half">
      <input type="checkbox" id="demo-copy" name="demo-copy">
      <label for="demo-copy">Email me a copy</label>
    </div>
    <div class="field half">
      <input type="checkbox" id="demo-human" name="demo-human" checked="">
      <label for="demo-human">Not a robot</label>
    </div>
    <div class="field">
      <label for="demo-message">Message</label>
      <textarea name="demo-message" id="demo-message" placeholder="Enter your message" rows="6"></textarea>
    </div>
  </div>
  <ul class="actions">
    <li><input type="submit" value="Send Message" class="primary"></li>
    <li><input type="reset" value="Reset"></li>
  </ul>
</form>

Text Content

JAMSTACK INDIVISIBLE

Blazing fast application coded JAMstack pattern on top of Indivisible Pixelarity
design
get product.

 * About
 * JAMstack
 * Contact
 * Elements

 * Twitter
 * Facebook
 * GitHub
 * Email

 * Back


ABOUT

Blazing fast app, with a beautiful design crafted by Pixelarity agency.

Skip over the boring part of integrating a new design into your next project and
use this pre-built JAMstack application.

The app is already equipped with tooling, components extracted from the design
and can be used right away in production.

Read ore about this app on the official product page.
 * Back


JAMSTACK

A few words about JAMstack pattern

Javascript: Any dynamic programming during the request/response cycle is handled
by JavaScript, running entirely on the client.

APIs: All server-side processes or database actions are abstracted into reusable
APIs, accessed over HTTPS with JavaScrip.

Markup: Templated markup should be prebuilt at deploy time, usually using a site
generator for content sites, or a build tool for web apps.

 * Back


CONTACT

Name
Email
Message
 * Send Message

 * Back


ELEMENTS

TEXT

This is bold and this is strong. This is italic and this is emphasized. This is
superscript text and this is subscript text. This is underlined and this is
code: for (;;) { ... }. Finally, this is a link.

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


HEADING LEVEL 2


HEADING LEVEL 3

HEADING LEVEL 4

HEADING LEVEL 5

HEADING LEVEL 6

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

BLOCKQUOTE

> Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis
> eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum.
> Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus.
> Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam
> adipiscing eu felis.

PREFORMATTED

i = 0;
				
				while (!deck.isInOrder()) {
				    print 'Iteration ' + i;
				    deck.shuffle();
				    i++;
				}
				
				print 'It took ' + i + ' iterations to sort the deck.';

LISTS

UNORDERED

 * Dolor pulvinar etiam.
 * Sagittis adipiscing.
 * Felis enim feugiat.

ALTERNATE

 * Dolor pulvinar etiam.
 * Sagittis adipiscing.
 * Felis enim feugiat.

ORDERED

 1. Dolor pulvinar etiam.
 2. Etiam vel felis viverra.
 3. Felis enim feugiat.
 4. Dolor pulvinar etiam.
 5. Etiam vel felis lorem.
 6. Felis enim et feugiat.

ICONS

 * Twitter
 * Facebook
 * Instagram
 * Github

ACTIONS

 * Default
 * Default

 * Default
 * Default

TABLE

DEFAULT

Name Description Price Item One Ante turpis integer aliquet porttitor. 29.99
Item Two Vis ac commodo adipiscing arcu aliquet. 19.99 Item Three Morbi faucibus
arcu accumsan lorem. 29.99 Item Four Vitae integer tempus condimentum. 19.99
Item Five Ante turpis integer aliquet porttitor. 29.99 100.00

ALTERNATE

Name Description Price Item One Ante turpis integer aliquet porttitor. 29.99
Item Two Vis ac commodo adipiscing arcu aliquet. 19.99 Item Three Morbi faucibus
arcu accumsan lorem. 29.99 Item Four Vitae integer tempus condimentum. 19.99
Item Five Ante turpis integer aliquet porttitor. 29.99 100.00

BUTTONS

 * Primary
 * Default

 * Default
 * Small

 * Icon
 * Icon

 * Disabled
 * Disabled

FORM

Name
Email
Category - Manufacturing Shipping Administration Human Resources
Low
High
Email me a copy
Not a robot
Message
 * 
 * 

© AppSeed. All rights reserved.