Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 9, 2024
0 parents commit 888e201
Show file tree
Hide file tree
Showing 15 changed files with 130 additions and 0 deletions.
15 changes: 15 additions & 0 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"files": {
"main.css": "./static/css/main.c568283a.css",
"main.js": "./static/js/main.9ab836ed.js",
"static/media/SlalomSans_Bold.otf": "./static/media/SlalomSans_Bold.cd57fb21d51c20c278f4.otf",
"static/media/SlalomSans_Regular.otf": "./static/media/SlalomSans_Regular.a5cc4a166948bccf1b63.otf",
"index.html": "./index.html",
"main.c568283a.css.map": "./static/css/main.c568283a.css.map",
"main.9ab836ed.js.map": "./static/js/main.9ab836ed.js.map"
},
"entrypoints": [
"static/css/main.c568283a.css",
"static/js/main.9ab836ed.js"
]
}
Binary file added images/favicon.ico
Binary file not shown.
Binary file added images/logo-black.png
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 images/logo-blue.png
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 images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./images/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><title>Slalom Profiles Maker</title><script defer="defer" src="./static/js/main.9ab836ed.js"></script><link href="./static/css/main.c568283a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
15 changes: 15 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"short_name": "Slalom Profiles",
"name": "Slalom Profiles",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
2 changes: 2 additions & 0 deletions static/css/main.c568283a.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions static/css/main.c568283a.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions static/js/main.9ab836ed.js

Large diffs are not rendered by default.

55 changes: 55 additions & 0 deletions static/js/main.9ab836ed.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/

/*!

JSZip v3.10.1 - A JavaScript class for generating and reading zip files
<http://stuartk.com/jszip>

(c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown.

JSZip uses the library pako released under the MIT license :
https://github.com/nodeca/pako/blob/main/LICENSE
*/

/*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */

/** @license React v0.20.2
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions static/js/main.9ab836ed.js.map

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
37 changes: 37 additions & 0 deletions template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
firstname: John
lastname: Doe
title: Software/DevOps Engineer
skills:
- Java / JavaScript / Python
- DevOps & CI/CD best practices
- AWS / GCP / Kubernetes
- SQL / NoSQL
about: |-
John is a Consultant for Technology Enablement in the San Francisco office with over 5 years of professional experience. His areas of expertise include full stack, cloud native application design and development, CI/CD and software engineering best practices.
John has led many agile teams, designing and implementing large-scale full-stack enterprise systems involving complex integrations and driving implementation of modern software practices.
certs:
- AWS Cloud Practitioner
- Java Developer
projects:
- field: Global Biopharma Corporation
role: Application Developer
items:
- Colaborated with business stakeholders to understand requirements
- Implemented functional stories per business requirements
- Colaborated with QAs and DevOps engineers to deploy application to production
- field: International Airport in California
role: Lead Engineer
items:
- Architected an Event-Driven system based on Apache Kafka composed of ~20 microservices,
enabling real-time decision-making supporting airport’s operational capabilities
- Led a team of 15 backend, frontend, mobile and DevOps engineers and Data Scientists
to develop the system
- Implemented many critical parts of the system
- field: Major Global Bank
role: Lead Developer
items:
- Implemented user facing features for the mobile banking app
- Responsible for driving adoption of software best practices
- Mentored junior developers on the team

0 comments on commit 888e201

Please sign in to comment.