Skip to content

Commit d932b4c

Browse files
committed
add a link so folks can sign up for the newsletter
1 parent 7803b13 commit d932b4c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ PORT=9080
33
.PHONY: run
44

55
run:
6-
python -m SimpleHTTPServer $(PORT)
6+
python -m http.server $(PORT)

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ <h2 id="contact">&#x1F4E2; Contacting Us &#x1F4E2;</h2>
154154
Please don't hesitate to reach out and ask a question! We love to hear about how people are using or want to use SimPEG!
155155
<p>
156156
<ul class="icons">
157+
<li><i class="fas fa-envelope fa-lg"></i><a href="https://cdn.forms-content.sg-form.com/ed4ab287-df4b-11eb-88f6-421855200eee">Sign up for the newsletter</a></li>
157158
<li><i class="fab fa-discourse fa-lg"></i>Join the community forum on <a href="https://simpeg.discourse.group">Discourse</a></li>
158159
<li><i class="fab fa-slack fa-lg"></i>Send us a message on <a href="http://slack.simpeg.xyz">Slack</a></li>
159160
<li><i class="fab fa-github fa-lg"></i>Contact us on <a href="https://github.com/simpeg">GitHub</a> by creating a <a href="https://github.com/simpeg/simpeg/issues/new">new issue</a></li>

0 commit comments

Comments
 (0)