-
Notifications
You must be signed in to change notification settings - Fork 2
/
newsletter.html
113 lines (100 loc) · 3.94 KB
/
newsletter.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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="head.js"></script>
<title>HuskySat Newsletter</title>
</head>
<body>
<script src="header.js"></script>
<main>
<h1>
Husky Satellite Lab Newsletter
</h1>
<p class="subtitle">
Our newsletter has moved to <a class="email-link"
href="https://newsletter.huskysat.org">newsletter.huskysat.org</a>.
</p>
<div style="display: flex; flex-direction: row; justify-content: center; margin-top: 2rem;">
<iframe src="https://newsletter.huskysat.org/embed" width="480" height="320"
style="border:1px solid #EEE; background:white;" frameborder="0" scrolling="no"></iframe>
</div>
<!-- <p class="subtitle">
Subscribe to our newsletter by sending<br>
an email to <a class="email-link" href="mailto:[email protected]?subject=Add me to the HSL newsletter mailing list">[email protected]</a>
</p>
<div class="resources">
<div class="item wide">
<div class="item_image">
<a href="https://drive.google.com/file/d/1VwOY8SwnhPM3GNizRgyoMJtDi6h6QYF-/view" target="_self">
<img
src="images/newsletter/minimee-test-2021-feb.jpg"
alt="Husky Satellite Lab Februrary 2021 Update" class="thumb">
</a>
</div>
<div class="item_content">
<a href="https://drive.google.com/file/d/1VwOY8SwnhPM3GNizRgyoMJtDi6h6QYF-/view" class="title"
target="_self">HuskySat and MiniMEE Status Update</a>
<div class="date">Februrary 2021</div>
<div class="extract">
The HuskySat-2 team is designing
and prototyping satellite systems,
and the MiniMEE team is integrating
and testing their experiment.
</div>
<a class="cta" href="https://drive.google.com/file/d/1VwOY8SwnhPM3GNizRgyoMJtDi6h6QYF-/view">
READ NOW 🡒
</a>
</div>
</div> -->
<!-- <div class="item wide">
<div class="item_image">
<a href="https://drive.google.com/file/d/1VwOY8SwnhPM3GNizRgyoMJtDi6h6QYF-/view" target="_self">
<img
src="images/newsletter/minimee-test-2021-feb.jpg"
alt="Husky Satellite Lab Februrary 2021 Update" class="thumb">
</a>
</div>
<div class="item_content">
<div class="tags">Mission Update</div>
<a href="https://drive.google.com/file/d/1VwOY8SwnhPM3GNizRgyoMJtDi6h6QYF-/view" class="title"
target="_self">HuskySat and MiniMEE Status Update</a>
<div class="date">Februrary 2021</div>
<div class="extract">
The HuskySat-2 team is designing
and prototyping satellite systems,
and the MiniMEE team is integrating
and testing their experiment.
</div>
<a class="cta" href="https://drive.google.com/file/d/1VwOY8SwnhPM3GNizRgyoMJtDi6h6QYF-/view">
READ NOW 🡒
</a>
</div>
</div> -->
<!-- <div class="item wide">
<div class="item_image">
<a href="https://drive.google.com/file/d/1VwOY8SwnhPM3GNizRgyoMJtDi6h6QYF-/view" target="_self">
<img
src="images/newsletter/minimee-test-2021-feb.jpg"
alt="Husky Satellite Lab Februrary 2021 Update" class="thumb">
</a>
</div>
<div class="item_content">
<div class="tags">Mission Update</div>
<a href="https://drive.google.com/file/d/1VwOY8SwnhPM3GNizRgyoMJtDi6h6QYF-/view" class="title"
target="_self">HuskySat and MiniMEE Status Update</a>
<div class="date">Februrary 2021</div>
<div class="extract">
The HuskySat-2 team is designing
and prototyping satellite systems,
and the MiniMEE team is integrating
and testing their experiment.
</div>
<a class="cta" href="https://drive.google.com/file/d/1VwOY8SwnhPM3GNizRgyoMJtDi6h6QYF-/view">
READ NOW 🡒
</a>
</div>
</div> -->
</main>
<script src="footer.js"></script>
</body>
</html>