Skip to content

Commit b666b7e

Browse files
Update contact email
1 parent f5501a4 commit b666b7e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

app/views/static_pages/about.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<h2 class="mb-4 font-bold text-2xl">Want to contact us?</h2>
2929

3030
<p class="pb-8 max-w-md mx-auto dark:text-gray-400 text-gray-500">
31-
Connect with our friendly community on discord, a chat and networking platform or <a href="mailto:theodinprojectcontact@gmail.com" class="underline hover:no-underline text-gray-600 hover:text-gray-800 dark:text-gray-400 dark:hover:text-gray-300">send us an email</a>.
31+
Connect with our friendly community on discord, a chat and networking platform or <a href="mailto:contact@theodinproject.com" class="underline hover:no-underline text-gray-600 hover:text-gray-800 dark:text-gray-400 dark:hover:text-gray-300">send us an email</a>.
3232
</p>
3333

3434
<%= link_to 'Chat on Discord', ODIN_CHAT_URL, class: 'button button--secondary px-4', target: '_blank', rel: 'noreferrer' %>

app/views/user_mailer/welcome_email.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
<tr>
227227
<td class="contents inner" style="padding: 10px; text-align: left; width: 100%;">
228228
<p class="outro-text" style="color: #4a4a4a; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;">If you have any additional questions, check out our
229-
<%= link_to 'Frequently Asked Questions', faq_url %> or feel free to reach out to <a href="mailto:theodinprojectcontact@gmail.com">theodinprojectcontact@gmail.com</a>.</p>
229+
<%= link_to 'Frequently Asked Questions', faq_url %> or feel free to reach out to <a href="mailto:contact@theodinproject.com">contact@theodinproject.com</a>.</p>
230230
<p class="outro-text bold" style="color: #4a4a4a; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: bold;">Best of luck with your learning journey!</p>
231231
<p class="outro-text" style="color: #4a4a4a; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;">Sincerely,</p>
232232
<p class="outro-text" style="color: #4a4a4a; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;"><span class="italicised" style="font-style: italic;">The Odin Maintainer Team</span></p>

app/views/user_mailer/welcome_email.text.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We have a Discord server that you can join by visiting https://discord.gg/V75WSQ
2525
If you find the project helpful, please spread the word. It's always more fun to learn with friends :)
2626

2727

28-
If you have any additional questions, check out our FAQ or feel free to reach out to theodinprojectcontact@gmail.com
28+
If you have any additional questions, check out our FAQ or feel free to reach out to contact@theodinproject.com
2929
<%= faq_url %>
3030

3131
Best of luck with your learning journey!
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ODIN_BLOG_URL = 'https://dev.to/theodinproject'.freeze
22
ODIN_CHAT_URL = 'https://discord.gg/fbFCkYabZB'.freeze
3-
CONTACT_EMAIL = 'theodinprojectcontact@gmail.com'.freeze
3+
CONTACT_EMAIL = 'contact@theodinproject.com'.freeze

config/locales/en.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ en:
203203
- question: 'Can I use this curriculum to teach?'
204204
answer: |
205205
<p>The Odin Project is licensed under two pieces: the curriculum and the main website. The main website is a fully open-source project <a href='https://github.com/TheOdinProject/theodinproject/blob/main/license.txt'>under an MIT license</a>, so you can use the code for whatever you want. The curriculum is currently licensed under a <a href='https://github.com/TheOdinProject/curriculum/blob/main/license.md'>Creative Commons license</a> which restricts it to noncommercial use without prior authorization.</p>
206-
<p>This means you can use The Odin Project's curriculum to teach at your club, meetup, or with your friends (In fact, we'd love it if you did that and told us how it went!). You can't, however, use it to start a bootcamp without having a conversation first. Please reach out with any questions to <a href='mailto: theodinprojectcontact@gmail.com'>theodinprojectcontact@gmail.com</a></p>
206+
<p>This means you can use The Odin Project's curriculum to teach at your club, meetup, or with your friends (In fact, we'd love it if you did that and told us how it went!). You can't, however, use it to start a bootcamp without having a conversation first. Please reach out with any questions to <a href='mailto: contact@theodinproject.com'>contact@theodinproject.com</a></p>
207207
- question: 'How can I get in touch?'
208-
answer: <p>If you have questions about The Odin Project itself, feel free to <a href='mailto:theodinprojectcontact@gmail.com'>contact us</a>. There is also a friendly Odin community in our <a target='_blank' rel='noreferrer' href='https://discord.gg/fbFCkYabZB'>Discord chat rooms.</a></p>
208+
answer: <p>If you have questions about The Odin Project itself, feel free to <a href='mailto:contact@theodinproject.com'>contact us</a>. There is also a friendly Odin community in our <a target='_blank' rel='noreferrer' href='https://discord.gg/fbFCkYabZB'>Discord chat rooms.</a></p>
209209
home:
210210
how_it_works:
211211
items:

0 commit comments

Comments
 (0)