forked from fairlance/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmail-template.html
49 lines (49 loc) · 2.81 KB
/
mail-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
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Fairlance mail</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body style="margin: 0; padding: 0;">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="800" >
<tr>
<td align="center" bgcolor="#f15b24" style="padding: 30px 0;">
<img src="src/assets/images/__Logo_top.png" height="80" style="display: block;" />
</td>
</tr>
<tr>
<td bgcolor="#ffffff" style="padding: 50px; font-family: Vedrana, sans-serif; font-size: 24px;">
<p>Hello,</p>
<p>Welcome to the Fairlance community.</p>
<p>We would like to build Fairlance as a community work platform dedicated to establishing a new business paradigm based on principles of responsibility and fairness.</p>
<p>But who gets to decide what is fair and what is not?</p>
</td>
</tr>
<tr>
<td bgcolor="#f7f7f7" style="padding: 50px; font-family: Vedrana, sans-serif; font-size: 24px;">
<h2 align="center">Well... all of us!</h2>
<p>Therefore we need your thoughts on how to make this system work best for all, your experiences of both good and bad freelance practices, publicly shared and discussed. As we believe that strong communication between freelancers, clients and platform is crucial.</p>
<h2 align="center">So let's build it!</h2>
<p>We are currently working on BETA version and gathering feedback from the get go. Everyone is invited to bring in new ideas and contribute to our efforts.</p>
<p>We would like to hear from you soon,</p>
<p>Fairlance team</p>
<img src="src/assets/images/__Ilustracija.png" style="padding: 80px 155px;">
<p style="font-size: 18px">We will never spam or give out your email and you can unsubscribe at any point without any hassle. We will only send you emails when there are new and exciting updates coming.</p>
<p style="font-size: 21px" align="center">Join us on/Talk to us</p>
<p align="center">
<a href="https://www.facebook.com/fairlance" style="display: inline-block; padding: 10px">
<img src="src/assets/images/__fb_icon.png">
</a>
<a href="https://twitter.com/fairlance_io" style="display: inline-block; padding: 10px">
<img src="src/assets/images/__tw_icon.png">
</a>
<a href="https://www.linkedin.com/groups/7039061" style="display: inline-block; padding: 10px">
<img src="src/assets/images/__in_icon.png">
</a>
</p>
</td>
</tr>
</table>
</body>
</html>