diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-09-03 00:08:53 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-09-03 00:08:53 +0300 |
| commit | a65d6d9127c3fa7f6a8ecaec5d1ffd1f47c2bc98 (patch) | |
| tree | edf8630e9d6426124dd49854af0cb703ebc5b710 /frontend/src/images | |
| parent | fix: revert to static homepage (#195) (diff) | |
| download | lphub-a65d6d9127c3fa7f6a8ecaec5d1ffd1f47c2bc98.tar.gz lphub-a65d6d9127c3fa7f6a8ecaec5d1ffd1f47c2bc98.tar.bz2 lphub-a65d6d9127c3fa7f6a8ecaec5d1ffd1f47c2bc98.zip | |
refactor: port to typescript
Diffstat (limited to 'frontend/src/images')
22 files changed, 44 insertions, 0 deletions
diff --git a/frontend/src/images/Images.tsx b/frontend/src/images/Images.tsx new file mode 100644 index 0000000..d2f6dfb --- /dev/null +++ b/frontend/src/images/Images.tsx | |||
| @@ -0,0 +1,44 @@ | |||
| 1 | import logo from "./png/logo.png" | ||
| 2 | import login from "./png/login.png" | ||
| 3 | import img1 from './png/1.png'; | ||
| 4 | import img2 from './png/2.png'; | ||
| 5 | import img3 from './png/3.png'; | ||
| 6 | import img4 from './png/4.png'; | ||
| 7 | import img5 from './png/5.png'; | ||
| 8 | import img6 from './png/6.png'; | ||
| 9 | import img7 from './png/7.png'; | ||
| 10 | import img8 from './png/8.png'; | ||
| 11 | import img9 from './png/9.png'; | ||
| 12 | import img10 from './png/10.png'; | ||
| 13 | import img11 from './png/11.png'; | ||
| 14 | import img12 from './png/12.png'; | ||
| 15 | import img13 from './png/13.png'; | ||
| 16 | import img14 from './png/14.png'; | ||
| 17 | import img15 from './png/15.png'; | ||
| 18 | import img16 from './png/16.png'; | ||
| 19 | import img17 from './png/17.png'; | ||
| 20 | import img18 from './png/18.png'; | ||
| 21 | import img19 from './png/19.png'; | ||
| 22 | |||
| 23 | export const LogoIcon = logo; | ||
| 24 | export const LoginIcon = login; | ||
| 25 | |||
| 26 | export const SearchIcon = img1; | ||
| 27 | export const HomeIcon = img2; | ||
| 28 | export const NewsIcon = img3; | ||
| 29 | export const PortalIcon = img4; | ||
| 30 | export const FlagIcon = img5; | ||
| 31 | export const ChatIcon = img6; | ||
| 32 | export const TableIcon = img7; | ||
| 33 | export const BookIcon = img8; | ||
| 34 | export const HelpIcon = img9; | ||
| 35 | export const UserIcon = img10; | ||
| 36 | export const ExitIcon = img11; | ||
| 37 | export const DownloadIcon = img12; | ||
| 38 | export const ThreedotIcon = img13; | ||
| 39 | export const StatisticsIcon = img14; | ||
| 40 | export const TwitchIcon = img15; | ||
| 41 | export const YouTubeIcon = img16; | ||
| 42 | export const SteamIcon = img17; | ||
| 43 | export const HistoryIcon = img18; | ||
| 44 | export const SortIcon = img19; \ No newline at end of file | ||
diff --git a/frontend/src/images/png/1.png b/frontend/src/images/png/1.png new file mode 100644 index 0000000..ea59d2f --- /dev/null +++ b/frontend/src/images/png/1.png | |||
| Binary files differ | |||
diff --git a/frontend/src/images/png/10.png b/frontend/src/images/png/10.png new file mode 100644 index 0000000..d4b0863 --- /dev/null +++ b/frontend/src/images/png/10.png | |||
| Binary files differ | |||
diff --git a/frontend/src/images/png/11.png b/frontend/src/images/png/11.png new file mode 100644 index 0000000..b493059 --- /dev/null +++ b/frontend/src/images/png/11.png | |||
| Binary files differ | |||
diff --git a/frontend/src/images/png/12.png b/frontend/src/images/png/12.png new file mode 100644 index 0000000..abb7717 --- /dev/null +++ b/frontend/src/images/png/12.png | |||
| Binary files differ | |||
diff --git a/frontend/src/images/png/13.png b/frontend/src/images/png/13.png new file mode 100644 index 0000000..28a67c5 --- /dev/null +++ b/frontend/src/images/png/13.png | |||
| Binary files differ | |||
diff --git a/frontend/src/images/png/14.png b/frontend/src/images/png/14.png new file mode 100644 index 0000000..7be6359 --- /dev/null +++ b/frontend/src/images/png/14.png | |||
| Binary files differ | |||
diff --git a/frontend/src/images/png/15.png b/frontend/src/images/png/15.png new file mode 100644 index 0000000..e5ae8aa --- /dev/null +++ b/frontend/src/images/png/15.png | |||
| Binary files differ | |||
diff --git a/frontend/src/images/png/16.png b/frontend/src/images/png/16.png new file mode 100644 index 0000000..bf3ae0c --- /dev/null +++ b/frontend/src/images/png/16.png | |||
| Binary files differ | |||
diff --git a/frontend/src/images/png/17.png b/frontend/src/images/png/17.png new file mode 100644 index 0000000..85e39f0 --- /dev/null +++ b/frontend/src/images/png/17.png | |||
| Binary files differ | |||
diff --git a/frontend/src/images/png/18.png b/frontend/src/images/png/18.png new file mode 100644 index 0000000..048cda9 --- /dev/null +++ b/frontend/src/images/png/18.png | |||
| Binary files differ | |||
diff --git a/frontend/src/images/png/19.png b/frontend/src/images/png/19.png new file mode 100644 index 0000000..0d97d16 --- /dev/null +++ b/frontend/src/images/png/19.png | |||
| Binary files differ | |||
diff --git a/frontend/src/images/png/2.png b/frontend/src/images/png/2.png new file mode 100644 index 0000000..b8d108e --- /dev/null +++ b/frontend/src/images/png/2.png | |||
| Binary files differ | |||
diff --git a/frontend/src/images/png/3.png b/frontend/src/images/png/3.png new file mode 100644 index 0000000..cfda6a4 --- /dev/null +++ b/frontend/src/images/png/3.png | |||
| Binary files differ | |||
diff --git a/frontend/src/images/png/4.png b/frontend/src/images/png/4.png new file mode 100644 index 0000000..bbc01c4 --- /dev/null +++ b/frontend/src/images/png/4.png | |||
| Binary files differ | |||
diff --git a/frontend/src/images/png/5.png b/frontend/src/images/png/5.png new file mode 100644 index 0000000..b63d2c3 --- /dev/null +++ b/frontend/src/images/png/5.png | |||
| Binary files differ | |||
diff --git a/frontend/src/images/png/6.png b/frontend/src/images/png/6.png new file mode 100644 index 0000000..6ced542 --- /dev/null +++ b/frontend/src/images/png/6.png | |||
| Binary files differ | |||
diff --git a/frontend/src/images/png/7.png b/frontend/src/images/png/7.png new file mode 100644 index 0000000..c20bcf4 --- /dev/null +++ b/frontend/src/images/png/7.png | |||
| Binary files differ | |||
diff --git a/frontend/src/images/png/8.png b/frontend/src/images/png/8.png new file mode 100644 index 0000000..d640522 --- /dev/null +++ b/frontend/src/images/png/8.png | |||
| Binary files differ | |||
diff --git a/frontend/src/images/png/9.png b/frontend/src/images/png/9.png new file mode 100644 index 0000000..3cd602a --- /dev/null +++ b/frontend/src/images/png/9.png | |||
| Binary files differ | |||
diff --git a/frontend/src/images/png/login.png b/frontend/src/images/png/login.png new file mode 100644 index 0000000..6456c21 --- /dev/null +++ b/frontend/src/images/png/login.png | |||
| Binary files differ | |||
diff --git a/frontend/src/images/png/logo.png b/frontend/src/images/png/logo.png new file mode 100644 index 0000000..774d55a --- /dev/null +++ b/frontend/src/images/png/logo.png | |||
| Binary files differ | |||