File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ function App() {
1515
1616 < div className = "container" >
1717 < div className = "box" >
18- < h2 > Items </ h2 >
18+ < h2 > Services </ h2 >
1919 < p > We can provide expertise in the following areas:</ p >
2020 < ul >
2121 < li > C, C++, and Go</ li >
@@ -30,6 +30,7 @@ function App() {
3030 < h2 > Projects</ h2 >
3131 < p > Here are some of our active projects:</ p >
3232 < ProjectList />
33+ < p > Check out our < a href = "https://github.com/maxtek6" > GitHub</ a > for more projects.</ p >
3334 </ div >
3435 < div className = "box" >
3536 < ContactForm />
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ import { useState } from 'react';
22
33
44const projects = {
5- "sigfn" : "bind functions to signals." ,
6- "threadpool" : "maxtek threadpool library." ,
5+ "wxReactView" : "A React component for wxWidgets WebView." ,
76 "hyperpage" : "Fast and efficient solution for storing static content."
87} ;
98
You can’t perform that action at this time.
0 commit comments