-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating about us and prev edition sections
- Loading branch information
1 parent
059792c
commit db8c85a
Showing
14 changed files
with
31 additions
and
15 deletions.
There are no files selected for viewing
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.
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.
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.
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,7 +21,7 @@ | |
width: 200px; | ||
height: 200px; | ||
position: absolute; | ||
top: 50%; | ||
top: 10%; | ||
right: -140px; | ||
} | ||
|
||
|
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,9 +1,21 @@ | ||
import Haick23Logo from "../../../assets/haick23/haick_23_logo.png"; | ||
import Haick22Logo from '../../../assets/haick22/haick_22_logo.png'; | ||
|
||
import h23_1 from '../../../assets/haick23-prev-edition/1.jpg' | ||
import h23_2 from '../../../assets/haick23-prev-edition/2.jpg' | ||
import h23_3 from '../../../assets/haick23-prev-edition/3.jpg' | ||
import h23_4 from '../../../assets/haick23-prev-edition/4.jpg' | ||
import h23_5 from '../../../assets/haick23-prev-edition/5.jpg' | ||
|
||
export const haick23Logo = Haick23Logo; | ||
export const haick23Edition = [Haick23Logo,Haick23Logo,Haick23Logo,Haick23Logo]; | ||
export const haick23Edition = [h23_1, h23_2, h23_3, h23_4, h23_5]; | ||
|
||
import h22_1 from '../../../assets/haick22-prev-edition/1.jpg' | ||
import h22_2 from '../../../assets/haick22-prev-edition/2.jpg' | ||
import h22_3 from '../../../assets/haick22-prev-edition/3.jpg' | ||
import h22_4 from '../../../assets/haick22-prev-edition/4.jpg' | ||
import h22_5 from '../../../assets/haick22-prev-edition/5.jpg' | ||
import h22_6 from '../../../assets/haick22-prev-edition/6.jpg' | ||
|
||
export const haick22Logo = Haick22Logo; | ||
export const haick22Edition = [Haick23Logo,Haick23Logo,Haick23Logo,Haick23Logo]; | ||
export const haick22Edition = [h22_1, h22_2, h22_3, h22_4, h22_5, h22_6]; |