mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +01:00
more form content as data
This commit is contained in:
parent
a753a8f91f
commit
06e81b12a9
@ -121,8 +121,8 @@
|
||||
}
|
||||
|
||||
.feature__icon {
|
||||
stroke: darken($brand-main-green, 15%);
|
||||
color: $brand-main-violet;
|
||||
stroke: $brand-main-blue;
|
||||
color: $brand-main-gray-lighter;
|
||||
}
|
||||
|
||||
.feature__title {
|
||||
|
@ -48,20 +48,9 @@
|
||||
<p class="form-group">
|
||||
<select class="form-control" id="industry" name="industry" required data-required="true">
|
||||
<option value=""> </option>
|
||||
<option value="Automotive">Automotive</option>
|
||||
<option value="Banking">Banking</option>
|
||||
<option value="Consulting">Consulting</option>
|
||||
<option value="Data">Data</option>
|
||||
<option value="Energy">Energy</option>
|
||||
<option value="Government">Government</option>
|
||||
<option value="Healthcare">Healthcare</option>
|
||||
<option value="Identity">Identity & Security</option>
|
||||
<option value="Insurance">Insurance</option>
|
||||
<option value="Information Technology">Information Technology</option>
|
||||
<option value="Logistics">Logistics & Shipping</option>
|
||||
<option value="Manufacturing">Manufacturing</option>
|
||||
<option value="Media">Media & Content</option>
|
||||
<option value="other">Other</option>
|
||||
{% for industry in page.contact.industries %}
|
||||
<option value="{{ industry }}">{{ industry }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
<label class="form-label" for="industry">Industry</label>
|
||||
</p>
|
||||
@ -70,11 +59,9 @@
|
||||
<p class="form-group">
|
||||
<select class="form-control" id="interest" name="interest" required data-required="true">
|
||||
<option value=""> </option>
|
||||
<option value="Education">Education</option>
|
||||
<option value="Partnership">Partnership</option>
|
||||
<option value="Prototype">Proof-of-Concept / Prototype / Pilot</option>
|
||||
<option value="Implementation">Implementation</option>
|
||||
<option value="BigchainDB Enterprise Edition">BigchainDB Enterprise Subscription</option>
|
||||
{% for interest in page.contact.interests %}
|
||||
<option value="{{ interest }}">{{ interest }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
<label class="form-label" for="interest">Interested in</label>
|
||||
</p>
|
||||
|
@ -48,7 +48,7 @@ intro:
|
||||
icon: icon-monitoring
|
||||
|
||||
support:
|
||||
title: "Hands-on enterprise support by the best"
|
||||
title: "Hands-on production support by the best"
|
||||
description: "From ideation to production, we have the team and technology to deploy enterprise-grade applications and platforms for businesses looking to build the tools of tomorrow."
|
||||
features:
|
||||
- title: "Training"
|
||||
@ -64,6 +64,30 @@ support:
|
||||
contact:
|
||||
title: "Get started now"
|
||||
description: "Ready to start building with BigchainDB? Enter your details below and we'll be in touch right away."
|
||||
|
||||
interests:
|
||||
- Training
|
||||
- Partnership
|
||||
- Proof-of-concept / prototype / pilot
|
||||
- Production support
|
||||
- Other
|
||||
|
||||
industries:
|
||||
- Automotive
|
||||
- Banking
|
||||
- Consulting
|
||||
- Data
|
||||
- Energy
|
||||
- Government
|
||||
- Healthcare
|
||||
- Identity & security
|
||||
- Insurance
|
||||
- Information technology
|
||||
- Logistics & shipping
|
||||
- Manufacturing
|
||||
- Media & content
|
||||
- Other
|
||||
|
||||
---
|
||||
|
||||
<header class="hero hero--enterprise">
|
||||
|
Loading…
x
Reference in New Issue
Block a user