Skip to content

Commit 1c64ddb

Browse files
building updated page
1 parent 6ea25f0 commit 1c64ddb

9 files changed

+90
-32
lines changed
1.83 MB
Loading
91.8 KB
Loading
99.9 KB
Loading
149 KB
Loading

bundle.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle.js.LICENSE.txt

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/*!
8+
Copyright (c) 2018 Jed Watson.
9+
Licensed under the MIT License (MIT), see
10+
http://jedwatson.github.io/classnames
11+
*/
12+
13+
/**
14+
* A better abstraction over CSS.
15+
*
16+
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
17+
* @website https://github.com/cssinjs/jss
18+
* @license MIT
19+
*/
20+
21+
/** @license React v0.20.2
22+
* scheduler.production.min.js
23+
*
24+
* Copyright (c) Facebook, Inc. and its affiliates.
25+
*
26+
* This source code is licensed under the MIT license found in the
27+
* LICENSE file in the root directory of this source tree.
28+
*/
29+
30+
/** @license React v16.13.1
31+
* react-is.production.min.js
32+
*
33+
* Copyright (c) Facebook, Inc. and its affiliates.
34+
*
35+
* This source code is licensed under the MIT license found in the
36+
* LICENSE file in the root directory of this source tree.
37+
*/
38+
39+
/** @license React v17.0.2
40+
* react-dom.production.min.js
41+
*
42+
* Copyright (c) Facebook, Inc. and its affiliates.
43+
*
44+
* This source code is licensed under the MIT license found in the
45+
* LICENSE file in the root directory of this source tree.
46+
*/
47+
48+
/** @license React v17.0.2
49+
* react.production.min.js
50+
*
51+
* Copyright (c) Facebook, Inc. and its affiliates.
52+
*
53+
* This source code is licensed under the MIT license found in the
54+
* LICENSE file in the root directory of this source tree.
55+
*/
286 KB
Loading

index.html

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
4-
<head>
5-
<meta charset="utf-8">
6-
<title>Knight Coder LLC | Software Solutions</title>
7-
<meta name="author" content="">
8-
<meta name="description" content="">
9-
<meta name="viewport" content="width=device-width, initial-scale=1">
10-
<link href="https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap" rel="stylesheet">
11-
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
12-
<link href="assets/css/style.css" rel="stylesheet">
13-
</head>
14-
15-
<body>
16-
<div class="grid-layout">
17-
<div class="line-item">
18-
<div class="container">
19-
<div class="row ">
20-
<div class="col-md-12 text-center mt-5 mb-5">
21-
<h1 >Knight Coder LLC Coming Soon!</h1>
22-
</div>
23-
<div class="col-md-12 text-center">
24-
<img class="img-fluid" src="/assets/images/computer.jpg">
25-
</div>
26-
</div>
27-
</div>
28-
</div>
29-
</div>
30-
</body>
31-
32-
</html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Knight Coder LLC | Software Solutions</title><meta name="author" content=""><meta name="description" content=""><meta name="viewport" content="width=device-width,initial-scale=1"><link href="https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap" rel="stylesheet"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"/><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"><script defer="defer" src="bundle.js"></script></head><body><div id="root"></div></body></html>

index.swp

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<title>Knight Coder LLC | Software Solutions</title>
7+
<meta name="author" content="">
8+
<meta name="description" content="">
9+
<meta name="viewport" content="width=device-width, initial-scale=1">
10+
<link href="https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap" rel="stylesheet">
11+
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
12+
<link href="assets/css/style.css" rel="stylesheet">
13+
</head>
14+
15+
<body>
16+
<div class="grid-layout">
17+
<div class="line-item">
18+
<div class="container">
19+
<div class="row ">
20+
<div class="col-md-12 text-center mt-5 mb-5">
21+
<h1 >Knight Coder LLC Coming Soon!</h1>
22+
</div>
23+
<div class="col-md-12 text-center">
24+
<img class="img-fluid" src="/assets/images/computer.jpg">
25+
</div>
26+
</div>
27+
</div>
28+
</div>
29+
</div>
30+
</body>
31+
32+
</html>

0 commit comments

Comments
 (0)