Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#11579] [#11610] Update front page data + remove usermap page #11616

Merged
merged 6 commits into from
Mar 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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