Skip to content

Commit fc00213

Browse files
committed
Added new App Showcase called Take It from community.
1 parent b6d1192 commit fc00213

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/gwt/material/design/demo/client/application/dto

1 file changed

+1
-0
lines changed

src/main/java/gwt/material/design/demo/client/application/dto/DataHelper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ public static List<Version> getAllVersions() {
7878

7979
public static List<Apps> getAllApps() {
8080
List<Apps> apps = new ArrayList<>();
81+
apps.add(new Apps("Take It", "Andrey Kurbanov", "https://lh4.googleusercontent.com/-U1vyJFhSQ1c/AAAAAAAAAAI/AAAAAAAABxk/DfJoe_JD2Fo/w80-h80/photo.jpg", "https://derzhika.ru/", "http://i.imgur.com/n1dSMgL.jpg", Color.DEEP_ORANGE));
8182
apps.add(new Apps("gwt-material-channel", "kevzlou7979", "https://avatars1.githubusercontent.com/u/3138071?v=3&s=30", "http://gwt-material-channel.appspot.com/", "http://i.imgur.com/3ROA1Bz.png", Color.RED));
8283
apps.add(new Apps("Feel Vision", "gilberto", "https://avatars1.githubusercontent.com/gilberto-torrezan?v=3&s=30", "https://feel-vision.appspot.com", "http://i.imgur.com/G37VTJj.png", Color.GREEN));
8384
apps.add(new Apps("My Money", "Werner Kok", "https://avatars1.githubusercontent.com/wkok?v=3&s=30", "https://appadvice.com/app/my-money-expense-tracker/1073455420", "http://i.imgur.com/w9UVW2H.png", Color.BLUE));

0 commit comments

Comments
 (0)