-
Notifications
You must be signed in to change notification settings - Fork 3
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 #1 from yll0rd/leo-v2
- Loading branch information
Showing
32 changed files
with
1,173 additions
and
308 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
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.
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 |
---|---|---|
@@ -1,21 +1,26 @@ | ||
import arrow from '/images/home/arrow.svg'; | ||
import bird from '/images/home/bird.svg'; | ||
import blueDjango from '/images/home/bluedjango.svg'; | ||
import blueMap from '/images/home/bluemap.svg'; | ||
import channel from '/images/home/channel.png'; | ||
import connect from '/images/home/connect.svg'; | ||
import curlArrow from '/images/home/curl-arrow.svg'; | ||
import curlyGrid from '/images/home/curlygrid.png'; | ||
import getStarted from '/images/home/get-started.svg'; | ||
import greenBackBg from '/images/home/greenbackbg.svg'; | ||
import greenBg from '/images/home/greenbg.svg'; | ||
import Group from '/images/home/Group 131.svg'; | ||
import HeaderImage from '/images/home/Group 130.svg'; | ||
import Logo from '/images/home/logo-girls.svg'; | ||
import mankaa from '/images/home/mankaa.svg'; | ||
import map from '/images/home/map.svg'; | ||
import projectBg from '/images/home/projectbg.svg'; | ||
import spaceShip from '/images/home/space-ship.svg'; | ||
import teamGoals from '/images/home/team-goals.svg'; | ||
import whyJoin from '/images/home/whyjoin.svg'; | ||
import youtubeThumbnail from '/images/home/youtube-thumbnail.svg'; | ||
|
||
|
||
|
||
|
||
export { arrow, bird,connect, curlArrow, getStarted, greenBackBg, greenBg, Group, Logo, mankaa, map, projectBg, spaceShip, whyJoin, youtubeThumbnail, channel }; | ||
export { arrow, bird, blueDjango, blueMap, connect, curlArrow, curlyGrid, getStarted, greenBackBg, greenBg, Group, HeaderImage, Logo, mankaa, map, projectBg, spaceShip, teamGoals, whyJoin, youtubeThumbnail, channel }; |
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
Oops, something went wrong.