Skip to content

Instantly share code, notes, and snippets.

View awhiteside1's full-sized avatar

Alex Whiteside awhiteside1

View GitHub Profile

Keybase proof

I hereby claim:

  • I am awhiteside1 on github.
  • I am awhiteside (https://keybase.io/awhiteside) on keybase.
  • I have a public key ASCW08HQKAC5eYIZ45WqDLHZGCk6uiz_z9k-ZdlJB2bOwgo

To claim this, I am signing this object:

apiVersion: backstage.io/v1alpha1
kind: Domain
metadata:
name: life-insurance
title: Life Insurance
description: Everything related to Life Insurance
spec:
owner: product
partOf: product-offers
@awhiteside1
awhiteside1 / index.html
Created March 20, 2022 21:23
Please wait - Loading
<!DOCTYPE html>
<html>
<head>
<title>Please wait ( Wait for me! )</title>
<link href="https://fonts.googleapis.com/css?family=Titillium+Web&display=swap" rel="stylesheet">
</head>
<body>
<div class="loading">
<p>Please wait</p>
<span><i></i><i></i></span>
@font-face {
font-family: 'Nunito';
font-style: normal;
font-display: swap;
font-weight: 400;
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
src: local('Nunito Regular'),local('Nunito-Regular'),url('/inline/fonts/nunito/Nunito-Regular.woff2') format('woff2'),url('/inline/fonts/nunito/nunito-v12-latin-regular.woff2') format('woff2'),url('/inline/fonts/nunito/nunito-v12-latin-regular.woff') format('woff'),url('/inline/fonts/nunito/nunito-v12-latin-regular.ttf') format('truetype'),url('/inline/fonts/nunito/nunito-v12-latin-regular.eot?#iefix') format('embedded-opentype'),url('/inline/fonts/nunito/nunito-v12-latin-regular.svg#Nunito') format('svg');
}
@font-face {
export { default as Accordion, AccordionProps } from "./components/Accordion";
export { default as Actionable, ActionableProps, ActionableRef } from "./components/Actionable";
export { default as ActionBar, ActionBarProps } from "./components/ActionBar";
export { default as Alert, AlertProps } from "./components/Alert";
export { default as Avatar, AvatarProps } from "./components/Avatar";
export { default as Backdrop, BackdropProps } from "./components/Backdrop";
export { default as Badge, BadgeProps } from "./components/Badge";
export { default as Button, ButtonProps, ButtonAlignerProps } from "./components/Button";
export { default as Breadcrumbs, BreadcrumbsProps } from "./components/Breadcrumbs";
export { default as Card, CardProps } from "./components/Card";
{
"$schema": "https://json-schema.org/draft-07/schema#",
"definitions": {
"SpecType": {
"type": "object",
"required": [
"specName",
"specValue"
],
"properties": {
<!DOCTYPE html><html lang=en> <head><link rel=stylesheet type=text/css href="https://fonts.googleapis.com/css?family=Overpass:300,400,600,800"><script src=https://code.jquery.com/jquery-3.4.1.min.js integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin=anonymous></script><link href=https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css rel=stylesheet integrity=sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T crossorigin=anonymous><script src=https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js integrity=sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM crossorigin=anonymous></script><link rel=stylesheet type=text/css href=schema_doc.css><script src=https://use.fontawesome.com/facf9fa52c.js></script><script src=schema_doc.min.js></script><meta charset=utf-8><title>Schema Docs</title></head> <body onload=anchorOnLoad(); id=root><div class=text-right> <button class="btn btn-primary" type=button data-toggle=coll
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
flowchart LR

    user[User]

    user --Inital Request--> server
    user --Interacts With-->client

 subgraph Banking App - NextJs
{{/*
Expand the name of the chart.
*/}}
{{- define "cnf-banking.name" -}}
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }}
{{- end }}
{{/*
Create a default fully qualified app name.
We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).