Forum Discussion
SharePoint Templates
- Apr 12, 2019
Tim Hunter
Microsoft Docs
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part
Community Driven Solutions
https://github.com/SharePoint/sp-dev-fx-webparts
PnP Samples from Lookbook
https://provisioning.sharepointpnp.com/
Professional Training
https://www.voitanos.io/
Tim Hunter Can you let us know what version of SharePoint are you using? The ability and level of customization available to you varies by the version of SharePoint you are using.
Intranet Templates are expensive, because branding SharePoint is A LOT of work for various reasons. If you are on-premises, you have the ability to create whatever HTML/CSS (use bootstrap if you want) in house, but I would highly advise against it especially if you do not have a lot of experience in doing it. It involves custom master pages, page layouts and working with SharePoint HTML (which, to be frank, isn't as optimized or simple as it should be). SharePoint is very easy to break, when guidance isn't followed correctly. There are a lot of ways to do something, and many of them have negative impacts on your environment.
In any case, take a look at the branding guidelines. This will walk you through the options available to you and will also provide links to all of the information you would need in regards to branding a SharePoint environment.
SPO on the top and on-premises at the bottom.
https://docs.microsoft.com/en-us/sharepoint/dev/scenario-guidance/branding
- Beau CameronApr 12, 2019MVP
Tim Hunter Okay. So you are more limited in that regard. You can customize the modern experience using SPFx Web Parts and extensions. SPFx allows you build whatever web parts/design you want to fit into the pre-defined layouts in a page. If you are working in classic mode in SharePoint Online, I would definitely avoid branding your classic sites, and instead upgrade the to the modern UX.
To give you an impression of the kind of things you can do in SharePoint Online, check out Valo Intranet https://www.valointranet.com/ . While the customization options are more limited in SPO, it doesn't mean you can't make a great looking sites in SharePoint.- Tim HunterApr 12, 2019Iron Contributor
Thanks! All this information is very helpful. Are they any good resources you know of that talk more about SPFx Web Parts and extensions?
- Beau CameronApr 12, 2019MVP
Tim Hunter
Microsoft Docs
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part
Community Driven Solutions
https://github.com/SharePoint/sp-dev-fx-webparts
PnP Samples from Lookbook
https://provisioning.sharepointpnp.com/
Professional Training
https://www.voitanos.io/