Skip to content

Commit

Permalink
[#11579] [#11610] Update front page data + remove usermap page (#11616)
Browse files Browse the repository at this point in the history
* Remove usermap-related files

* Remove topojson library

* Update committers + senior members list

* Update developers list

* Update submission base number

* Update users number in home page
  • Loading branch information
wkurniawan07 authored Mar 2, 2022
1 parent 96c2743 commit 9cc2e84
Show file tree
Hide file tree
Showing 16 changed files with 57 additions and 2,940 deletions.
37 changes: 0 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"ngx-image-cropper": "^1.5.1",
"ngx-page-scroll-core": "^7.0.6",
"rxjs": "~6.6.7",
"topojson": "^3.0.2",
"tslib": "^2.3.1",
"ua-parser-js": "^0.7.31",
"zone.js": "~0.11.4"
Expand Down
18 changes: 0 additions & 18 deletions sort-usermap.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,7 @@ <h2>Powered by Google Infrastructure:</h2>
<div class="col-xs-12 col-sm-8 padding-top-10px">
<h2>Growing Global Community:</h2>
<p>
TEAMMATES community is growing fast, spanning over 500,000 users from over 1,600 universities from many countries across the globe.
</p>
<p>
<a tmRouterLink="/web/front/usermap">See who is using TEAMMATES.</a>
TEAMMATES community is growing fast. Since its inception in 2010, TEAMMATES has benefitted over 800,000 users from over 1,100 universities from over 100 countries across the globe.
</p>
</div>
</div>
Expand Down
4 changes: 0 additions & 4 deletions src/web/app/pages-static/static-pages.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ const routes: Routes = [
path: 'terms',
loadChildren: () => import('./terms-page/terms-page.module').then((m: any) => m.TermsPageModule),
},
{
path: 'usermap',
loadChildren: () => import('./usermap-page/usermap-page.module').then((m: any) => m.UsermapPageModule),
},
{
path: 'help',
children: [
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

102 changes: 0 additions & 102 deletions src/web/app/pages-static/usermap-page/usermap-page.component.ts

This file was deleted.

28 changes: 0 additions & 28 deletions src/web/app/pages-static/usermap-page/usermap-page.module.ts

This file was deleted.

Loading

0 comments on commit 9cc2e84

Please sign in to comment.