Whitespace changes
This commit is contained in:
parent
2010af6c12
commit
188e302c9b
6 changed files with 51 additions and 51 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
|
@ -1 +1 @@
|
|||
og-image.jpg filter=lfs diff=lfs merge=lfs -text
|
||||
og-image.jpg filter=lfs diff=lfs merge=lfs -text
|
||||
|
|
|
|||
42
.github/workflows/main.yaml
vendored
42
.github/workflows/main.yaml
vendored
|
|
@ -1,21 +1,21 @@
|
|||
name: Deploy site
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
firebase-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout current branch with lfs
|
||||
uses: actions/checkout@master
|
||||
- name: Build site
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
- name: Deploy html
|
||||
uses: w9jds/firebase-action@master
|
||||
with:
|
||||
args: deploy --only hosting:photo-schmelczer-dev --project schmelczer-dev
|
||||
env:
|
||||
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
|
||||
name: Deploy site
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
firebase-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout current branch with lfs
|
||||
uses: actions/checkout@master
|
||||
- name: Build site
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
- name: Deploy html
|
||||
uses: w9jds/firebase-action@master
|
||||
with:
|
||||
args: deploy --only hosting:photo-schmelczer-dev --project schmelczer-dev
|
||||
env:
|
||||
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# Photos
|
||||
|
||||

|
||||
# Photos
|
||||
|
||||

|
||||
|
|
|
|||
BIN
og-image.jpg
BIN
og-image.jpg
Binary file not shown.
|
Before Width: | Height: | Size: 131 B After Width: | Height: | Size: 243 KiB |
|
|
@ -1,24 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<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="theme-color" content="#A63446">
|
||||
<meta name="viewport" content="initial-scale=1.0" />
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:100" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>András Schmelczer</h1>
|
||||
</header>
|
||||
<main id="images">
|
||||
<section id="portraits" class="cluster"></section>
|
||||
<div id="frame-container">
|
||||
<img src="" alt="opened photo" id="frame-image"/>
|
||||
</div>
|
||||
<section id="landscapes" class="cluster"></section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<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="theme-color" content="#A63446">
|
||||
<meta name="viewport" content="initial-scale=1.0" />
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:100" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>András Schmelczer</h1>
|
||||
</header>
|
||||
<main id="images">
|
||||
<section id="portraits" class="cluster"></section>
|
||||
<div id="frame-container">
|
||||
<img src="" alt="opened photo" id="frame-image"/>
|
||||
</div>
|
||||
<section id="landscapes" class="cluster"></section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
User-agent: *
|
||||
Allow: /
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue