UNPKG

legal-markdown-js

Version:

Node.js implementation of LegalMarkdown for processing legal documents with markdown and YAML - Complete feature parity with Ruby version

65 lines (55 loc) 3.94 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>example</title> <meta name="title" content="Services Agreement"> <meta name="party_a" content="ACME Corporation"> <meta name="party_b" content="John Smith"> <meta name="effective_date" content="Sat Jul 01 2023 02:00:00 GMT+0200 (Central European Summer Time)"> <meta name="payment_amount" content="5000"> <meta name="payment_currency" content="USD"> <meta name="include_confidentiality" content="true"> <meta name="include_non_compete" content="false"> <meta name="jurisdiction" content="California"> <meta name="level-one" content="Article %n."> <meta name="level-two" content="Section %n."> <meta name="level-three" content="(%n)"> <meta name="meta" content="[object Object]"> <meta name="meta-json-output" content="examples/output/metadata.json"> <style> /* Default CSS */ /* Custom CSS */ </style> </head> <body> <html> <head></head> <body> <h1>Services Agreement</h1> <p>This Services Agreement (the "Agreement") is entered into as of Sat Jul 01 2023 02:00:00 GMT+0200 (Central European Summer Time)<br>by and between ACME Corporation ("Client") and John Smith ("Service Provider").</p> <p>Article 1. SERVICES</p> <p> Section 1. Scope of Services Service Provider agrees to provide Client with consulting<br>services as described in Exhibit A attached hereto (the "Services").</p> <p> Section 2. Performance Service Provider shall perform the Services in a professional<br>and workmanlike manner and in accordance with industry standards.</p> <p>Article 2. COMPENSATION</p> <p> Section 1. Fees Client shall pay Service Provider the sum of $5000 as<br>compensation for the Services.</p> <p> Section 2. Payment Terms Payment shall be made within 30 days of receiving an invoice<br>from Service Provider.</p> <p>Article 3. TERM AND TERMINATION</p> <p> Section 1. Term This Agreement shall commence on the Effective Date and shall continue<br>until the Services are completed, unless earlier terminated.</p> <p> Section 2. Termination for Convenience Either party may terminate this Agreement upon<br>30 days written notice to the other party.</p> <p>Article 4. CONFIDENTIALITY</p> <p> Section 1. Definition "Confidential Information" means any information disclosed by one<br>party to the other, either directly or indirectly, in writing, orally or by<br>inspection of tangible objects, which is designated as "Confidential" or would<br>reasonably be understood to be confidential or proprietary.</p> <p> Section 2. Non-Disclosure Each party agrees not to disclose any Confidential<br>Information of the other party to any third party and to protect the<br>confidentiality of the disclosed Confidential Information with the same degree<br>of care as it uses to protect its own confidential<br>information.</p> <p>Article 5. GENERAL PROVISIONS</p> <p> Section 1. Governing Law This Agreement shall be governed by the laws of the State of<br>California.</p> <p> Section 2. Entire Agreement This Agreement constitutes the entire agreement between the<br>parties with respect to the subject matter hereof.</p> <p> Section 3. Amendments No amendment to this Agreement will be effective unless it is in<br>writing and signed by both parties.</p> <p> Section 4. Counterparts This Agreement may be executed in counterparts, each of which<br>shall be deemed an original.</p> <p>IN WITNESS WHEREOF, the parties hereto have executed this Agreement as of the<br>date first above written.</p> <p>CLIENT: ACME Corporation</p> <p>SERVICE PROVIDER: John Smith</p> </body> </html> </body> </html>