Skip to content

Commit

Permalink
feat: email-version
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioJPinto committed Oct 23, 2024
1 parent 07a7c5c commit a6bf04a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions email-version/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>

<html lang="pt">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CeSIUM Sponsorship Newsletter</title>
<!--font imports-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
</head>

<body style="font-family: Inter, sans-serif;font-size: 14px;line-height: 150%;background-color: #FAFAFA;margin: 0px;">
<div class="safearea" style="box-sizing: border-box;max-width: 700px;margin: 0 auto;background-color: #FAFAFA;">
<a href="https://newsletter.cesium.pt/01-2425/">
<img src="https://newsletter.cesium.pt/01-2425/header-section.png" alt="" style="width: 100%; height: auto;">
<img src="https://newsletter.cesium.pt/01-2425/sei-section.png" alt="" style="width: 100%; height: auto;">
<img src="https://newsletter.cesium.pt/01-2425/bugsbyte-section.png" alt="" style="width: 100%; height: auto;">
<img src="https://newsletter.cesium.pt/01-2425/coderdojo-section.png" alt="" style="width: 100%; height: auto;">
</a>
<div class="footer" style="box-sizing: border-box;width: 100%;padding: 40px 50px 80px 50px;font-size: 13px;opacity: 0.5;text-align: center;">
CeSIUM - Centro de Estudantes de Engenharia Informática da Universidade do Minho<br> Contactos - Email:
<a style="color: #ed7950" href="mailto:[email protected]">[email protected]</a> • Contacto telefónico: +351 253 604 448
</div>
</div>

</body></html>

0 comments on commit a6bf04a

Please sign in to comment.