Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-Kwan committed Dec 19, 2023
2 parents b841ae2 + 9c58fed commit 91fb663
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ export default function Home() {
/>
</div> */}
<p
className={`gradientText text-5xl sm:text-7xl md:text-8xl font-bold mt-4 text-center hover:text-6xl sm:hover:text-8xl md:hover:text-9xl transition-all duration-200`}
className={"gradientText text-5xl sm:text-7xl md:text-8xl font-bold mt-4 text-center hover:text-6xl sm:hover:text-8xl md:hover:text-9xl transition-all duration-200"}
style={{
fontFamily: 'Lato, sans-serif',
fontWeight: 900,
Expand All @@ -572,14 +572,14 @@ export default function Home() {
</p>

<p
className={`shadowText text-sm sm:text-base md:text-lg mt-2 text-center transition-all duration-200 text-white`}
className={"shadowText text-sm sm:text-base md:text-lg mt-2 text-center transition-all duration-200 text-white"}
>
Python, Java, C#, JavaScript/TypeScript Full-Stack Entry-Level
Software Developer.
</p>

<p
className={`shadowText text-sm sm:text-base md:text-lg mt-2 text-center transition-all duration-200 text-white`}
className={"shadowText text-sm sm:text-base md:text-lg mt-2 text-center transition-all duration-200 text-white"}
>
Interests/Passions include AI, Machine Learning, Game
Development, and Web/Application Development.
Expand Down
4 changes: 2 additions & 2 deletions pages/resume.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function Resume() {
}

function loadViewerScript() {
if (window.AdobeDC && window.AdobeDC.View) {
if (window.AdobeDC?.View) {
setTimeout(initializeAdobeDCView, 100); // Delay the call to ensure the SDK is loaded
} else {
var viewerScript = document.createElement('script');
Expand Down Expand Up @@ -78,7 +78,7 @@ export default function Resume() {
</a>
.
</p>
<div id="adobe-dc-view"></div>
<div id="adobe-dc-view" />
</main>
</Layout>
);
Expand Down

0 comments on commit 91fb663

Please sign in to comment.