Body/Description
Your task is to customize the base Drupal site into a functional, professional E-Portfolio website, which we'll call "Drupalite", for a fictional developer.
1. Content Structuring (Custom Content Type)
- Create a new Custom Content Type named "Project" to showcase past work.
- Add the following fields to the "Project" content type:
- Title (default)
- Body/Description (default - long text)
- Project Date (Date field)
- Key Technologies (List/Tags field to list tech like "PHP," "React," "Drupal")
- Featured Image (Image field)
- Project URL (Link field)
2. Functionality Enhancement (Custom Module Installation)
- Install a new module to add a required feature. For this project, install the "Simple Google Maps" or "Geolocation" module.
- Add a new field to the default "Basic Page" content type to include a map of the developer's location (using the new module's field type).
- Create an "About Me" page and input a map location (e.g., your city).
3. Visual Customization (Custom Theme Application)
- Find and download a free, simple Drupal Base/Starter Theme (e.g., Classy, Bootstrap Barrio, or similar).
- Install and enable the chosen theme.
- Set the site's primary color (via the theme settings or a tiny CSS override) to Indigo and change the font to a professional-looking one (e.g., Georgia or a Google Font).
- Configure the front page to display a list of the three most recent "Project" nodes.