diff --git a/.github/workflows/gemini-review.yml b/.github/workflows/gemini-review.yml index 47efc30..a7c2225 100644 --- a/.github/workflows/gemini-review.yml +++ b/.github/workflows/gemini-review.yml @@ -1,7 +1,11 @@ name: Gemini Code Review -on: [pull_request] +on: + pull_request: + types: [labeled] # Tells GitHub to only run this when a label is added + jobs: review: + if: github.event.label.name == 'gemini-review' # Ensures it only runs for our specific label runs-on: ubuntu-latest permissions: contents: read 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. +

+
+
+ + + + + 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.

+ +