Skip to content

Commit 45dfb03

Browse files
authored
Merge pull request #33 from jbazalar/links
Added links for Slack, Resources, and Code of Conduct
2 parents ea0703a + 5edc9d1 commit 45dfb03

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<body>
2727
<header>
2828
<h1>Learn Teach Code</h1>
29+
<h5><a href="/slack">Join our Slack!</a> | <a href="https://github.com/LearnTeachCode/code-coffee-compendium">Resources</a> | <a href="https://hackcodeofconduct.org">Code of Conduct</a></h5>
2930
<p class="tagline">A community for anyone who wants to learn about computer science or programming</p>
3031
<p>Whether you're a total beginner or a coding ninja/guru/Jedi Master, we're here to learn about computer science and programming in a fun, informal environment -- and also to provide moral support to fight the fears and frustrations that come with learning a new skill or transitioning to a new career.</p>
3132
<p><strong><a href="https://join.slack.com/t/learnteachcode/shared_invite/enQtNDQ2MTM3NTk3MjMyLTY5MDM1MjEwNTA4NmUzMDMwNDhlMmI2YjFhMDM1MjdhY2RmZmRlZDUyMDkxMjA0OTY5ZjNiOGE1MTE1ZmZkYzc">Click here to join our chatroom on Slack!</a></strong></p>

style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ header {
9292
header h1 {
9393
margin-top: 0px;
9494
}
95+
header h5 {
96+
text-align: center;
97+
}
9598

9699
.tagline {
97100
font-size: 1.3em;

0 commit comments

Comments
 (0)