项目作者: cypriluc

项目描述 :
Green Fox Academy #StayAtHome Coding Camp
高级语言: JavaScript
项目地址: git://github.com/cypriluc/My-first-web-application.git
创建时间: 2020-05-04T16:16:35Z
项目社区:https://github.com/cypriluc/My-first-web-application

开源协议:

下载


My first web application

Green Fox Academy #StayAtHome Coding Camp

A photo gallery

An image slider that displays images with their titles and descriptions.

Layout created with HTML and CSS:
-> gallery container in the middle of the screen, fixed size
-> gallery’s content: photo-viewer and thumbnails bellow
-> photo-viewer contain arrow buttons on the sides and currently chosen photo in the middle
-> thumbnails under the photo-viewer block
-> current photo has a half transparent description

Navigation and interaction with JAVASCRIPT:
-> at the beginning the first picture is appeared in the photo-viewer
-> the related thumbnail is marked as active
-> by clicking on the arrow buttons on the sides, the content of the viewer block changes to the next or previous item
-> at the same time, the current thumbnail changes based on the currently picked photo
-> if the gallery displays the first image, pressing the previous button shows the last one and opposite
-> by clicking on a thumbnail, the image displays in the viewer area
-> the arrow buttons, the viewer area’s content and the thumbnail’s emphasis work synchronously