-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from MichelNsouza/develop
consumindo API
- Loading branch information
Showing
30 changed files
with
2,371 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
<!DOCTYPE html> | ||
<html lang="pt-br"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>CardSaudades</title> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap" rel="stylesheet"> | ||
|
||
|
||
</head> | ||
<body style="background-color: rgba(245,245,245,255);"> | ||
|
||
|
||
<div class="containerMaior" style="font-family: Inter, sans-serif;"> | ||
|
||
<table border="0" width="650" cellpadding="0" cellspacing="0" height="100"> | ||
<tr> | ||
<table align="center" width="650px" cellpadding= "0" cellspacing="0"> | ||
|
||
<tr> | ||
<td align="center" valign="center" bgcolor="transparent"> | ||
<table border="0" cellpadding="0" cellspacing="0"> | ||
<tr> | ||
<td> | ||
<img src="Vector.png" alt="logo" style="margin-right: 10px;"> | ||
</td> | ||
<td> | ||
<h1 class="logo" style="color: #4EB577; margin-left: 10px;">WallDreams</h1> | ||
</td> | ||
</tr> | ||
</table> | ||
</td> | ||
</tr> | ||
|
||
|
||
|
||
<td class="midContainer" style="background-color: white; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); border: 1px; border-radius: 20px; padding: 30px 48px;"> | ||
<table width="650px" cellpadding="0" cellspacing="0"> | ||
<tr> | ||
<td> | ||
<h4>Olá, <b>Paulo Reis</b>, tudo bem!?</h4> | ||
<span>Estamos sentindo muito a sua falta. Notamos que já tem um bom tempo que você | ||
não baixa novos Wallpapers. Veja o que perdeu nos últimos dias.</span> | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
<table width="650px" cellpadding="0" cellspacing="0"> | ||
<tr> | ||
<td align="left"> | ||
<h3>Últimos Wallpapers publicados</h3> | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
<table class="imagens" width="650px" cellpadding="0" cellspacing="0"> | ||
<tr> | ||
<td style="padding-right: 44px;"> | ||
<img src="/src/assets/image 6.png" alt="img1"> | ||
</td> | ||
|
||
<td> | ||
<img src="/src/assets/image 6.png" alt="img2"> | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
<table class="Footer" align="center" valign="center" width="650px" cellpadding="0" cellspacing="0" style="margin-top: 30px;"> | ||
<tr> | ||
<td align="center"> | ||
<span>Não quer mais receber nossos comunicados?</span> | ||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td align="center" style="margin-left: 30px;"> | ||
<a href="Link Aqui">Clique aqui para se desinscrever</a> | ||
</td> | ||
</tr> | ||
|
||
|
||
|
||
</table> | ||
|
||
|
||
</td> | ||
</tr> | ||
|
||
</table> | ||
|
||
</tr> | ||
|
||
</table> | ||
</div> | ||
|
||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.