├── README.md ├── convention center.fig ├── icons ├── Vector.svg ├── arrow-forward 1.svg ├── ctor.svg ├── menu-2 1.svg └── watermark.svg ├── images ├── banner.png ├── people.png ├── person 1.png ├── person 2.png ├── person 3.png └── wedding.png ├── mobile ├── convention center mobile.pdf └── convention center mobile.png └── web ├── convention center web.pdf └── convention center web.png /README.md: -------------------------------------------------------------------------------- 1 | # Convention Center Assignment 2 | 3 | -------------------------------------------------------------------------------- /convention center.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/convention-center/ba09938d4bca2eccdb034c8a761062e0090b2397/convention center.fig -------------------------------------------------------------------------------- /icons/Vector.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /icons/arrow-forward 1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /icons/ctor.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /icons/menu-2 1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /icons/watermark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /images/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/convention-center/ba09938d4bca2eccdb034c8a761062e0090b2397/images/banner.png -------------------------------------------------------------------------------- /images/people.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/convention-center/ba09938d4bca2eccdb034c8a761062e0090b2397/images/people.png -------------------------------------------------------------------------------- /images/person 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/convention-center/ba09938d4bca2eccdb034c8a761062e0090b2397/images/person 1.png -------------------------------------------------------------------------------- /images/person 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/convention-center/ba09938d4bca2eccdb034c8a761062e0090b2397/images/person 2.png -------------------------------------------------------------------------------- /images/person 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/convention-center/ba09938d4bca2eccdb034c8a761062e0090b2397/images/person 3.png -------------------------------------------------------------------------------- /images/wedding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/convention-center/ba09938d4bca2eccdb034c8a761062e0090b2397/images/wedding.png -------------------------------------------------------------------------------- /mobile/convention center mobile.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/convention-center/ba09938d4bca2eccdb034c8a761062e0090b2397/mobile/convention center mobile.pdf -------------------------------------------------------------------------------- /mobile/convention center mobile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/convention-center/ba09938d4bca2eccdb034c8a761062e0090b2397/mobile/convention center mobile.png -------------------------------------------------------------------------------- /web/convention center web.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/convention-center/ba09938d4bca2eccdb034c8a761062e0090b2397/web/convention center web.pdf -------------------------------------------------------------------------------- /web/convention center web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/convention-center/ba09938d4bca2eccdb034c8a761062e0090b2397/web/convention center web.png --------------------------------------------------------------------------------