Refactor theme comments and descriptions to use a consistent hyphen format instead of an em dash. Update color palette values in theme settings and JSON configuration for improved aesthetics. Enhance contact section icons with Font Awesome for better visual representation. Add GitHub Copilot and contributor instructions for improved collaboration and development practices.

This commit is contained in:
Matt Batchelder
2026-02-20 22:06:53 -05:00
parent 19ee98c68d
commit 025df5fd24
24 changed files with 726 additions and 324 deletions

View File

@@ -1,6 +1,6 @@
<?php
/**
* Asset Enqueuing frontend styles, scripts, and editor additions.
* Asset Enqueuing - frontend styles, scripts, and editor additions.
*
* @package OTS_Theme
*/
@@ -20,7 +20,7 @@ add_action( 'wp_enqueue_scripts', function () {
ORIBI_VERSION
);
// Main JS dark mode, sticky header, mobile nav, scroll animations
// Main JS - dark mode, sticky header, mobile nav, scroll animations
wp_enqueue_script(
'oribi-main',
ORIBI_URI . '/assets/js/main.js',
@@ -60,7 +60,7 @@ add_action( 'enqueue_block_editor_assets', function () {
);
} );
/* ── Google Fonts dynamic based on theme settings ────────── */
/* ── Google Fonts - dynamic based on theme settings ────────── */
add_action( 'wp_enqueue_scripts', 'oribi_enqueue_selected_fonts' );
add_action( 'enqueue_block_editor_assets', 'oribi_enqueue_selected_fonts' );