Skip to content

Commit

Permalink
added statcounter code
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremehancock committed Sep 6, 2019
1 parent d95e614 commit 4e509ab
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion index.html
Expand Up @@ -253,7 +253,7 @@ <h2><a href="//www.nwosu.edu/" target="_blank">Northwestern Oklahoma State Unive
section[i].addEventListener("click", function () {
if (this.childNodes[1].innerText === "Current Projects ") {
console.log(this.childNodes[1].childNodes[1].classList.value);
if (this.childNodes[1].childNodes[1].classList.value == "fas fa-caret-up" ) {
if (this.childNodes[1].childNodes[1].classList.value === "fas fa-caret-up" ) {
this.childNodes[1].childNodes[1].classList.remove("fa-caret-up");
this.childNodes[1].childNodes[1].classList.add("fa-caret-down");
}
Expand All @@ -275,5 +275,23 @@ <h2><a href="//www.nwosu.edu/" target="_blank">Northwestern Oklahoma State Unive
});
}
</script>

<!-- Start of StatCounter Code -->
<script>
var sc_project = 2905188;
var sc_invisible = 1;
var sc_security = "5bd24ec6";
</script>

<script src="//www.statcounter.com/counter/counter.js"></script>
<noscript>
<div class="statcounter">
<a title="tumblr tracker" href="//www.statcounter.com/tumblr/" target="_blank">
<img class="statcounter" src="//c.statcounter.com/2905188/0/5bd24ec6/1/" alt="tumblr tracker"/>
</a>
</div>
</noscript>
<!-- End of StatCounter Code -->

</body>
</html>

0 comments on commit 4e509ab

Please sign in to comment.