remove org from form to keep it simple

This commit is contained in:
Bud Parr 2017-04-15 20:08:50 -04:00
parent 5c53ef6e2f
commit 740aaebed3
No known key found for this signature in database
GPG Key ID: ACA375160539D2B3
2 changed files with 2 additions and 4 deletions

View File

@ -1,10 +1,11 @@
### Ananke, A theme for [Hugo](http://gohugo.io/), a framework for building websites.
The intent of this theme is to provide a solid starting place for Hugo sites with basic features and include best practices for performance, accessibility, and rapid development.
![screenshot](/images/screenshot.png)
[DEMO](https://gohugo-ananke-theme-demo.netlify.com/)
The intent of this theme is to provide a solid starting place for Hugo sites and include best practices for performance, accessibility, and rapid development.
Features

View File

@ -6,9 +6,6 @@
<label class="{{ $.Scratch.Get "labelClasses" }}" for="first_name">Your Name</label>
<input type="text" id="first_name" name="first_name" class="{{ $.Scratch.Get "inputClasses" }}" required placeholder=" " />
<label class="{{ $.Scratch.Get "labelClasses" }}" for="last_name">Organization Name</label>
<input type="text" id="last_name" name="last_name" class="{{ $.Scratch.Get "inputClasses" }}" required placeholder=" " />
<label class="{{ $.Scratch.Get "labelClasses" }}" for="email">Email Address</label>
<input type="email" id="email" name="email" class="{{ $.Scratch.Get "inputClasses" }}" required placeholder=" " />
<div class="requirements f6 gray glow i ph3 overflow-hidden TK">