Skip to content

Commit 4f6a85a

Browse files
committed
article ai
1 parent 1c47fe7 commit 4f6a85a

16 files changed

Lines changed: 26 additions & 13 deletions

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en">
44
<head>
55
<meta charset="UTF-8" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
77
<meta name="description" content="Computer scientist and Application Systems Analyst Senior bridging technology, education, and human-centered design" />
88

99
<!-- Open Graph / Facebook -->

public/assets/aishift.png

2.52 MB
Loading

src/components/Navigation.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ export function Navigation({ inline = false }: NavigationProps) {
135135
? 'bg-white border-b border-black/10 shadow-lg'
136136
: 'bg-white/90 backdrop-blur-sm shadow-md'
137137
}`}
138+
style={{ paddingTop: 'env(safe-area-inset-top, 0px)' }}
138139
>
139140
<div className="max-w-[100rem] w-full mx-auto px-4 sm:px-6 lg:px-20">
140141
<div className="flex items-center justify-between h-16 lg:h-20">

src/components/pages/About.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import contentData from '../../data/content';
55

66
export function About() {
77
return (
8-
<div className="min-h-screen pt-28 sm:pt-24 lg:pt-32">
8+
<div className="min-h-screen pt-36 sm:pt-24 lg:pt-32">
99
<div className="max-w-3xl mx-auto px-4 sm:px-6 lg:px-12 pt-6 sm:pt-8 lg:pt-12 pb-16 sm:pb-24 lg:pb-32">
1010
{/* Main Content */}
1111
<motion.div

src/components/pages/Accessibility.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function Accessibility() {
2626
});
2727

2828
return (
29-
<div className="min-h-screen pt-28 sm:pt-24 lg:pt-32">
29+
<div className="min-h-screen pt-36 sm:pt-24 lg:pt-32">
3030
{/* Hero Section */}
3131
<section className="py-16 lg:py-24 bg-gradient-to-b from-blue-50/30 via-white to-white">
3232
<div className="max-w-7xl mx-auto px-6 lg:px-12">

src/components/pages/Contact.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function Contact() {
3737
}));
3838

3939
return (
40-
<div className="min-h-screen pt-28 sm:pt-24 lg:pt-32">
40+
<div className="min-h-screen pt-36 sm:pt-24 lg:pt-32">
4141
{/* Hero Section */}
4242
<section className="py-16 lg:py-24 bg-gradient-to-b from-background to-blue-50/20">
4343
<div className="max-w-7xl mx-auto px-6 lg:px-12">

src/components/pages/Experience.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function Experience() {
3333
};
3434

3535
return (
36-
<div className="min-h-screen pt-28 sm:pt-24 lg:pt-32">
36+
<div className="min-h-screen pt-36 sm:pt-24 lg:pt-32">
3737
{/* Hero Section */}
3838
<section className="py-16 lg:py-24 bg-gradient-to-b from-background to-blue-50/20">
3939
<div className="max-w-7xl mx-auto px-6 lg:px-12">

src/components/pages/Impact.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export function Impact() {
9090
};
9191

9292
return (
93-
<div className="min-h-screen pt-28 sm:pt-24 lg:pt-32">
93+
<div className="min-h-screen pt-36 sm:pt-24 lg:pt-32">
9494
{/* Header */}
9595
<section className="py-16 lg:py-24 bg-gradient-to-b from-background to-blue-50/20">
9696
<div className="max-w-7xl mx-auto px-6 lg:px-12">

src/components/pages/Photography.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ export function Photography() {
474474
};
475475

476476
return (
477-
<div className="min-h-screen bg-gray-50 pt-28 sm:pt-24 lg:pt-32">
477+
<div className="min-h-screen bg-gray-50 pt-36 sm:pt-24 lg:pt-32">
478478
<main className="max-w-7xl mx-auto px-6 lg:px-12 pt-12 lg:pt-16 pb-32 lg:pb-40">
479479
{/* Welcome Message */}
480480
<div className="mb-8 text-center">

src/components/pages/ProjectDetail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export function ProjectDetail() {
7878
}
7979

8080
return (
81-
<div className="min-h-screen pt-28 sm:pt-24 lg:pt-32">
81+
<div className="min-h-screen pt-36 sm:pt-24 lg:pt-32">
8282
{/* Project Detail Modal */}
8383
<div className="max-w-6xl mx-auto px-4 lg:px-12">
8484
{/* Back Button and Share */}

0 commit comments

Comments
 (0)