Skip to content

Commit fa36e3f

Browse files
pushing updates
1 parent de32852 commit fa36e3f

File tree

11 files changed

+63
-4
lines changed

11 files changed

+63
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
notes.txt
2-
.htaccess
2+
.htaccess
3+
build
Lines changed: 14 additions & 0 deletions
Loading
Binary file not shown.
1.83 MB
Loading
Binary file not shown.

assets/js/compiled/typesportfolio/bundle.js

Lines changed: 43 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
4.08 KB
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"></head><body><div id="root"></div><script src="bundle.js"></script></body></html>

widgets/portfolio/src/components/Home/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class HomePage extends React.Component<HomePageProps, {}> {
1818
<img className="rounded-circle border-white" src={this.props.imgSrc} alt="Brian Kilburn" width='250'
1919
height='250' />
2020
</picture>
21-
<h2 className="text-center ">Brian Kilburn</h2>
21+
<h2 className="text-center ">Brian Kilburn - Owner</h2>
2222
</div>
2323
<div className="mt-5">
2424
<div className="d-flex" id="background-anim">

0 commit comments

Comments
 (0)