From d07d626e54b971191de5885b64d5c4232a44f629 Mon Sep 17 00:00:00 2001 From: Deepak Parajuli Date: Fri, 24 Jul 2026 09:47:06 +0200 Subject: [PATCH 01/10] Create test.html --- test.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test.html diff --git a/test.html b/test.html new file mode 100644 index 0000000..a1d4b12 --- /dev/null +++ b/test.html @@ -0,0 +1,11 @@ + + + + + Simple Example + + +

Hello, World!

+

This is a short example HTML page.

+ + From b6c62117ad283619e56711847536a98409498c5d Mon Sep 17 00:00:00 2001 From: Deepak Parajuli Date: Fri, 24 Jul 2026 09:58:57 +0200 Subject: [PATCH 02/10] Create gemini-review.yml --- .github/workflows/gemini-review.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/gemini-review.yml diff --git a/.github/workflows/gemini-review.yml b/.github/workflows/gemini-review.yml new file mode 100644 index 0000000..f6f0735 --- /dev/null +++ b/.github/workflows/gemini-review.yml @@ -0,0 +1,13 @@ +name: Gemini Code Review +on: [pull_request] +jobs: + review: + runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: write + steps: + - uses: actions/checkout@v4 + - uses: sshnaidm/gemini-code-review-action@v2 + with: + gemini-key: ${{ secrets.GEMINI_API_KEY }} From d4abdceb11ba9b81a750c294866e2c0e618bbbfd Mon Sep 17 00:00:00 2001 From: Deepak Parajuli Date: Fri, 24 Jul 2026 10:03:53 +0200 Subject: [PATCH 03/10] Update gemini-review.yml --- .github/workflows/gemini-review.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/gemini-review.yml b/.github/workflows/gemini-review.yml index f6f0735..6754c8e 100644 --- a/.github/workflows/gemini-review.yml +++ b/.github/workflows/gemini-review.yml @@ -8,6 +8,9 @@ jobs: pull-requests: write steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - uses: sshnaidm/gemini-code-review-action@v2 with: gemini-key: ${{ secrets.GEMINI_API_KEY }} From 5306e58c387574fc858f5a514645fd03e8c17563 Mon Sep 17 00:00:00 2001 From: Deepak Parajuli Date: Fri, 24 Jul 2026 10:06:04 +0200 Subject: [PATCH 04/10] Create portfolio.html --- portfolio.html | 218 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 218 insertions(+) create mode 100644 portfolio.html diff --git a/portfolio.html b/portfolio.html new file mode 100644 index 0000000..fe657fd --- /dev/null +++ b/portfolio.html @@ -0,0 +1,218 @@ + + + + + +Your Name — Personal Site + + + + +
+

Hi, I'm Your Name

+

Building things at the intersection of maps, data, and code.

+ +
+ +
+
+

About Me

+

+ A short paragraph about who you are, what you do, and what drives you. + Talk about your background, your current role, and what kind of problems + you like solving. Keep it personal and conversational — this is the part + visitors read first. +

+
+ +
+

Selected Work

+
+
+

Project One

+

A brief description of what this project does and why it matters.

+
+
+

Project Two

+

Another project summary — keep each one short and punchy.

+
+
+

Project Three

+

A third highlight, maybe something you're most proud of.

+
+
+
+ +
+

Skills & Tools

+
+ GIS + JavaScript + Python + PHP + SQL + OpenLayers + Data Visualization +
+
+ +
+

Get in Touch

+

+ Feel free to reach out via + email + or connect on your favorite platform. +

+
+
+ +
+ © 2026 Your Name — Built with a bit of HTML and a little care. +
+ + + From bb145b7ee7ce861a65b668ab95ff8511087f2749 Mon Sep 17 00:00:00 2001 From: Deepak Parajuli Date: Fri, 24 Jul 2026 10:12:31 +0200 Subject: [PATCH 05/10] Update gemini-review.yml --- .github/workflows/gemini-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gemini-review.yml b/.github/workflows/gemini-review.yml index 6754c8e..4c5895b 100644 --- a/.github/workflows/gemini-review.yml +++ b/.github/workflows/gemini-review.yml @@ -14,3 +14,4 @@ jobs: - uses: sshnaidm/gemini-code-review-action@v2 with: gemini-key: ${{ secrets.GEMINI_API_KEY }} + model: gemini-1.5-flash From 03d7cd1fd55286397f19c5d5162a5b045885dc5f Mon Sep 17 00:00:00 2001 From: Deepak Parajuli Date: Fri, 24 Jul 2026 10:16:23 +0200 Subject: [PATCH 06/10] Update gemini-review.yml --- .github/workflows/gemini-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gemini-review.yml b/.github/workflows/gemini-review.yml index 4c5895b..78da949 100644 --- a/.github/workflows/gemini-review.yml +++ b/.github/workflows/gemini-review.yml @@ -14,4 +14,4 @@ jobs: - uses: sshnaidm/gemini-code-review-action@v2 with: gemini-key: ${{ secrets.GEMINI_API_KEY }} - model: gemini-1.5-flash + model: gemini-2.5-flash From 5d77fccb6d2c7bd3fb821a16e39578aced102bd0 Mon Sep 17 00:00:00 2001 From: Deepak Parajuli Date: Fri, 24 Jul 2026 10:18:06 +0200 Subject: [PATCH 07/10] Update portfolio.html --- portfolio.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portfolio.html b/portfolio.html index fe657fd..1964114 100644 --- a/portfolio.html +++ b/portfolio.html @@ -3,7 +3,7 @@ -Your Name — Personal Site +Your Name Deepak Parajuli— Personal Site