File tree Expand file tree Collapse file tree 7 files changed +65
-65
lines changed Expand file tree Collapse file tree 7 files changed +65
-65
lines changed Original file line number Diff line number Diff line change 3
3
<!-- Logo -->
4
4
< div class ="footer-logo ">
5
5
< a href ="# ">
6
- < img class ="rotating " src ="assets/images/logo/krypton-gradient.svg ">
6
+ < img class ="rotating " src ="assets/images/logo/krypton-gradient.svg " alt ="" >
7
7
< div class ="brand-name "> Krypton</ div >
8
8
< div class ="brand-subtitle "> Blockchain brought to another level</ div >
9
9
</ a >
67
67
</ div >
68
68
69
69
<!-- Absolute image -->
70
- < img class ="solar-system " src ="assets/images/bg/solar.svg ">
70
+ < img class ="solar-system " src ="assets/images/bg/solar.svg " alt ="" >
71
71
</ footer >
Original file line number Diff line number Diff line change 32
32
<!-- Menu item -->
33
33
< div class ="navbar-item is-nav-link ">
34
34
< a class ="is-centered-responsive " href ="# " target ="_blank ">
35
- < img class ="telegram " src ="assets/images/logo/telegram.svg ">
35
+ < img class ="telegram " src ="assets/images/logo/telegram.svg " alt ="" >
36
36
Telegram
37
37
</ a >
38
38
</ div >
Original file line number Diff line number Diff line change 32
32
<!-- Menu item -->
33
33
< div class ="navbar-item is-nav-link ">
34
34
< a class ="is-centered-responsive " href ="# " target ="_blank ">
35
- < img class ="telegram " src ="assets/images/logo/telegram.svg ">
35
+ < img class ="telegram " src ="assets/images/logo/telegram.svg " alt ="" >
36
36
Telegram
37
37
</ a >
38
38
</ div >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html lang ="en ">
2
+ < html lang ="zxx ">
3
3
< head >
4
4
<!-- Required meta tags always come first -->
5
5
< meta charset ="utf-8 ">
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ $(document).ready(function() {
63
63
} ) ;
64
64
65
65
//Navigation Tabs
66
- $ ( '.flying-tabs li ' ) . on ( 'click' , function ( ) {
66
+ $ ( '.flying-tabs .flying-child ' ) . on ( 'click' , function ( ) {
67
67
var tab_id = $ ( this ) . attr ( 'data-tab' ) ;
68
68
69
- $ ( this ) . siblings ( 'li ' ) . removeClass ( 'is-active' ) ;
69
+ $ ( this ) . siblings ( '.flying-child ' ) . removeClass ( 'is-active' ) ;
70
70
$ ( this ) . closest ( '.flying-wrapper' ) . find ( '.flying-tabs-content' ) . children ( '.tab-content' ) . removeClass ( 'is-active' ) ;
71
71
72
72
$ ( this ) . addClass ( 'is-active' ) ;
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ TABLE OF CONTENTS
123
123
// tabs
124
124
.flying-tabs {
125
125
// tab-item
126
- li {
126
+ .flying-child {
127
127
display : inline ;
128
128
text-align : center ;
129
129
& .is-active a {
@@ -148,19 +148,19 @@ TABLE OF CONTENTS
148
148
margin : 0 ;
149
149
}
150
150
151
- .tab-2.is-active ~ hr {
151
+ .tab-2.is-active ~ .slider {
152
152
margin-left : 25% ;
153
153
}
154
154
155
- .tab-3.is-active ~ hr {
155
+ .tab-3.is-active ~ .slider {
156
156
margin-left : 50% ;
157
157
}
158
158
159
- .tab-4.is-active ~ hr {
159
+ .tab-4.is-active ~ .slider {
160
160
margin-left : 75% ;
161
161
}
162
162
// Flying underline
163
- hr {
163
+ .slider {
164
164
height : 2px ;
165
165
border-radius : 10px ;
166
166
width : 25% ;
You can’t perform that action at this time.
0 commit comments