Skip to content

Commit ce97114

Browse files
HaimantikaHaimantika Mitra
andauthored
Add TIL conf details (#19)
Co-authored-by: Haimantika Mitra <[email protected]>
1 parent a0527cb commit ce97114

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

apps/this-is-learning/src/app/home/home.component.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,13 @@ <h2><a target="blank" href="https://discord.gg/WquDAakwkK"> This is Learning-Dis
138138
<i class="fab fa-discord fa-2x"></i>
139139
<h4>Join Our Discord server for sharing some great content from the programming language.</h4>
140140
</div>
141+
<div class="card">
142+
<h2><a target="blank" href="https://til-conf.netlify.app/"> This is Learning Conference</a></h2>
143+
<i class="fa-solid fa-chalkboard-user"></i>
144+
<h4>
145+
Explore our extensive library of recorded content from the May 2024 This is Learning online conference, covering topics such as web and mobile development, cloud and backend services, software engineering, AI/ML, and CI/CD.
146+
</h4>
147+
</div>
141148
</div>
142149
</div>
143150
</section>

libs/navbar/src/lib/navbar/navbar.component.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
<li>
4949
<a href="https://github.com/this-is-learning" target="blank"><i class="fab fa-github fa-2x"></i></a>
5050
</li>
51+
<li>
52+
<a href="https://til-conf.netlify.app/" target="blank"
53+
><i class="fa-solid fa-chalkboard-user"></i
54+
></a>
5155
<li>
5256
<a href="https://discord.gg/WquDAakwkK" target="blank"><i class="fab fa-discord fa-2x"></i></a>
5357
</li>

0 commit comments

Comments
 (0)