Skip to content

topcoder-platform/community-nav-prototype

Repository files navigation

Topcoder navigation prototype

Demo URL

Design

Install gulp dependencies

npm install -g gulp  
npm i

Build scss

gulp styles

Build and watch scss(auto build css after save file)

gulp

Theme

Theme is in sass/_global/_themes.scss

Run web

npm start

How to test different notification icon status

index-light.html and index-dark.html,there are 4 code lines:367,372,377,382. remove the "hide" class from one of the 4 lines,will show the different notification icon status.

Notification showcase in both Desktop and Mobile views

Click on notification icon first time,will show the notification popup with Empty status, click it second time,will show the notification popup with Populated status.

How to get to Settings page

In User Profile popup of both Desktop/Mobile browsers, click on "Settings" link can go to Settings page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published