-
Notifications
You must be signed in to change notification settings - Fork 1
/
sendgrid-template.html
166 lines (156 loc) · 3.92 KB
/
sendgrid-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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="https://robosane.net/">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="description" content="Gaming, Tech, and Servers for the community, by the community.">
<meta name="generator" content="Joomla! - Open Source Content Management">
<title>Robosane News - Robosane</title>
<style>
body,
html {
width: 100%;
height: 100%;
background-color: #F8F8F8;
}
body,
h1, h2, h3, h4, h5, h6 {
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
}
a {
color: #C00;
}
p a {
color: #00C;
}
a:hover, a:focus {
color: #C00;
}
.page-header {
margin: 10px 0 10px;
}
.nav {
padding-top: 6px;
}
ul.unstyled, ol.unstyled {
margin-left: 0px;
list-style: none;
text-align: -webkit-match-parent;
padding-left: 0px;
}
.content-section-a {
padding: 50px 0;
background-color: #f8f8f8;
/* Pretending to be a col-md-8 */
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
padding-top: 100px;
/* Fix long URLs from breaking out of their containers. */
word-wrap: break-word;
}
.topnav > .navbar {
margin-bottom: 0;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
padding: 0 5px;
color: #ccc;
content: "/\00a0";
}
.breadcrumb > .active {
color: #777;
}
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
</style>
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top topnav" role="navigation">
<div class="container topnav">
<div class="navbar-header">
<div style="display:block; position: fixed;">
<a href="/">
<img src="https://robosane.net/images/headers/RobosaneTail.svg" width="60px" height="auto">
</a>
</div>
<a class="topnav navbar-brand" style="padding-left: 80px; text-transform: lowercase;" href="/">
Robosane</a>
</div>
<!--
<div class="navbar" id="bs-example-navbar-collapse-1">
<div class="subnav">
<ul class="nav nav-pills menu">
<li class="item-103"><a href="/">News</a></li>
<li class="item-143"><a href="/servers">Servers</a></li>
<li class="item-181"><a href="/kunena-2013-11-02">Forums!</a></li>
</ul>
</div>
</div>
-->
</div>
</nav>
<div class="content-section-a">
<div class="container">
<div class="col-md-12">
<div class="blog">
<div class="category-desc clearfix">
</div>
<div class="items-leading clearfix">
<div class="leading-0">
<div class="page-header">
<h2>
<a href="https://robosane.net/">
<%subject%>
</a>
</h2>
</div>
<p><%body%></p>
</div>
</div>
</div>
</div>
</div>
<ul class="breadcrumb" style="margin-top:10px;">
<!--
<li class="active">
Don't want these emails anymore?
</li>
<li itemprop="itemListElement" class="active">
<span itemprop="name">
Unsubscribe here. </span>
<meta itemprop="position" content="1">
</li>
-->
<li class="active">
Thanks for reading and staying up to date with Robosane! We really appreciate it!
</li>
<li class="active">
You can contact us! Email, Twitter, or Steam.
</li>
</ul>
</body>
</html>