Skip to content

Commit 21876c3

Browse files
committed
Added the html email template
1 parent 2afa50a commit 21876c3

File tree

7 files changed

+107
-0
lines changed

7 files changed

+107
-0
lines changed

Diff for: email.html

+107
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
4+
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<title>Subject</title>
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
</head>
9+
10+
<body style="margin: 0; padding: 0;">
11+
<!--Begin Email Body-->
12+
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600" style="border-collapse: collapse;">
13+
<tr>
14+
<!--BEGIN logo-->
15+
<td align="center" bgcolor="#ffffff" style="padding: 5px 30px 0px 30px;">
16+
<img src="images/logo_crop.jpg" alt=" Jacobs CS Club Logo" width="576" height="140" style="display: block;">
17+
</td>
18+
<!--END logo -->
19+
</tr>
20+
<tr>
21+
<!-- BEGIN Email text -->
22+
<td bgcolor="#ffffff" style="padding: 15px 30px 30px 30px;">
23+
<table border="0" cellpadding="0" cellspacing="0" width="100%">
24+
<tr>
25+
<!--BEGIN Heading/ Subject -->
26+
<td align="center" style="padding: 10px 30px 15px 30px; font-size: 18px; font-family: Arial, sans-serif; color: #0099ff;">
27+
<b>First Club Meeting. Welcome new Members!</b>
28+
</td>
29+
<!--END Heading/ Subject -->
30+
</tr>
31+
<tr>
32+
<!--BEGIN Salutations -->
33+
<td>
34+
Dear CS Club Members,
35+
</td>
36+
<!--END Salutations -->
37+
</tr>
38+
<tr>
39+
<!--BEGIN Message-->
40+
<td style="padding: 20px 0 30px 0;">
41+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
42+
</td>
43+
<!--END Message -->
44+
</tr>
45+
<tr>
46+
<td align="center">
47+
<!--BEGIN button -->
48+
<table border="0" cellpadding="0" cellspacing="0">
49+
<tr>
50+
<td align="center" bgcolor="#0099ff" style="padding: 10px 15px 15px 15px; border-radius : 5px "> <a href="http://www.doodle.com/" target="_blank" style="font-size: 18px; font-family: Arial, sans-serif; color: white; text-decoration : none"> <b>Click Here</b>
51+
</a>
52+
</td>
53+
</tr>
54+
</table>
55+
<!--END button-->
56+
</td>
57+
</tr>
58+
</table>
59+
</tr>
60+
<tr>
61+
<td bgcolor="#0099ff" style="padding: 10px 30px 10px 30px;">
62+
<!--BEGIN footer-->
63+
<table border="0" cellpadding="0" cellspacing="0" width="100%">
64+
<tr>
65+
<!--BEGIN left text -->
66+
<td align="left">
67+
Jacobs Computer Science Club <br>
68+
<a href="http://www.domain.com/" target="_blank">Unsubscribe</a>
69+
70+
</td>
71+
<!--END left text -->
72+
<td align="right">
73+
<!--BEGIN social media -->
74+
<table border="0" cellpadding="0" cellspacing="0">
75+
<tr>
76+
<td>
77+
<a href="https://github.com/jacobsCSclub" target="_blank">
78+
<img src="images/github.png" alt="Github" width="38" height="38" style="display: block;" border="0" />
79+
</a>
80+
</td>
81+
<td style="font-size: 0; line-height: 0;" width="20">&nbsp;</td>
82+
<td>
83+
<a href="https://csclubjacobs.slack.com/" target="_blank">
84+
<img src="images/slack.png" alt="Slack" width="38" height="38" style="display: block;" border="0" />
85+
</a>
86+
</td>
87+
<td style="font-size: 0; line-height: 0;" width="20">&nbsp;</td>
88+
<td>
89+
<a href="https://www.facebook.com/groups/cs.club.jacobs/" target="_blank">
90+
<img src="images/fb.png" alt="Facebook" width="38" height="38" style="display: block;" border="0" />
91+
</a>
92+
</td>
93+
</tr>
94+
</table>
95+
<!--END social media -->
96+
</td>
97+
</tr>
98+
</table>
99+
<!--END footer -->
100+
</td>
101+
</tr>
102+
<!--END email Text -->
103+
</table
104+
105+
</body>
106+
107+
</html>

Diff for: images/fb.png

6.02 KB
Loading

Diff for: images/github.png

6.4 KB
Loading

Diff for: images/jub.png

9.78 KB
Loading
File renamed without changes.

Diff for: images/logo_crop.jpg

139 KB
Loading

Diff for: images/slack.png

7.57 KB
Loading

0 commit comments

Comments
 (0)