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

Conversation

UTCGilligan
Copy link
Contributor

@UTCGilligan UTCGilligan commented Dec 13, 2023

This has been applied to https://gotest.utc.edu, so please have a look.

Screenshots:

Screenshot 2023-12-18 at 13 15 02
Screenshot 2023-12-18 at 13 14 51
Screenshot 2023-12-18 at 13 14 48
Screenshot 2023-12-18 at 13 14 42

@UTCGilligan UTCGilligan marked this pull request as ready for review December 13, 2023 01:28
Copy link
Contributor Author

@UTCGilligan UTCGilligan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good:

  • Power C
  • UTCentric frontend words

Copy link

@stevendshelton stevendshelton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@UTCbridget
Copy link

I love it, but just curious, are we allowed to cut the power c in half in the background?

@UTCGilligan
Copy link
Contributor Author

@Bridget, IDK but it can be moved up or down if required. It's just using the default positioning of the default logo.

@UTCbridget
Copy link

So, I did verify... the Power C is not allowed to be on a background that bisects it for brand compliance. Also, it was requested that the whole horizontal logo be presented above the white field, not just the power C. Otherwise, I think it looks FANTASTIC!

@UTCGilligan
Copy link
Contributor Author

UTCGilligan commented Dec 14, 2023

  • Steve Rumbaugh requests we use the full UTC Wordmark, in the dark blue area above the white form.

@UTCGilligan UTCGilligan marked this pull request as draft December 14, 2023 23:31
Copy link
Contributor Author

@UTCGilligan UTCGilligan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

  • Frontend styles and assets to stylize for UTC
  • Backend styles and assets to stylize for UTC

@@ -46,10 +47,10 @@ $border-radius: 6px;
//@import "../../node_modules/bootstrap/scss/breadcrumb";
//@import "../../node_modules/bootstrap/scss/pagination";
//@import "../../node_modules/bootstrap/scss/badge";
//@import "../../node_modules/bootstrap/scss/alert";
@import "../../node_modules/bootstrap/scss/alert";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for frontend alerts such as "shortcut reserved or already in use"

//@import "../../node_modules/bootstrap/scss/progress";
//@import "../../node_modules/bootstrap/scss/list-group";
//@import "../../node_modules/bootstrap/scss/close";
@import "../../node_modules/bootstrap/scss/close";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for dismissing frontend alerts.

@@ -1,5 +1,6 @@
@charset "UTF-8";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Compiled frontend styles; built from frontend tooling via npm-sass.

@@ -1,5 +1,5 @@
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>

<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

popper.js is no longer part of main bootstrap.min.js. Needed for some frontend transitions such as the Customize Link accordion.

@@ -86,21 +86,21 @@ function shorten() {
</div>

<div class="card-body px-5 pb-5">
<h2 class="text-uppercase text-center">Your shortened link</h2>
<h2 class="text-uppercase text-center">Your short link</h2>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is shorter.

@@ -0,0 +1,8 @@
User-agent: *
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discourage snooping bots.

@UTCGilligan UTCGilligan changed the title UTCT-24: Power C frontend logo; frontend text config. UTCT-24: UTC Branding on front and back ends Dec 15, 2023
@UTCGilligan UTCGilligan marked this pull request as ready for review December 15, 2023 12:59
Copy link

@UTCbridget UTCbridget left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work, Chris and team!

This was linked to issues Dec 18, 2023
Copy link
Contributor Author

@UTCGilligan UTCGilligan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@UTCGilligan UTCGilligan merged commit 554e332 into UTCWeb:develop Dec 18, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change Roboto to Raleway font Improve Backend styling
3 participants