-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdesigner-invitation-template.html
139 lines (116 loc) · 5.09 KB
/
designer-invitation-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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Invitation From Santakani</title>
<link href="https://unpkg.com/[email protected]/build/pure-min.css" rel="stylesheet">
<link href="main.css" rel="stylesheet">
<style>
</style>
</head>
<body>
<header class="mail-header">
<a class="brand" href="https://santakani.com/" title="Visit website">
<img class="logo" src="https://static.santakani.com/logo/128.png" width="64" height="64">
<br>
santakani
</a>
</header>
<section class="content">
<img class="pure-img" style="margin: 1em auto 2em auto;" src="https://static.santakani.com/images/typefaces/connect.png">
<p>Dear [%first_name|designer%],</p>
<p><a href="https://santakani.com">Santakani</a> is a design platform based in Helsinki, Finland. We are looking for special, original and high quality design and building a community of independent designers and design brands.</p>
<p>We warmly invite you to join <a href="https://santakani.com">Santakani</a> and deliver your designs to more audiences!</p>
</section>
<br>
<section class="content">
<h2>Designers</h2>
<img class="pure-img" src="https://static.santakani.com/email/common/screenshot-designer.png">
<br>
<p>The designer directory is where designers can be found by customers, retailers and partners. It is going to be the channel that helps designers build connections.</p>
<P><a href="https://santakani.com/">Learn more...</a></p>
</section>
<br>
<section class="content">
<h2>Map</h2>
<img class="pure-img" src="https://static.santakani.com/email/common/screenshot-place.png">
<br>
<p>The dedicated design map helps design fans to find wonderful design shops in the city. With our translation service, design shops can attract more international tourists.</p>
<P><a href="https://santakani.com/place">Learn more...</a></p>
</section>
<br>
<section class="content">
<h2>Stories</h2>
<img class="pure-img" src="https://static.santakani.com/email/common/screenshot-story.png">
<br>
<p>The design story section introduces the passion and personality of designers. We also share design techniques, history and other interesting design knowledge.</p>
<P><a href="https://santakani.com/story">Learn more...</a></p>
</section>
<br>
<section class="content">
<h2 style="text-align:center;">Passion of design</h2>
<p>Santakani was founded by three students from Aalto University. The same passion of design brought them together.</p>
<p>Inspired by creativity and diversity of individual designers and small design brands in Finland, the team sets its root in independent design. Independent design reflects true values of design, the conbination of designers' skills and personalities.</p>
<p>In Santakani, every designer or brand has equal opportinuty to success. We protect original design against plagiarism and price competition. The only simple rule: good design first.</p>
</section>
<br>
<section class="content">
<div class="pure-g">
<div class="pure-u-1-3">
<img class="pure-img" src="https://santakani.com/storage/images/0/160/thumb.jpg">
</div>
<div class="pure-u-1-3">
<img class="pure-img" src="https://santakani.com/storage/images/0/567/thumb.jpg">
</div>
<div class="pure-u-1-3">
<img class="pure-img" src="https://santakani.com/storage/images/0/130/thumb.jpg">
</div>
</div>
<div class="pure-g">
<div class="pure-u-1-3">
<img class="pure-img" src="https://santakani.com/storage/images/0/746/thumb.jpg">
</div>
<div class="pure-u-1-3">
<img class="pure-img" src="https://santakani.com/storage/images/0/525/thumb.jpg">
</div>
<div class="pure-u-1-3">
<img class="pure-img" src="https://santakani.com/storage/images/0/64/thumb.jpg">
</div>
</div>
</section>
<section class="content">
<p style="text-align:center;">— featured designs of our designers —</p>
</section>
<br>
<section class="content">
<h2 style="text-align:center;">Next step...</h2>
<p style="text-align:center;">
<a class="pure-button pure-button-primary" href="https://santakani.com/designer/create">
Create Profile
</a>
or
<a class="pure-button pure-button-default" href="mailto:[email protected]">
Ask Questions
</a>
</p>
<br>
<br>
</section>
<footer class="mail-footer">
<p>2016–2017 Santakani</p>
<p>Helsinki, Finland</p>
<p>
Follow us on
<a href="https://www.facebook.com/santakanidesign">Facebook</a>,
<a href="https://www.twitter.com/santakanidesign">Twitter</a> and
<a href="https://www.instagram.com/santakanidesign">Instagram</a>
</p>
<p>
<a href="[Unsubscribe]">Unsubscribe</a> |
<a href="[Unsubscribe_Preferences]">Email Preferences</a>
</p>
</footer>
</body>
</html>