Skip to content

Commit

Permalink
improved form in index.mdx
Browse files Browse the repository at this point in the history
Signed-off-by: Deepak Choudhary <114693662+Deepak-Choudhary0@users.noreply.github.com>
  • Loading branch information
Deepak-Choudhary0 committed May 24, 2023
1 parent 0d00df7 commit 168e038
Showing 1 changed file with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,14 @@ import CommonForm from "../../../components/CommonForm";

<BookWrapper>

<div className="book"><a href="https://www.nginx.com/resources/library/the-enterprise-path-to-service-mesh-architectures/"><img className="card" width="300px" src={service_mesh_book_second_edition} align="centre" /></a><div>&nbsp;</div>
/*
<Button primary className="banner-btn one pa-8" title="Get the Book" url="https://www.nginx.com/resources/library/the-enterprise-path-to-service-mesh-architectures/" external="true" />
*/
<div className="book"><img className="card" width="300px" src={service_mesh_book_second_edition} align="centre" /><div>&nbsp;</div>
<Col lg={5} md={6} sm={12} style={{ padding: "0" }}>
<CommonForm
title="Get the Book"
form="The Enterprise path to service mesh Architectures 2nd Edition"
account_desc="Send the The Enterprise path to service mesh Architectures 2nd Edition book in the Mail."
submit_title="You will get book soon in the mail!"
submit_body="Please patiently await for The Enterprise path to service mesh Architectures 2nd Edition Book."
form="epsma-book"
account_desc="Email the The Enterprise Path to Service Mesh Architectures 2nd Edition"
submit_title="Your copy of the book will arrive in your mailbox shortly."
submit_body="While waiting for your copy to arrive take a free learning path - https://layer5.io/learn/learning-path"
/>
</Col>
</div>
Expand Down

0 comments on commit 168e038

Please sign in to comment.