diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml new file mode 100644 index 0000000..8154def --- /dev/null +++ b/.github/workflows/dev.yml @@ -0,0 +1,31 @@ +# Dev build pipeline – run build on push to dev +name: Dev build + +on: + push: + branches: ["dev"] + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Setup Node.js + uses: actions/setup-node@v4 + with: + node-version: "20" + cache: "npm" + + - name: Install dependencies + run: npm ci + + - name: Build Next.js + run: npm run build + env: + NEXT_PUBLIC_BLOB_URL: ${{ secrets.NEXT_PUBLIC_BLOB_URL }} + + - name: Lint + run: npm run lint diff --git a/public/images/news/iclr.jpg b/public/images/news/iclr.jpg new file mode 100644 index 0000000..047dacb Binary files /dev/null and b/public/images/news/iclr.jpg differ diff --git a/public/images/news/lung-1.jpeg b/public/images/news/lung-1.jpeg new file mode 100644 index 0000000..ea9c7a5 Binary files /dev/null and b/public/images/news/lung-1.jpeg differ diff --git a/public/images/news/lung-2.png b/public/images/news/lung-2.png new file mode 100644 index 0000000..faf0601 Binary files /dev/null and b/public/images/news/lung-2.png differ diff --git a/public/images/news/neurips-2.jpeg b/public/images/news/neurips-2.jpeg new file mode 100644 index 0000000..020c16b Binary files /dev/null and b/public/images/news/neurips-2.jpeg differ diff --git a/public/images/news/neurips1.jpeg b/public/images/news/neurips1.jpeg new file mode 100644 index 0000000..1e1bee3 Binary files /dev/null and b/public/images/news/neurips1.jpeg differ diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index fa4da26..76e9224 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -12,9 +12,9 @@ export default function AboutPage() { {/* Main Content */} -
+
-
+
{/* Header Section */}

diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 641212c..7daa602 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -9,7 +9,7 @@ export default function ContactPage() { {/* Main Content Section */} -

+
{/* Left Column - Contact Information */} diff --git a/src/app/globals.css b/src/app/globals.css index fc28b8d..d0afdad 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -10,6 +10,7 @@ /* Layout */ --max-width: 1440px; --horizontal-padding: 120px; + --horizontal-padding-mobile: 20px; } @theme inline { diff --git a/src/app/join-us/[id]/page.tsx b/src/app/join-us/[id]/page.tsx index e9ecae4..90673eb 100644 --- a/src/app/join-us/[id]/page.tsx +++ b/src/app/join-us/[id]/page.tsx @@ -31,8 +31,8 @@ export default async function OpportunityPage({
-
-
+
+
Back to Positions -
+
@@ -191,7 +191,7 @@ export default async function OpportunityPage({
-
+
Back to Positions -
+