forked from docsales/technical-challange
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.html
38 lines (31 loc) · 850 Bytes
/
template.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<style>
body {
font-family: Arial, sans-serif;
margin: 3em;
padding: 0;
}
h1 {
text-align: center;
font-size: 28px;
margin-bottom: 30px;
}
h2 {
font-size: 20px;
margin-top: 30px;
margin-bottom: 10px;
}
p {
font-size: 16px;
margin-bottom: 20px;
text-align: justify;
line-height: 1.5;
}
</style>
<h1>Contrato de prestação de serviços</h1>
<h2>IDENTIFICAÇÃO DAS PARTES CONTRATANTES</h2>
<p>CONTRATANTE: {{customer_name}} </p>
<p>CONTRATADA: DocSales</p>
<h2>DESCRIÇÃO DOS SERVIÇOS</h2>
<p>Os serviços a serem prestados pela CONTRATADA consistem em realizar serviços de engenharia de software.</p>
<h2>REMUNERAÇÃO</h2>
<p>A CONTRATANTE pagará à CONTRATADA a quantia de {{contract_value}}, de acordo com as condições de pagamento estabelecidas neste contrato.</p>