-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #121 from TCP-Tech/dev
Dev
- Loading branch information
Showing
44 changed files
with
705 additions
and
201 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,8 +21,7 @@ | |
} | ||
|
||
.hehe{ | ||
overflow: hidden; | ||
|
||
overflow-x: hidden !important; | ||
} | ||
|
||
.intro-container1 img { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,48 @@ | ||
import sponser1 from "../images/sponsers/sponser1.webp"; | ||
import sponser2 from "../images/sponsers/sponser2.webp"; | ||
import sponser4 from "../images/sponsers/sponser4.webp"; | ||
import sponser3 from "../images/sponsers/sponser3.webp"; | ||
import sponser5 from "../images/sponsers/sponser5.webp"; | ||
import sponser13 from "../images/sponsers/sponser13.webp"; | ||
import sponser6 from "../images/sponsers/sponser6.webp"; | ||
import sponser7 from "../images/sponsers/sponser7.webp"; | ||
import sponser9 from "../images/sponsers/sponser9.webp"; | ||
import sponser10 from "../images/sponsers/sponser10.webp"; | ||
import sponser14 from "../images/sponsers/sponser14.webp"; | ||
|
||
const platinum = [ | ||
{ | ||
img: sponser1, | ||
}, | ||
{ | ||
img: sponser2, | ||
img: sponser4, | ||
}, | ||
{ | ||
img: sponser13, | ||
img: sponser6, | ||
}, | ||
{ | ||
img: sponser1, | ||
}, | ||
{ | ||
img: sponser2, | ||
}, | ||
{ | ||
img: sponser13, | ||
}, | ||
]; | ||
|
||
const gold = [ | ||
{ | ||
img: sponser3, | ||
img: sponser7, | ||
}, | ||
{ | ||
img: sponser5, | ||
img: sponser14, | ||
}, | ||
{ | ||
img: sponser3, | ||
} | ||
]; | ||
|
||
// const bronze = [ | ||
// { | ||
// img: sponser6, | ||
// }, | ||
// { | ||
// img: sponser7, | ||
// }, | ||
// { | ||
// img: sponser5, | ||
// }, // repeated to show wrapping | ||
// ]; | ||
|
||
const sponsers = { platinum, gold }; | ||
const partners = [ | ||
{ | ||
img: sponser9, | ||
}, | ||
{ | ||
img: sponser10, | ||
}, | ||
] | ||
|
||
const sponsers = { platinum, gold, partners }; | ||
export default sponsers; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.