File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
const navToggle = document . querySelector ( ".nav-toggle" ) ;
8
8
const links = document . querySelector ( ".links" ) ;
9
+ links . addEventListener ( "click" , ( e ) => {
10
+ e . preventDefault ( ) ;
11
+ } )
9
12
navToggle . addEventListener ( "click" , ( ) => {
10
13
/* if (links.classList.contains("show-links") === false) {
11
14
links.classList.add("show-links");
Original file line number Diff line number Diff line change 39
39
<!-- social media -->
40
40
< ul class ="social-icons ">
41
41
< li >
42
- < a href ="https://www.twitter .com ">
42
+ < a href ="https://www.facebook .com ">
43
43
< i class ="fab fa-facebook "> </ i >
44
44
</ a >
45
45
</ li >
49
49
</ a >
50
50
</ li >
51
51
< li >
52
- < a href ="https://www.twitter.com ">
52
+ < a href ="https://www.behance.net ">
53
53
< i class ="fab fa-behance "> </ i >
54
54
</ a >
55
55
</ li >
56
56
< li >
57
- < a href ="https://www.twitter .com ">
57
+ < a href ="https://www.linkedin .com ">
58
58
< i class ="fab fa-linkedin "> </ i >
59
59
</ a >
60
60
</ li >
61
61
< li >
62
- < a href ="https://www.twitter .com ">
62
+ < a href ="https://www.sketch .com/ ">
63
63
< i class ="fab fa-sketch "> </ i >
64
64
</ a >
65
65
</ li >
You can’t perform that action at this time.
0 commit comments