mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
contact address fix
This commit is contained in:
parent
2592785a99
commit
a074f9f5dc
@ -11,7 +11,8 @@ bigchaindb_api_url: https://test.bigchaindb.com
|
|||||||
hiring: true
|
hiring: true
|
||||||
|
|
||||||
email:
|
email:
|
||||||
contact: xgkblajx
|
contact: contact@bigchaindb.com
|
||||||
|
contact_formspree: xgkblajx
|
||||||
contact_cc: "contact@bigchaindb.com,kamal@bigchaindb.com,ricardo@bigchaindb.com,gautam@bigchaindb.com"
|
contact_cc: "contact@bigchaindb.com,kamal@bigchaindb.com,ricardo@bigchaindb.com,gautam@bigchaindb.com"
|
||||||
cla: xwojnopx
|
cla: xwojnopx
|
||||||
cla_cc: troy@ascribe.io
|
cla_cc: troy@ascribe.io
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
<form id="form-contact" class="form js-parsley" action="//formspree.io/{{ site.email.contact }}" method="POST" accept-charset="UTF-8">
|
<form id="form-contact" class="form js-parsley" action="//formspree.io/{{ site.email.contact_formspree }}" method="POST" accept-charset="UTF-8">
|
||||||
<p class="form-group">
|
<p class="form-group">
|
||||||
<input class="form-control" type="text" id="name" name="name" required>
|
<input class="form-control" type="text" id="name" name="name" required>
|
||||||
<label class="form-label" for="name">Your Name</label>
|
<label class="form-label" for="name">Your Name</label>
|
||||||
|
Loading…
Reference in New Issue
Block a user