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
|
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 }}
|
||||||
|
|
|
||||||
|
|
@ -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>
|
<!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>
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Allow: /
|
Allow: /
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue