Standard Shells for Online Registrations or Giving Pages ======================================================== The following shells can be used (as is or customized) for online registrations or for Giving Pages. They are provided on your database as standard shells and can be found at `Administration > Setup > Special Content` on the `HTML Content` tab. If they have been deleted or altered and you wish to restore them, you can copy the source code shown in this article for any shell to recreate or restore the HTML file. Open (or create) the HTML file you wish to restore, click on the ``Source`` button, and replace all the code with the code you have copied from this article. Be sure to type ``Shell`` in the `ContentKeyword` box in order for the shell to show up in the `HTML Shell` drop down menu on an Involvement. Below is information about each standard shell. Standard Shell -------------- This shell has a dark gray background with a logo and link to the user's profile at the top and a light gray background below with footer information at the bottom. To customize... - The darker background color can be modified on lines 11 and 19. - The lighter background color can be modified on lines 10, 21 and 25. - The logo and corresponding link can be replace on line 12. - The link for the user to edit their profile can be changed on line 14. Use ``https://mychurch.app.tpsdb.co/profile/information`` replacing "mychurch" with your church's database name. - The social media links can be modified on lines 27-29 - The church information in the footer can be changed on line 33. .. figure:: https://i.tpsdb.com/StandardShell.png :target: # | Below is the HTML code for the StandardShell shell: .. literalinclude:: Files/StandardShell.html :linenos: Standard Shell Light -------------------- This shell is similar to the StandardShell except that it has a uniformly light background. To customize... - The background color can be modified on lines 10, 11, 19, 21 and 25. - The logo and corresponding link can be replace on line 12. - The link for the user to edit their profile can be changed on line 14. Use ``https://mychurch.app.tpsdb.co/profile/information`` replacing "mychurch" with your church's database name. - The social media links can be modified on lines 27-29 - The church information in the footer can be changed on line 33. .. figure:: https://i.tpsdb.com/StandardShellLight.png :target: # | Below is the HTML code for the StandardShellLight shell: .. literalinclude:: Files/StandardShellLight.html :linenos: Standard Shell with Background ------------------------------ This shell has the same elements as the two above, but the background is an image. To customize... - The background image can be replaced on line 10. - The logo and corresponding link can be replace on line 12. - The link for the user to edit their profile can be changed on line 14. Use ``https://mychurch.app.tpsdb.co/profile/information`` replacing "mychurch" with your church's database name. - The social media links can be modified on lines 25-27 - The church information in the footer can be changed on line 31. .. figure:: https://i.tpsdb.com/StandardShellwBackground.png :target: # | Below is the HTML code for the StandardShellwBackground shell: .. literalinclude:: Files/StandardShellwBackground.html :linenos: Video Demonstration of Shell Customization ------------------------------------------ See the video below for a demonstration of the changes to make to customize the Standard Shell. .. raw:: html | | +--------------------+------------------+ | **Latest Update** | **6/23/2021** | +--------------------+------------------+ Add info about Shell ContentKeyword