Whitespace changes

This commit is contained in:
Andras Schmelczer 2022-09-17 20:34:03 +02:00
parent 2010af6c12
commit 188e302c9b
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
6 changed files with 51 additions and 51 deletions

2
.gitattributes vendored
View file

@ -1 +1 @@
og-image.jpg filter=lfs diff=lfs merge=lfs -text og-image.jpg filter=lfs diff=lfs merge=lfs -text

View file

@ -1,21 +1,21 @@
name: Deploy site name: Deploy site
on: on:
push: push:
branches: branches:
- main - main
jobs: jobs:
firebase-deploy: firebase-deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout current branch with lfs - name: Checkout current branch with lfs
uses: actions/checkout@master uses: actions/checkout@master
- name: Build site - name: Build site
run: | run: |
npm install npm install
npm run build npm run build
- name: Deploy html - name: Deploy html
uses: w9jds/firebase-action@master uses: w9jds/firebase-action@master
with: with:
args: deploy --only hosting:photo-schmelczer-dev --project schmelczer-dev args: deploy --only hosting:photo-schmelczer-dev --project schmelczer-dev
env: env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }} FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}

View file

@ -1,3 +1,3 @@
# Photos # Photos
![Deploy everything](https://github.com/schmelczerandras/photos/workflows/Deploy%20everything/badge.svg) ![Deploy everything](https://github.com/schmelczerandras/photos/workflows/Deploy%20everything/badge.svg)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 B

After

Width:  |  Height:  |  Size: 243 KiB

Before After
Before After

View file

@ -1,24 +1,24 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Photos - András Schmelczer</title> <title>Photos - András Schmelczer</title>
<meta name="description" content="A very simple page where I showcase some of my photos. Although I am not a professional photographer, I truly love capturing joyous moments."> <meta name="description" content="A very simple page where I showcase some of my photos. Although I am not a professional photographer, I truly love capturing joyous moments.">
<meta name="theme-color" content="#A63446"> <meta name="theme-color" content="#A63446">
<meta name="viewport" content="initial-scale=1.0" /> <meta name="viewport" content="initial-scale=1.0" />
<link href="https://fonts.googleapis.com/css?family=Roboto:100" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto:100" rel="stylesheet">
</head> </head>
<body> <body>
<header> <header>
<h1>András Schmelczer</h1> <h1>András Schmelczer</h1>
</header> </header>
<main id="images"> <main id="images">
<section id="portraits" class="cluster"></section> <section id="portraits" class="cluster"></section>
<div id="frame-container"> <div id="frame-container">
<img src="" alt="opened photo" id="frame-image"/> <img src="" alt="opened photo" id="frame-image"/>
</div> </div>
<section id="landscapes" class="cluster"></section> <section id="landscapes" class="cluster"></section>
</main> </main>
</body> </body>
</html> </html>

View file

@ -1,2 +1,2 @@
User-agent: * User-agent: *
Allow: / Allow: /