Skip to content

Commit

Permalink
updated senior design references
Browse files Browse the repository at this point in the history
  • Loading branch information
lryanle committed Nov 14, 2023
1 parent 2822c3b commit 962b23f
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
with:
template: repository
user: lryanle
repo: seniordesign
repo: SMARE
config_timezone: US/Central
token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
plugin_lines: yes
plugin_followup: yes
plugin_projects: yes
plugin_projects_repositories: lryanle/seniordesign/projects/2
plugin_projects_repositories: lryanle/SMARE/projects/2
- uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.pagespeed.svg
Expand Down
6 changes: 2 additions & 4 deletions frontend/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ export default async function Home() {
>
<Link
className="group flex max-w-fit items-center justify-center space-x-2 rounded-full border border-black bg-black px-5 py-2 text-sm text-white transition-colors hover:bg-white hover:text-black"
href={"/dashboard"}
target="_blank"
rel="noopener noreferrer"
href="/dashboard"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -50,7 +48,7 @@ export default async function Home() {
</Link>
<a
className="flex max-w-fit items-center justify-center space-x-2 rounded-full border border-gray-300 bg-white px-5 py-2 text-sm text-gray-600 shadow-md transition-colors hover:border-gray-800"
href="https://github.com/lryanle/seniordesign"
href="https://github.com/lryanle/SMARE"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
14 changes: 7 additions & 7 deletions frontend/components/layout/footer.tsx
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
import { Statefarm } from "@/icons";
import { Statefarm, Uta } from "@/icons";
import Link from "next/link";

export default function Footer() {
return (
<div className="absolute w-full py-5 text-center">
<p className="text-gray-500">
A project by{" "}
<p className="text-gray-500 inline-flex items-center gap-2">
<Link
className="font-semibold text-statefarm underline-offset-4 transition-colors hover:underline"
href="https://github.com/lryanle/seniordesign"
className="font-semibold text-slate-500 hover:text-statefarm transition-colors inline-flex items-center gap-1"
href="https://github.com/lryanle/SMARE"
target="_blank"
rel="noopener noreferrer"
>
<Uta className="h-4 w-4 inline" />{" "}
University of Texas at Arlington CSE
</Link>
{" "}×{" "}
<Link
className="font-semibold text-statefarm underline-offset-4 transition-colors inline hover:underline"
href="https://github.com/lryanle/seniordesign"
className="font-semibold text-slate-500 hover:text-statefarm transition-colors inline-flex items-center gap-1"
href="https://statefarm.com"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
1 change: 1 addition & 0 deletions frontend/components/shared/icons/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ export { default as LoadingDots } from "./loading-dots";
export { default as LoadingSpinner } from "./loading-spinner";
export { default as Statefarm } from "./statefarm";
export { default as Twitter } from "./twitter";
export { default as Uta } from "./uta";

20 changes: 20 additions & 0 deletions frontend/components/shared/icons/uta.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
export default function Uta({ className }: { className?: string }) {
return (
<svg
viewBox="171.5861 107.0749 89.64 79.09"
xmlns="http://www.w3.org/2000/svg"
className={className}
>
<path
fill="#0064B1"
d="M0.05,79.61h25.13l8.71-26.76l-17.5-12.71L0.05,79.61z M73.34,40.14L55.85,52.85l8.71,26.76h25.13 L73.34,40.14z M56.94,0.52H32.8L16.48,39.94h21.61l6.78-21.01l6.79,21.01h21.61L56.94,0.52z"
transform="matrix(0.9999999999999999, 0, 0, 0.9999999999999999, 171.5360565185547, 106.554931640625)"
/>
<path
fill="#F58025"
d="M65.7,42.22H49.78l-4.92-15.14l-4.92,15.14H24.03l12.88,9.35l-4.92,15.14l12.88-9.35l12.88,9.35 l-4.92-15.14L65.7,42.22z M64.19,42.63L44.87,49l4.47-5.97L64.19,42.63z M44.79,28.64l0.08,20.34l-4.29-6.1L44.79,28.64z M25.49,42.77l19.37,6.21l-7.13,2.2L25.49,42.77z M44.75,56.45L32.96,65.5l11.9-16.51L44.75,56.45z M56.88,65.41L44.86,49 l7.06,2.41L56.88,65.41z"
transform="matrix(0.9999999999999999, 0, 0, 0.9999999999999999, 171.5360565185547, 106.554931640625)"
/>
</svg>
);
}
2 changes: 1 addition & 1 deletion frontend/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
return [
{
source: "/github",
destination: "https://github.com/lryanle/seniordesign",
destination: "https://github.com/lryanle/SMARE",
permanent: false,
},
];
Expand Down
2 changes: 1 addition & 1 deletion github-metrics.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 962b23f

@vercel
Copy link

@vercel vercel bot commented on 962b23f Nov 14, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

seniordesign – ./

seniordesign-git-main-lryanle.vercel.app
seniordesign-lryanle.vercel.app
smare.vercel.app
smare.lryanle.com

Please sign in to comment.