Skip to content

Commit

Permalink
Merge pull request #18 from JDemlow/links-should-open-new-tabs-#17
Browse files Browse the repository at this point in the history
Links should open new tabs #17
  • Loading branch information
cerver1 authored Nov 28, 2023
2 parents 67b2c17 + d09e7e2 commit e0a449a
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@
<a class="nav-link" href="#organizers">Organizers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.meetup.com/self-taught-software-developers-meetup-group/">Meetup</a>
<a class="nav-link" href="https://www.meetup.com/self-taught-software-developers-meetup-group/" target="_blank">Meetup</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#sponsors">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link"
href="https://calendar.google.com/calendar/u/1?cid=YXN0cHJvZ3JhbW1lcnNwaGlsbHlAZ21haWwuY29t">Calendar</a>
href="https://calendar.google.com/calendar/u/1?cid=YXN0cHJvZ3JhbW1lcnNwaGlsbHlAZ21haWwuY29t" target="_blank">Calendar</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact-us">Contact</a>
Expand All @@ -93,6 +93,7 @@
<h1 class="display-5 fw-bold lh-1 mb-3">Self-Taught Software Developers</h1>
<div class="d-grid gap-2 d-md-flex justify-content-md-start mt-5">
<a href="https://www.meetup.com/self-taught-software-developers-meetup-group/"
target="_blank"
class="btn btn-primary btn-lg px-4 me-md-2">Join Our Meetup</a>
<a href="#about-us" class="btn btn-outline-secondary btn-lg px-4 me-md-2">Learn More</a>
</div>
Expand All @@ -110,7 +111,7 @@ <h2>About Us</h2>
can come together every two weeks to debrief and discuss various topics. In addition, individuals can share
resources, ask questions, and provide (or request) assistance with technical and non-technical questions. We
also offer guest speakers and networking opportunities. Please refer to our <a
href="https://calendar.google.com/calendar/u/1?cid=YXN0cHJvZ3JhbW1lcnNwaGlsbHlAZ21haWwuY29t">calendar</a>
href="https://calendar.google.com/calendar/u/1?cid=YXN0cHJvZ3JhbW1lcnNwaGlsbHlAZ21haWwuY29t" target="_blank">calendar</a>
to see what we have coming up.
</p>
<p>
Expand All @@ -133,11 +134,13 @@ <h2>About Us</h2>
<div class="mt-4 d-flex">
<div>
<a href="https://www.linkedin.com/company/self-taught-software-developers"
target="_blank"
aria-label="Self-Taught Software Developers LinkedIn"><i class="fa-brands fa-linkedin fa-2xl"
aria-hidden="true"></i></i></a>
</div>
<div class="ms-4">
<a href="https://github.com/self-taught-software-developers"
target="_blank"
aria-label="Self-Taught Software Developers Github"><i class="fa-brands fa-github fa-2xl"
aria-hidden="true"></i></i></a>
</div>
Expand All @@ -157,13 +160,13 @@ <h2>Organizers</h2>
<div class="col-12 col-sm-6 col-lg-3 text-center">
<img src="img/fii_degarr_portrait.jpg" class="img rounded-circle" alt="Fii Degarr Portrait" />
<h2 class="mt-3">Fii Degarr</h2>
<a href="https://www.linkedin.com/in/fifi-degarr/" aria-label="Fii Degarr LinkedIn"><i
<a href="https://www.linkedin.com/in/fifi-degarr/" target="_blank" aria-label="Fii Degarr LinkedIn"><i
class="fa-brands fa-linkedin fa-xl" aria-hidden="true"></i></i></a>
</div>
<div class="col-12 col-sm-6 col-lg-3 text-center mt-5 mt-sm-0">
<img src="img/jim_merk_portrait.jpeg" class="img rounded-circle" alt="Jim Merk Portrait" />
<h2 class="mt-3">Jim Merk</h2>
<a href="https://www.linkedin.com/in/james-merk/" aria-label="Jim Merk LinkedIn"><i
<a href="https://www.linkedin.com/in/james-merk/" target="_blank" aria-label="Jim Merk LinkedIn"><i
class="fa-brands fa-linkedin fa-xl" aria-hidden="true"></i></i></a>
</div>
</div>
Expand Down Expand Up @@ -211,7 +214,7 @@ <h2>Sponsors</h2>
<div class="col-12">
<h2>Contact Us</h2>
<p>Have questions, concerns or an inquiry? Contact us below:</p>
<a href="https://www.linkedin.com/company/self-taught-software-developers"
<a href="https://www.linkedin.com/company/self-taught-software-developers" target="_blank"
class="btn btn-primary btn-lg px-4 me-md-2">Contact Us</a>
</div>
</div>
Expand All @@ -225,10 +228,10 @@ <h2>Contact Us</h2>
<p>&copy; <span id="copyright-year"></span> Self-Taught Software Developers</p>
</div>
<div class="col-12 col-sm-4 order-2 mt-4 mt-md-0">
<a href="https://www.linkedin.com/company/self-taught-software-developers"
<a href="https://www.linkedin.com/company/self-taught-software-developers" target="_blank"
aria-label="Self-Taught Software Developers LinkedIn"><i class="fa-brands fa-linkedin fa-2xl"
aria-hidden="true"></i></i></a>
<a href="https://github.com/self-taught-software-developers"
<a href="https://github.com/self-taught-software-developers" target="_blank"
aria-label="Self-Taught Software Developers Github"><i class="fa-brands fa-github fa-2xl ms-4"
aria-hidden="true"></i></i></a>
</div>
Expand Down

0 comments on commit e0a449a

Please sign in to comment.