Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

525 linhas
21 KiB

  1. <!DOCTYPE html>
  2. <html lang="de" dir="ltr" xml:lang="de">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <style>
  7. @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');
  8. html, body {
  9. padding: 0;
  10. margin: 0;
  11. font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  12. color: #003366;
  13. font-size: 18px;
  14. line-height: 1.4;
  15. }
  16. table {
  17. table-layout: fixed;
  18. border-collapse: collapse;
  19. border-spacing: 0;
  20. }
  21. td {
  22. border: 0;
  23. padding: 0;
  24. }
  25. .outer {
  26. width: 100%;
  27. text-align: center;
  28. overflow: hidden;
  29. }
  30. .inner {
  31. display: block;
  32. width: 600px;
  33. max-width: 100%;
  34. }
  35. .half {
  36. max-width: 100%;
  37. }
  38. .logo {
  39. width: 80%;
  40. display: block;
  41. margin: 0;
  42. }
  43. .copyright {
  44. position: relative;
  45. top: -30px;
  46. color: white;
  47. margin-bottom: -20px;
  48. padding-right: 10px;
  49. text-shadow: 0 0 10px black;
  50. }
  51. @media(max-width: 540px) {
  52. .sm-block {
  53. display: block;
  54. width: 100%;
  55. padding-left: 0 !important;
  56. padding-right: 0 !important;
  57. }
  58. .offset-large {
  59. height: 40px !important;
  60. }
  61. .offset-medium {
  62. height: 30px !important;
  63. }
  64. }
  65. @media(max-width: 400px) {
  66. .xs-block {
  67. display: block;
  68. max-width: 100%;
  69. }
  70. .issue span {
  71. display: block;
  72. text-align: left !important;
  73. padding-top: 12px;
  74. padding-left: 1px;
  75. }
  76. .h1 {
  77. font-size: 38px !important;
  78. line-height: 44px !important;
  79. }
  80. .h2 {
  81. font-size: 32px !important;
  82. line-height: 36px !important;
  83. }
  84. .h3 {
  85. font-size: 24px !important;
  86. line-height: 28px !important;
  87. }
  88. .p {
  89. font-size: 18px !important;
  90. line-height: 26px !important;
  91. }
  92. .p.title {
  93. padding-bottom: 6px;
  94. display: block;
  95. }
  96. .social {
  97. padding-bottom: 16px;
  98. }
  99. .social + .xs-block {
  100. text-align: left !important;
  101. }
  102. }
  103. </style>
  104. </head>
  105. <body>
  106. <table id="header" class="outer" width="100">
  107. <tr>
  108. <td width="15"></td>
  109. <td align="center">
  110. <table class="inner" width="600">
  111. <tr>
  112. <td height="20"></td>
  113. </tr>
  114. <tr>
  115. <td width="300" class="xs-block">
  116. <img src="img/logo.png" alt="Logo" class="logo">
  117. </td>
  118. <td width="300" class="xs-block issue" valign="top" style="padding-top: 6px;">
  119. <span style="font-size: 14px; line-height: 18px; font-weight: 600; display: block; text-align: right;">IHK Newsletter &middot; Ausgabe 01 &middot; 13.05.2020</span>
  120. </td>
  121. </tr>
  122. <tr>
  123. <td height="20"></td>
  124. </tr>
  125. </table>
  126. </td>
  127. <td width="15"></td>
  128. </tr>
  129. </table>
  130. <table id="salutation" class="outer" width="100" style="border-top: 1px solid #ccd6e0;">
  131. <tr>
  132. <td width="15"></td>
  133. <td align="center">
  134. <table class="inner" width="600">
  135. <tr>
  136. <td height="50" class="offset-large"></td>
  137. </tr>
  138. <tr>
  139. <td>
  140. <span style="font-size: 20px; line-height: 30px;" class="p">Sehr geehrte Frau Mustermann,<br><br>Sie erhalten unseren Newsletter mit den Meldungen nach den von Ihnen ausgewählten Themen. Wir wünschen Ihnen viel Spaß dabei.<br><br>Mit freundlichen Grüßen <br>Ihr Newsletterteam der IHK Musterstadt</span>
  141. </td>
  142. </tr>
  143. <tr>
  144. <td height="50" class="offset-large"></td>
  145. </tr>
  146. </table>
  147. </td>
  148. <td width="15"></td>
  149. </tr>
  150. </table>
  151. <table id="title" class="outer" width="100">
  152. <tr>
  153. <td width="15"></td>
  154. <td align="center">
  155. <table class="inner" width="600">
  156. <tr>
  157. <td width="600" style="max-width: 100%;">
  158. <span style="font-size: 48px; line-height: 54px;" class="h1">Newsletter Titel</span>
  159. </td>
  160. </tr>
  161. <tr>
  162. <td height="20"></td>
  163. </tr>
  164. <tr>
  165. <td>
  166. <span style="position: relative; display: block; height: 8px; width: 300%; background-color: #afcc7a;">
  167. <img src="img/trennlinie-verlauf.jpg" alt="Trennlinie" style="margin: 0; display: block; height: 8px; width: 600px; max-width: 100%;" height="8">
  168. </span>
  169. </td>
  170. </tr>
  171. </table>
  172. </td>
  173. <td width="15"></td>
  174. </tr>
  175. </table>
  176. <table id="index" class="outer" width="100">
  177. <tr>
  178. <td width="15"></td>
  179. <td align="center">
  180. <table class="inner" width="600">
  181. <tr>
  182. <td height="50" class="offset-large"></td>
  183. </tr>
  184. <tr>
  185. <td>
  186. <table>
  187. <tr>
  188. <td width="40" height="60" style="border-bottom: 1px solid #ccd6e0; border-top: 1px solid #ccd6e0;">
  189. <img src="img/anchor.png" width="30" height="30" alt="" style="display: block;">
  190. </td>
  191. <td style="border-bottom: 1px solid #ccd6e0; border-top: 1px solid #ccd6e0;">
  192. <a href="#" style="display: block; font-size: 18px; line-height: 22px; text-decoration: underline; color: #003366; padding: 8px 0">Thema 01</a>
  193. </td>
  194. </tr>
  195. <tr>
  196. <td width="40" height="60" style="border-bottom: 1px solid #ccd6e0; border-top: 1px solid #ccd6e0;">
  197. <img src="img/anchor.png" width="30" height="30" alt="" style="display: block;">
  198. </td>
  199. <td style="border-bottom: 1px solid #ccd6e0; border-top: 1px solid #ccd6e0;">
  200. <a href="#" style="display: block; font-size: 18px; line-height: 22px; text-decoration: underline; color: #003366; padding: 8px 0">Ein längeres Thema, das vielleicht auch über zwei Zeilen laufen könnte Lorem ipsum dolor</a>
  201. </td>
  202. </tr>
  203. <tr>
  204. <td width="40" height="60" style="border-bottom: 1px solid #ccd6e0; border-top: 1px solid #ccd6e0;">
  205. <img src="img/anchor.png" width="30" height="30" alt="" style="display: block;">
  206. </td>
  207. <td style="border-bottom: 1px solid #ccd6e0; border-top: 1px solid #ccd6e0;">
  208. <a href="#" style="display: block; font-size: 18px; line-height: 22px; text-decoration: underline; color: #003366; padding: 8px 0">Thema 3 ist etwas länger</a>
  209. </td>
  210. </tr>
  211. </table>
  212. </td>
  213. </tr>
  214. <tr>
  215. <td height="20"></td>
  216. </tr>
  217. </table>
  218. </td>
  219. <td width="15"></td>
  220. </tr>
  221. </table>
  222. <table id="news" class="outer" width="100">
  223. <tr>
  224. <td width="15"></td>
  225. <td align="center">
  226. <table class="inner" width="600">
  227. <tr>
  228. <td height="40" class="offset-medium"></td>
  229. </tr>
  230. <tr>
  231. <td width="600" style="border-bottom: 4px solid #56BD66; max-width: 100%;">
  232. <span style="display: block; font-size: 42px; line-height: 48px; padding-bottom: 10px;" class="h2">Thema 01</span>
  233. </td>
  234. </tr>
  235. <tr>
  236. <td height="20"></td>
  237. </tr>
  238. <!-- Start: News volle Breite -->
  239. <tr>
  240. <td height="20"></td>
  241. </tr>
  242. <tr>
  243. <td>
  244. <span class="dachzeile" style="display: block; text-transform: uppercase; font-size: 16px; line-height: 20px;">Dachzeile</span>
  245. </td>
  246. </tr>
  247. <tr>
  248. <td height="10"></td>
  249. </tr>
  250. <!-- if image -->
  251. <tr>
  252. <td>
  253. <a href="#" class="image-box" style="display: block; border-bottom: 8px solid #56BD66;">
  254. <img src="img/dummy-teaser.jpg" alt="" style="display: block; margin: 0; max-width: 100%; width: 100%;">
  255. </a>
  256. <span class="copyright" style="font-size: 14px; display: block; text-align: right;">Copyright by Björn Crüger</span>
  257. </td>
  258. </tr>
  259. <tr>
  260. <td height="20"></td>
  261. </tr>
  262. <!-- endif image -->
  263. <tr>
  264. <td>
  265. <a href="#" style="display: block; font-size: 34px; line-height: 42px; color: #003366; text-decoration: underline;" class="h3">Was die Branche bewegt</a>
  266. </td>
  267. </tr>
  268. <tr>
  269. <td height="20"></td>
  270. </tr>
  271. <tr>
  272. <td>
  273. <span style="font-size: 20px; line-height: 30px; margin-right: 8px;" class="p">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. </span><a href="#" style="font-size: 20px; line-height: 30px; color: #003366; text-decoration: underline;" class="p">Weiterlesen</a>
  274. </td>
  275. </tr>
  276. <tr>
  277. <td height="20"></td>
  278. </tr>
  279. <!-- Ende: News volle Breite -->
  280. <!-- Start: News volle Breite -->
  281. <tr>
  282. <td height="20"></td>
  283. </tr>
  284. <tr>
  285. <td>
  286. <span class="dachzeile" style="display: block; text-transform: uppercase; font-size: 16px; line-height: 20px;">Dachzeile</span>
  287. </td>
  288. </tr>
  289. <tr>
  290. <td height="10"></td>
  291. </tr>
  292. <tr>
  293. <td>
  294. <a href="#" style="display: block; font-size: 34px; line-height: 42px; color: #003366; text-decoration: underline;" class="h3">Was die Branche bewegt</a>
  295. </td>
  296. </tr>
  297. <tr>
  298. <td height="20"></td>
  299. </tr>
  300. <tr>
  301. <td>
  302. <span style="font-size: 20px; line-height: 30px; margin-right: 8px;" class="p">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. </span><a href="#" style="font-size: 20px; line-height: 30px; color: #003366; text-decoration: underline;" class="p">Weiterlesen</a>
  303. </td>
  304. </tr>
  305. <tr>
  306. <td height="20"></td>
  307. </tr>
  308. <!-- Ende: News volle Breite -->
  309. <tr>
  310. <td height="40" class="offset-medium"></td>
  311. </tr>
  312. <tr>
  313. <td width="600" style="border-bottom: 4px solid #56BD66; max-width: 100%;">
  314. <span style="display: block; font-size: 42px; line-height: 48px; padding-bottom: 10px;" class="h2">Ein längeres Thema, das über zwei Zeilen läuft</span>
  315. </td>
  316. </tr>
  317. <tr>
  318. <td height="20"></td>
  319. </tr>
  320. <!-- Start: Erste News halbe Breite -->
  321. <tr>
  322. <td>
  323. <table>
  324. <tr>
  325. <td width="300" style="padding-right: 15px;" class="col-left sm-block">
  326. <table>
  327. <tr>
  328. <td height="20"></td>
  329. </tr>
  330. <tr>
  331. <td>
  332. <span class="dachzeile" style="display: block; text-transform: uppercase; font-size: 16px; line-height: 20px;">Dachzeile</span>
  333. </td>
  334. </tr>
  335. <tr>
  336. <td height="10"></td>
  337. </tr>
  338. <tr>
  339. <td>
  340. <a href="#" style="display: block; font-size: 28px; line-height: 32px; color: #003366; text-decoration: underline;" class="h3">Was die Branche bewegt</a>
  341. </td>
  342. </tr>
  343. <tr>
  344. <td height="20"></td>
  345. </tr>
  346. <tr>
  347. <td>
  348. <span style="font-size: 18px; line-height: 26px; margin-right: 8px;" class="p">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. </span><a href="#" style="font-size: 18px; line-height: 26px; color: #003366; text-decoration: underline;" class="p">Weiterlesen</a>
  349. </td>
  350. </tr>
  351. <tr>
  352. <td height="20"></td>
  353. </tr>
  354. </table>
  355. </td>
  356. <!-- Ende: Erste News halbe Breite -->
  357. <!-- Start: Zweite News halbe Breite -->
  358. <td width="300" style="padding-left: 15px;" class="col-right sm-block">
  359. <table>
  360. <tr>
  361. <td height="20"></td>
  362. </tr>
  363. <tr>
  364. <td>
  365. <span class="dachzeile" style="display: block; text-transform: uppercase; font-size: 16px; line-height: 20px;">Dachzeile</span>
  366. </td>
  367. </tr>
  368. <tr>
  369. <td height="10"></td>
  370. </tr>
  371. <tr>
  372. <td>
  373. <a href="#" style="display: block; font-size: 28px; line-height: 32px; color: #003366; text-decoration: underline;" class="h3">Was die Branche bewegt</a>
  374. </td>
  375. </tr>
  376. <tr>
  377. <td height="20"></td>
  378. </tr>
  379. <tr>
  380. <td>
  381. <span style="font-size: 18px; line-height: 26px; margin-right: 8px;" class="p">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. </span><a href="#" style="font-size: 18px; line-height: 26px; color: #003366; text-decoration: underline;" class="p">Weiterlesen</a>
  382. </td>
  383. </tr>
  384. <tr>
  385. <td height="20"></td>
  386. </tr>
  387. </table>
  388. </td>
  389. </tr>
  390. </table>
  391. </td>
  392. </tr>
  393. <!-- Ende: Zweite News halbe Breite -->
  394. <tr>
  395. <td height="80" class="offset-large"></td>
  396. </tr>
  397. </table>
  398. </td>
  399. <td width="15"></td>
  400. </tr>
  401. </table>
  402. <table id="footer" class="outer" width="100" bgcolor="#e3ebf5" style="background-color: #e3ebf5; border-bottom: 8px solid #003366;">
  403. <tr>
  404. <td width="15"></td>
  405. <td align="center">
  406. <table class="inner" width="600">
  407. <tr>
  408. <td height="40" class="offset-medium"></td>
  409. </tr>
  410. <tr>
  411. <td>
  412. <span style="font-size: 38px;" class="h2">Impressum</span>
  413. </td>
  414. </tr>
  415. <tr>
  416. <td height="25"></td>
  417. </tr>
  418. <tr>
  419. <td>
  420. <table>
  421. <tr>
  422. <td width="240" valign="top" class="sm-block">
  423. <span style="font-weight: 600; font-size: 20px; line-height: 30px;" class="p title">Herausgeber</span>
  424. </td>
  425. <td width="360" valign="top" class="sm-block">
  426. <span style="font-size: 20px; line-height: 30px;" class="p">IHK Musterstadt <br>Musterstraße 12 – 18 <br>123456 Musterstadt</span>
  427. </td>
  428. </tr>
  429. </table>
  430. </td>
  431. </tr>
  432. <tr>
  433. <td height="20"></td>
  434. </tr>
  435. <tr>
  436. <td>
  437. <table>
  438. <tr>
  439. <td width="240" valign="top" class="sm-block">
  440. <span style="font-weight: 600; font-size: 20px; line-height: 30px;" class="p title">Redaktion &amp; Inhalt</span>
  441. </td>
  442. <td width="360" valign="top" class="sm-block">
  443. <img src="img/redesign-mail.png" width="30" height="30" style="display: inline-block; vertical-align: middle; margin-right: 7px; margin-bottom: 6px;">
  444. <a href="#" style="font-size: 20px; line-height: 30px; color: #003366; text-decoration: underline; display: inline-block; vertical-align: middle; margin-bottom: 6px;" class="p">E-Mail schreiben</a> <br>
  445. <img src="img/redesign-phone.png" width="30" height="30" style="display: inline-block; vertical-align: middle; margin-right: 7px; margin-bottom: 6px;">
  446. <a href="#" style="font-size: 20px; line-height: 30px; color: #003366; text-decoration: underline; display: inline-block; vertical-align: middle; margin-bottom: 6px;" class="p">+49 12 345678-90</a>
  447. </td>
  448. </tr>
  449. </table>
  450. </td>
  451. </tr>
  452. <tr>
  453. <td height="20"></td>
  454. </tr>
  455. <tr>
  456. <td>
  457. <table>
  458. <tr>
  459. <td width="240" valign="top" class="sm-block">
  460. <span style="font-weight: 600; font-size: 20px; line-height: 30px;" class="p title">Vertretungsberechtigte</span>
  461. </td>
  462. <td width="360" valign="top" class="sm-block">
  463. <span style="font-size: 20px; line-height: 30px;" class="p">IHK Musterstadt <br>Musterstraße 12 – 18 <br>123456 Musterstadt</span>
  464. </td>
  465. </tr>
  466. </table>
  467. </td>
  468. </tr>
  469. <tr>
  470. <td height="30"></td>
  471. </tr>
  472. <tr>
  473. <td>
  474. <table width="100%">
  475. <tr>
  476. <td width="240" class="xs-block social">
  477. <a href="https://www.facebook.com/#" class="fb" target="_blank" title="Facebook" style="text-decoration: none;">
  478. <img src="img/redesign-facebook.png" alt="Facebook" width="50" height="50" border="0" />
  479. </a>&nbsp;
  480. <a href="https://www.youtube.com/user/#" class="yt" target="_blank" title="Youtube" style="text-decoration: none;">
  481. <img src="img/redesign-youtube.png" alt="Youtube" width="50" height="50" border="0" />
  482. </a>&nbsp;
  483. <a href="https://twitter.com/#" class="tw" target="_blank" title="Twitter" style="text-decoration: none;">
  484. <img src="img/redesign-twitter.png" alt="Twitter" width="50" height="50" border="0" />
  485. </a>
  486. </td>
  487. <td width="360" valign="bottom" align="right" style="padding-bottom: 3px;" class="xs-block">
  488. <a href="#" style="display: inline-block; color: #003366; text-decoration: underline;">Themen ändern</a>
  489. <a href="#" style="display: inline-block; color: #003366; text-decoration: underline; margin-left: 15px;">Newsletter abbestellen</a>
  490. </td>
  491. </tr>
  492. </table>
  493. </td>
  494. </tr>
  495. <tr>
  496. <td height="30" style="border-bottom: 1px solid #B0C4D6"></td>
  497. </tr>
  498. <tr>
  499. <td height="30" style="border-top: 1px solid #B0C4D6"></td>
  500. </tr>
  501. <tr>
  502. <td>
  503. <span style="font-size: 18px; line-height: 24px;">Sie erhalten diesen Newsletter, weil Sie sich mit der E-Mail-Adresse nosuchuser@darmstadt.ihk.de auf unserer Website angemeldet haben.<br><br>Copyright 2020 © Industrie- und Handelskammer Darmstadt<br><br>Für die Richtigkeit der in diesem Newsletter enthaltenen Angaben können wir trotz sorgfältiger Prüfung keine Gewähr übernehmen.</span>
  504. </td>
  505. </tr>
  506. <tr>
  507. <td height="40"></td>
  508. </tr>
  509. </table>
  510. </td>
  511. <td width="15"></td>
  512. </tr>
  513. </table>
  514. </body>
  515. </html>