thekiba
3d77b64fc3
docs: add Andrew Grekov to GDE resources ( #36690 )
...
This commit adds Andrew Grekov to the GDE
resources page and describes his work as a software
engineer using angular and .NET.
PR Close #36690
2020-09-09 09:44:47 -07:00
Lars Gyrup Brink Nielsen
f645d26e3f
docs(docs-infra): add The Deep Dive podcast, update Angular inDepth URL ( #37621 )
...
Add the new podcast called The Deep Dive to the list of Podcast resources.
Also replace the name and URL for Angular inDepth as the old URL is deprecated.
PR Close #37621
2020-09-09 09:11:11 -07:00
Taylor Buckner
1c7e5cef3e
docs: add dayjs date adapter to resources page ( #38031 )
...
PR Close #38031
2020-09-03 12:00:17 -07:00
Keen Yee Liau
4036281007
docs: Update contributor info for kyliau ( #38125 )
...
Added twitter handle, website, and a short bio.
PR Close #38125
2020-08-27 10:39:30 -07:00
Sam Vloeberghs
618cb32407
docs: add Sam Vloeberghs to GDE list ( #37970 )
...
PR Close #37970
2020-08-26 12:52:56 -07:00
Santosh Yadav
22f1ac3e37
docs: udpate the details ( #37967 )
...
updating my twitter handle and bio as it is changed from
Angular and Web Tech to Angular also the
twitter handle is changed to SantoshYadavDev
PR Close #37967
2020-08-20 09:38:58 -07:00
cindygk
0de93fd402
docs: update team contributors page ( #38384 )
...
Removing Kara, Denny, Judy, Tony, Matias as they are no longer actively working on the project
PR Close #38384
2020-08-10 09:51:50 -07:00
kreuzerk
b518b30dae
docs: add Kevin Kreuzer to GDE page ( #37929 )
...
This commit adds Kevin Kreuzer to the Angular GDE page along with a biography, his contributions, and a photograph.
PR Close #37929
2020-07-23 11:03:57 -07:00
Ajit Singh
c1539b16ae
docs: add Ajit Singh to the collaborators ( #37792 )
...
Ajit Singh is a newly added collborator after a few months of contributing add him to the contributors.json
PR Close #37792
2020-07-16 11:02:07 -07:00
Emma Twersky
469aba0140
docs: add Emma Twersky to DevRel Contributor page ( #38084 )
...
This commit adds Emma Twersky to the Angular Contributors page along with a bio & a photograph.
PR Close #38084
2020-07-15 13:50:39 -07:00
Sonu Kapoor
6ea2d1e20e
build(docs-infra): upgrade lighthouse to 6.1.0 ( #37899 )
...
To take advantage of lazy loaded images `img[loading=lazy]`, this commit
upgrades lighthouse to version 6.1.0.
Closes #35965
PR Close #37899
2020-07-15 12:38:07 -07:00
Israel Guzman
62e19c8813
docs: Add Scully to resources.json ( #37678 )
...
Add Scully to the resource page by adding it to the "Tooling" subcategory in resources.json file
PR Close #37678
2020-07-13 14:08:40 -07:00
cindygk
95669df4c3
docs: remove Markus Padourek from angular collaborators ( #37962 )
...
This person was never onboarded
PR Close #37962
2020-07-13 14:08:13 -07:00
Abdellatif Ait boudad
b98314e306
docs: add Formly library to the list of resources ( #37257 )
...
This commit adds the Formly library to the Angular list of resources at aio/content/marketing/resources.json.
PR Close #37257
2020-07-09 09:19:48 -07:00
Sonu Kapoor
f6d2705942
docs: add Sonu Kapoor to the collaborator list ( #37777 )
...
After 6 months of continuous contributions, Sonu Kapoor did finally make
it into the collaborator list.
PR Close #37777
2020-06-30 10:47:54 -07:00
Amadou Sall
ee1526029f
docs: add Amadou Sall to GDE page ( #36509 )
...
This commit adds Amadou Sall to the Angular GDE page along with a
biography, his role at Air France, and a photograph.
PR Close #36509
2020-06-29 12:16:22 -07:00
Sonu Kapoor
1197965e69
docs: move ng-vikings 2020 to the already presented section ( #37466 )
...
This commit moves the ng-vikings 2020 event from the currently presenting
section into the already presented section.
PR Close #37466
2020-06-17 11:18:47 -07:00
Kishan Gajera
7cc7955b5d
docs: fix contributor website links with no protocol ( #37528 )
...
Two contributor website links do not have a protocol so they are treated as a relative URL and do not work as expected.
PR Close #37528
2020-06-12 08:50:52 -07:00
Stephen Fluin
39f973430a
docs: remove out of date GDEs ( #36467 )
...
Periodic documentation cleanup of GDEs which are no longer in the Angular program.
Removed:
- "Filip Bruun Bech-Larsen"
- "Vinci Rufus"
- "Jeff Cross"
PR Close #36467
2020-06-11 11:04:11 -07:00
Mike Huang
d76a872efb
docs: add Mike Huang as a GDE ( #36472 )
...
Update the GDE listing with info abbout Mike Huang.
Update the GDE listing with info abbout Mike Huang.
PR Close #36472
2020-06-10 11:53:25 -07:00
Igor Minar
e7c878027a
docs: remove Vikram and Alex from aio ( #37212 )
...
Vikram and Alex are now Angular alumni. They made a mark on Angular and I hope we'll
get to collaborate with them in the future.
PR Close #37212
2020-05-20 09:40:51 -07:00
Ajit Singh
8f1d0c317e
docs: remove https://angular.io from internal links ( #37157 )
...
PR #36601 itroduces icons on all links if the link contains https:// or http:// but there were some internal links left which contained https://angular.io . Removed https://angular.io from all these links.
PR Close #37157
2020-05-19 10:11:41 -07:00
Sonu Kapoor
deac994517
refactor(docs-infra): remove `rev` property from `Resource` interface and data ( #37181 )
...
The `rev` property has been in the initial commit that introduced
`resources.json` (196203f6d7
) and has been
added to all new entries since (always with the value `true`). This
field is a remnant from back when this data was stored in a Firebase
Database and the `rev` field indicated whether the entry has been
reviewed/approved by a DevRel lead or something. Now that the data is
kept in the repository and the reviewing is done as part of the
corresponding PR, this field is no longer necessary.
PR Close #37181
2020-05-19 10:10:56 -07:00
Kara Erickson
0520ecb7d0
docs: add Cindy to contributors ( #37076 )
...
Cindy has been working with us for a while now
and should be listed on AIO as a part of our team.
This commit adds her image / bio to the Angular
contributors page.
PR Close #37076
2020-05-13 16:01:00 -07:00
Annie Wang
dd806b0d99
docs: add Annie Wang to contributors.json ( #36612 )
...
PR Close #36612
2020-04-23 12:08:09 -04:00
Judy Bogart
75dff8a93a
docs: improve startup nav, naming, and terminology ( #35533 )
...
PR Close #35533
2020-04-22 17:08:29 -04:00
Tony Bove
4da901f8c0
docs: add tony bove to about page ( #36335 )
...
PR Close #36335
2020-04-17 12:33:16 -04:00
Stephen Fluin
78840e59a7
docs: remove rob ( #36285 )
...
PR Close #36285
2020-04-16 16:07:07 -04:00
Sonu Kapoor
713bce19f4
docs: move ng-conf 2020 to the already presented section ( #36413 )
...
PR Close #36413
2020-04-13 08:20:03 -07:00
Doguhan Uluca
c8bef1259c
docs: adding Doguhan Uluca as GDE resource ( #34789 )
...
PR Close #34789
2020-04-03 14:03:57 -07:00
Kara Erickson
4d1d0fa03b
docs: update ng-conf announcement to remove livestream link ( #36382 )
...
Since the livestream for ng-conf is not public this year,
(and is only available to ng-conf attendees), we are
removing the link from the angular.io homepage.
Instead, we are now pointing to the ng-conf homepage for
more information.
PR Close #36382
2020-04-01 13:14:42 -07:00
jornare
49478f5e19
docs: Added ngVikings 2020 on angular.io events ( #35129 )
...
PR Close #35129
2020-03-11 14:43:47 -04:00
Ajit Singh
59078c444c
docs: move ngIndia 2020 to past events on events page ( #35901 )
...
ng india was an outdated event removed it from upcoming events on the events page and added to already presented events
PR Close #35901
2020-03-06 12:39:24 -05:00
Judy Bogart
0e3eeb4e71
docs: restructure nav for beginner concepts ( #34681 )
...
PR Close #34681
2020-02-04 08:57:31 -08:00
陈旭
6b710f7ae1
docs: update awade jigsaw's web site url of the resources ( #35025 )
...
PR Close #35025
2020-01-31 11:25:57 -08:00
frosty
8fd2a97c44
docs: ng-conf 2020 date change ( #35019 )
...
Update the range of dates where ng-conf will appear on angular.io.
PR Close #35019
2020-01-29 10:52:38 -08:00
George Kalpakas
d863526ca9
docs: replace non-breaking with regular spaces in `resources.json` ( #34772 )
...
By using non-breaking spaces, the description of Amexio UI components
was overflowing its container in the "Resources" page.
PR Close #34772
2020-01-14 13:33:25 -08:00
GavinMK
ec147bd839
docs: remove old contributors ( #34486 )
...
PR Close #34486
2020-01-14 10:28:24 -08:00
GavinMK
fa63c2160c
docs: update Alex Eagle and Wassim Chegham collaborator status ( #34486 )
...
PR Close #34486
2020-01-14 10:28:23 -08:00
GavinMK
b188b8c3ba
docs: add Manu Murthy to Angular team ( #34486 )
...
PR Close #34486
2020-01-14 10:28:23 -08:00
GavinMK
3fada8d100
docs: add Andrew Scott to Angular team ( #34486 )
...
PR Close #34486
2020-01-14 10:28:23 -08:00
GavinMK
475d07c72b
docs: add Jules Kremer to Angular team ( #34486 )
...
PR Close #34486
2020-01-14 10:28:23 -08:00
ghiscoding
efbb147f65
docs: add Angular-Slickgrid library to the list of resources ( #34656 )
...
PR Close #34656
2020-01-08 15:06:44 -08:00
Sholka Jadav
e14e43bda2
docs: add rxweb reactive form validation library to resources ( #34257 )
...
PR Close #34257
2020-01-06 11:21:16 -08:00
owenmecham
1583293694
docs: ng-conf 2020 the musical ( #34342 )
...
Added event and announcement info for ng-conf 2020
PR Close #34342
2019-12-12 09:06:11 -08:00
ajitsinghkaler
421dba0184
fix(docs-infra): make header full-width and panels full-width on mobile screens ( #34188 )
...
On events page the header was not able to take full width when body exceeds viewport width of the screen So made the below body go overflow-x auto and resources page was taking 80% of the width which is okay on desktop but on mobile it should take 100% width put a media quer for it.
Fixes #34163
PR Close #34188
2019-12-05 13:06:36 -08:00
David Shevitz
02134172dd
docs: add David Shevitz to about page ( #34222 )
...
PR Close #34222
2019-12-05 11:19:59 -08:00
Denys Vuika
28ef1af376
docs: update Angular books list ( #34062 )
...
PR Close #34062
2019-12-05 10:11:25 -08:00
Kwinten Pisman
e315215983
docs: add kwinten pisman to GDE resources ( #34184 )
...
PR Close #34184
2019-12-03 16:11:40 -08:00
Santosh Yadav
6108962291
docs: add ngIndia to event page ( #33656 )
...
PR Close #33656
2019-11-27 13:04:08 -08:00