Skip to content

Commit 2cea794

Browse files
author
Jer'Maine Montiel
committed
added a toolip to the mission statement
we'll revisit this.
1 parent a3ee083 commit 2cea794

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h1>Welcome to the <br>Black Engineer Strike Force</h1>
3636
</div>
3737
<div id="mission" class="mission">
3838
<div class="container">
39-
<h1>DatCode is a community made of Black and POC coders
39+
<h1>DatCode is a community of Black coders<a href="#" data-toggle="tooltip" title="...but open to anyone!">*</a>
4040
serving as a place to share knowledge, collaborate, and meet new people.<br><br>
4141
We want to make ourselves more visible, for our sake and others; because coding is fun. You should get into it.</h1>
4242
</div>

scripts/script.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ $(document).on('click', 'a[href^="#"]', function(e) {
1616

1717
// animated top scrolling
1818
$('body, html').animate({scrollTop: pos});
19-
});
19+
});
20+
21+
$(function () {
22+
$('[data-toggle="tooltip"]').tooltip()
23+
})

0 commit comments

Comments
 (0)