diff --git a/src/app/globals.scss b/src/app/globals.scss index b87fb19..35085ae 100644 --- a/src/app/globals.scss +++ b/src/app/globals.scss @@ -42,3 +42,14 @@ span.visually-hidden { display: none; visibility: hidden; } + +div { + &.page { + display: flex; + } + + &.content { + margin-left: 60px; + width: calc(100% - 60px); + } +} diff --git a/src/app/home.scss b/src/app/home.scss index 340a779..9ce9767 100644 --- a/src/app/home.scss +++ b/src/app/home.scss @@ -3,13 +3,11 @@ button.btn-hover { border: none; border-radius: 50px; cursor: pointer; - height: 115px; -o-transition: all 0.4s ease-in-out; margin: 5px; text-align: center; transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; - width: 115px; &:hover { background-position: 100% 0; @@ -103,6 +101,19 @@ div { font-family: "Ubuntu", sans-serif; } + span { + &.about { + background: #a09abcbf; + } + + &.name { + background: #800000bf; + text-align: center; + font-weight: bold; + font-family: "Ubuntu", sans-serif; + } + } + p { &.about { background: #d4bebebf; @@ -167,18 +178,20 @@ div { } span { - &.about { - background: #a09abcbf; - } - &.name { - background: #800000bf; - text-align: center; - font-weight: bold; font-size: 48pt; - font-family: "Ubuntu", sans-serif; } } + + button.btn-hover { + width: 115px; + height: 115px; + } + + svg.devicon { + width: 85px; + height: 85px; + } } &.mobile { @@ -215,6 +228,16 @@ div { font-size: 24pt; } } + + button.btn-hover { + width: 57px; + height: 57px; + } + + svg.devicon { + width: 42px; + height: 42px; + } } } diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8e351cc..6254ff0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,6 +1,5 @@ import "./globals.scss"; import type { Metadata } from "next"; -import { Navbar } from "./navigation/nav"; export const metadata: Metadata = { metadataBase: new URL("https://lai-huy.github.io"), @@ -35,10 +34,7 @@ export default function RootLayout({ return (
-- Howdy! I am a student at{" "} - - Texas A&M University - {" "} - currently studying for a Master of Computer Science. -
-+ Howdy! I am a student at{" "} + + Texas A&M University + {" "} + currently studying for a Master of Computer Science. +
+- Learn more about the MCS here. -
-+ Learn more about the MCS here. +
+
- I received my Bachelor of Science in Computer Science from{" "}
-
- Texas A&M University
- {" "}
- .
I also have a Minor in Cybersecurity and a Minor in
- Mathematics.
-
+ I received my Bachelor of Science in Computer Science
+ from{" "}
+
+ Texas A&M University
+ {" "}
+ .
I also have a Minor in Cybersecurity and a Minor
+ in Mathematics.
+
+ {navigator.userAgent}
+
- Learn more about the BS in Computer Science{" "}
- here.
- Learn more about the Minor in Cybersecurity{" "}
- here.
- Learn more about the Minor in Mathematics{" "}
- here.
-
+ Learn more about the BS in Computer Science{" "}
+ here.
+ Learn more about the Minor in Cybersecurity{" "}
+ here.
+ Learn more about the Minor in Mathematics{" "}
+ here.
+
- + + Skip to my online profiles. + +
+ - + - -
+ + +