Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true

[*.json]
[*.{json,yml}]
indent_size = 2
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules
.DS_Store
public
static/*.css
static/*.js
static/processed_images
static/build
10 changes: 5 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"search.exclude": {
"static/*.js": true,
"static/*.css": true,
},
"search.exclude": {},
"files.exclude": {
"node_modules": true,
"public": true
"public": true,
"static/processed_images": true,
"static/*.js": true,
"static/*.css": true
}
}
Binary file added content/contact/IMG_5390.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/hero/lior.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/hero/rutherford.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/hero/team.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/services/IMG_5309.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/services/IMG_5347.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/services/IMG_5371.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions content/staff.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
staff:
- name: Lior Levy
position: Founder
image: staff/lior.jpg
linkedin: https://www.linkedin.com/in/lior-levy-cpa-ca-lpa-bsc-43507921/

- name: Karl Kim
position: CPA
image: staff/karl.jpg

- name: X
position: CPA
image: staff/IMG_5301.jpg

- name: X
position: CPA
image: staff/IMG_5296.jpg

- name: X
position: CPA
image: staff/IMG_5393.jpg

- name: X
position: CPA
image: staff/IMG_5284.jpg
Binary file added content/staff/IMG_5284.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/staff/IMG_5296.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/staff/IMG_5301.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/staff/IMG_5393.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/staff/karl.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/staff/lior.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ publish = "public"
command = "npm run build"

[build.environment]
ZOLA_VERSION = "0.16.1"
ZOLA_VERSION = "0.18.0"
Loading