Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UTCT-24: UTC Branding on front and back ends #44

Merged
merged 16 commits into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions frontend/assets/img/utc-power-c-reverse.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 5 additions & 7 deletions frontend/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
// GENERAL

// Page title for your site
define('title', 'Sleeky theme for YOURLS');
define('title', 'UTC URL Shortener');

// The short title of your site, used in the footer and in some sub pages
define('shortTitle', 'Sleeky');
define('shortTitle', 'go.UTC.edu');

// A description of your site, shown on the homepage.
define('description', 'A quick description on why your site is so fantastic, what it does and why people should definitely start using it. Oh, and how it’s free.');
define('description', 'Long URLs are annoying. Shorten and share, Mocs.');

// The favicon for your site
define('favicon', '/frontend/assets/img/favicon.ico');

// Logo for your site, displayed on home page
define('logo', '/frontend/assets/img/logo-black.png');
define('logo', '/frontend/assets/img/utc-power-c-reverse.svg');

// Enable reCAPTCHA V3
// It is highly recommended you use reCAPTCHA V3. It will stop spam. You can get a site and secret key from here: https://www.google.com/recaptcha/admin/create
Expand Down Expand Up @@ -50,8 +50,6 @@
// The array follows a title link structure:
// "TITLE" => "LINK",
$footerLinks = [
"About" => "https://github.com/utctiny",
"Contact" => "https://www.utc.edu/web",
// "Legal" => "https://yourls.org/",
"About" => "https://github.com/UTCWeb/utctiny",
"Admin" => "/admin/"
];