-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwelcome_upload.html
More file actions
69 lines (55 loc) · 2.6 KB
/
welcome_upload.html
File metadata and controls
69 lines (55 loc) · 2.6 KB
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
<div style="background-color: #EBEBEB; font-family: Arial, Helvetica, sans-serif; margin: 0; padding: 30px 0 100px 0;">
<div style="margin-left:auto; margin-right: auto;width:600px">
<table style="border: 0px; width: 600px;border-collapse: collapse">
<tr>
<td border="0" style="width:230px; height: 50px; background-color:#EBEBEB"> </td>
<td border="0" rowspan="2" style="width:138px; background-color: #fff">
<div style="border-width: 10px; border-color: #000; border-style: solid; width: 118px">
<img src="http://cdn-ci28.actonsoftware.com/acton/attachment/3473/f-0023/1/-/-/-/-/image.png" alt="Display images to see our pretty logo" width="114" height="80" style="border: 2px solid #fff" />
</div>
</td>
<td border="0" style="width:230px; height: 50px; background-color:#EBEBEB"> </td>
</tr>
<tr>
<td border="0" style="width:230px; height: 50px; background-color:#fff"> </td>
<td border="0" style="width:230px; height: 50px; background-color:#fff"> </td>
</tr>
<tr>
<td border="0" colspan="3" style="background-color:#fff">
<div style="background-color: #fff; margin-top: 0px; width: 550px; padding: 25px; margin-left: auto; margin-right: auto; color: #000;">
<div>
Hi {{VCard.FIRSTNAME}},
<p>
Thank you for choosing Crunched.
</p>
<p>
Your online meeting room is <a href="{{CC Meeting URL}}">{{CC Meeting URL}}</a>.
</p>
<p>
This is a paragraph of text.
</p>
<p style="margin-top:30px;">
Best,
</p>
<p>
Sean
</p>
<a style="text-decoration: none; color: #fff; font-weight: bold" href="http://www.crunched.com/decks/new">
<div style="margin: 30px 0 0 175px; width:196px; padding: 10px 0; background-color: #DB0000; border: 2px solid #000; color: #fff; font-size: 16px; text-align: center">
Upload My Deck
</div>
</a>
</div>
</div>
</td>
</tr>
</table>
</div>
<div style="width: 110px; padding: 10px 0 0 520px; margin-left: auto; margin-right: auto; color: #7F7F7F; font-size: 11px;">
Crunched, Inc.
<br />
41 East 11<span style="font-size:8px; vertical-align: top; padding-bottom:8px">th</span> Street
<br />
New York, NY 10003
</div>
</div>