Skip to content

Commit 9ff5ed7

Browse files
committed
first draft of email
1 parent ae77779 commit 9ff5ed7

1 file changed

Lines changed: 284 additions & 0 deletions

File tree

email/email_v100.html

Lines changed: 284 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,284 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta name="viewport" content="width=device-width">
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6+
<title>SUAVE v1.0.0 Release</title>
7+
<style>
8+
/* -------------------------------------
9+
GLOBAL
10+
------------------------------------- */
11+
* {
12+
font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
13+
font-size: 100%;
14+
line-height: 1.6em;
15+
margin: 0;
16+
padding: 0;
17+
}
18+
19+
img {
20+
max-width: 600px;
21+
width: auto;
22+
}
23+
24+
body {
25+
-webkit-font-smoothing: antialiased;
26+
height: 100%;
27+
-webkit-text-size-adjust: none;
28+
width: 100% !important;
29+
}
30+
31+
32+
/* -------------------------------------
33+
ELEMENTS
34+
------------------------------------- */
35+
a {
36+
color: #348eda;
37+
}
38+
39+
.btn-primary {
40+
Margin-bottom: 10px;
41+
width: auto !important;
42+
}
43+
44+
.btn-primary td {
45+
background-color: #348eda;
46+
border-radius: 25px;
47+
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
48+
font-size: 14px;
49+
text-align: center;
50+
vertical-align: top;
51+
}
52+
53+
.btn-primary td a {
54+
background-color: #348eda;
55+
border: solid 1px #348eda;
56+
border-radius: 25px;
57+
border-width: 10px 20px;
58+
display: inline-block;
59+
color: #ffffff;
60+
cursor: pointer;
61+
font-weight: bold;
62+
line-height: 2;
63+
text-decoration: none;
64+
}
65+
66+
.last {
67+
margin-bottom: 0;
68+
}
69+
70+
.first {
71+
margin-top: 0;
72+
}
73+
74+
.padding {
75+
padding: 10px 0;
76+
}
77+
78+
79+
/* -------------------------------------
80+
BODY
81+
------------------------------------- */
82+
table.body-wrap {
83+
padding: 20px;
84+
width: 100%;
85+
}
86+
87+
table.body-wrap .container {
88+
border: 1px solid #f0f0f0;
89+
}
90+
91+
92+
/* -------------------------------------
93+
FOOTER
94+
------------------------------------- */
95+
table.footer-wrap {
96+
clear: both !important;
97+
width: 100%;
98+
}
99+
100+
.footer-wrap .container p {
101+
color: #666666;
102+
font-size: 12px;
103+
104+
}
105+
106+
table.footer-wrap a {
107+
color: #999999;
108+
}
109+
110+
111+
/* -------------------------------------
112+
TYPOGRAPHY
113+
------------------------------------- */
114+
h1,
115+
h2,
116+
h3 {
117+
color: #111111;
118+
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
119+
font-weight: 200;
120+
line-height: 1.2em;
121+
margin: 40px 0 10px;
122+
}
123+
124+
h1 {
125+
font-size: 36px;
126+
}
127+
h2 {
128+
font-size: 28px;
129+
}
130+
h3 {
131+
font-size: 22px;
132+
}
133+
134+
p,
135+
ul,
136+
ol {
137+
font-size: 14px;
138+
font-weight: normal;
139+
margin-bottom: 10px;
140+
}
141+
142+
ul li,
143+
ol li {
144+
margin-left: 5px;
145+
list-style-position: inside;
146+
}
147+
148+
/* ---------------------------------------------------
149+
RESPONSIVENESS
150+
------------------------------------------------------ */
151+
152+
/* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */
153+
.container {
154+
clear: both !important;
155+
display: block !important;
156+
Margin: 0 auto !important;
157+
max-width: 600px !important;
158+
}
159+
160+
/* Set the padding on the td rather than the div for Outlook compatibility */
161+
.body-wrap .container {
162+
padding: 20px;
163+
}
164+
165+
/* This should also be a block element, so that it will fill 100% of the .container */
166+
.content {
167+
display: block;
168+
margin: 0 auto;
169+
max-width: 600px;
170+
}
171+
172+
/* Let's make sure tables in the content area are 100% wide */
173+
.content table {
174+
width: 100%;
175+
}
176+
177+
</style>
178+
</head>
179+
180+
<body bgcolor="#f6f6f6">
181+
182+
<!-- body -->
183+
<table class="body-wrap" bgcolor="#f6f6f6">
184+
<tr>
185+
<td></td>
186+
<td class="container" bgcolor="#FFFFFF">
187+
188+
<!-- content -->
189+
<div class="content">
190+
<table>
191+
<tr>
192+
<td>
193+
<center> <img src="http://suave.stanford.edu/images/logo.png" align="center" style="width:333px;height:333px;"> </center>
194+
<p> </p>
195+
<p> </p>
196+
<h1>To all of our SUAVE friends,</h1>
197+
<p>Our core team and affiliates have the pleasure of announcing the release of SUAVE version 0.9.
198+
At SciTech 2017 we presented our work towards integrating CFD simulations in SU2 from SUAVE in an automated way.
199+
With this release, we want to provide to you the ability to perform the same types of analyses.
200+
We've jumped several versions ahead from the last release, this is an indication of how much the code has matured.
201+
We suggest all users update their SUAVE packages to take advantage of these changes.</p>
202+
203+
<h2>The big improvements for version 0.9 are: </h2>
204+
205+
<UL>
206+
<LI>Documentation through Doxygen
207+
<LI>Multifidelity Optimization Routines
208+
<LI>Total revamp of AVL interface to make it easier to use
209+
<LI>OpenVSP Wave drag aerodynamics
210+
<LI>Updates to low fidelity stability models
211+
<LI>New regression testing scheme
212+
<LI>Far less confusing code structure
213+
<LI>Many bug fixes and code cleanups
214+
<LI>And much, much more!
215+
</UL>
216+
217+
218+
<!-- button -->
219+
<center>
220+
<table class="btn-primary" cellpadding="0" cellspacing="0" border="0">
221+
<tr>
222+
<td>
223+
<a href="http://suave.stanford.edu/download/">Download the latest release here</a>
224+
</td>
225+
</tr>
226+
</table>
227+
</center>
228+
<!-- /button -->
229+
230+
231+
<h2> </h2>
232+
233+
<h2>Sincerely, </h2>
234+
<h2> </h2>
235+
<center>
236+
<h1> The SUAVE Team</h1>
237+
</center>
238+
239+
240+
241+
242+
243+
</td>
244+
</tr>
245+
</table>
246+
</div>
247+
<!-- /content -->
248+
249+
</td>
250+
<td></td>
251+
</tr>
252+
</table>
253+
<!-- /body -->
254+
255+
<!-- footer -->
256+
<table class="footer-wrap">
257+
<tr>
258+
<td></td>
259+
<td class="container">
260+
261+
<!-- content -->
262+
<div class="content">
263+
<table>
264+
<tr>
265+
<td align="center">
266+
<p> Having trouble viewing this email? View it as a <a href="http://suave.stanford.edu/email/email_v09.html">webpage.</a></p>
267+
268+
<p>SUAVE is maintained by the Aerospace Design Lab in the Department of Aeronautics and Astronautics at Stanford University and is released under an open-source license (LGPL v2.1).
269+
This list is only used to disseminate important information and updates regarding our software. The development team respects your privacy, and should you wish, you can <a href="https://mailman.stanford.edu/mailman/listinfo/suave-users"><unsubscribe>unsubscribe</unsubscribe></a> from our email list.
270+
</p><br>
271+
</td>
272+
</tr>
273+
</table>
274+
</div>
275+
<!-- /content -->
276+
277+
</td>
278+
<td></td>
279+
</tr>
280+
</table>
281+
<!-- /footer -->
282+
283+
</body>
284+
</html>

0 commit comments

Comments
 (0)