Skip to content

Commit

Permalink
code editing
Browse files Browse the repository at this point in the history
  • Loading branch information
tfletch3018 committed Aug 4, 2023
1 parent bb38816 commit 03bfd22
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 40 deletions.
1 change: 0 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ function App() {
return (

<div>

<nav>
<Link to="/home">particles</Link> |{" "}
<Link to="/artWork">artWork</Link>
Expand Down
9 changes: 1 addition & 8 deletions src/pages/artWork.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,26 @@ function ArtWork() {
return (
<div>
<Container>

<Row>

<h1 className="artWork">artWork</h1>
<p id="artWork" class="text-center">Texture, pattern & color creations</p>
</Row>



</Container>

<Container fluid style={{ marginTop: 100 }}>
<Row>
<div className="center">

<Link to="/artWork/imageOne">
<button id="artWorkbtn">Image One</button>
</Link>

<Link to="/artWork/imageTwo">
<button id="artWorkbtn" onclick="a href">Image Two</button>
</Link>

</div>
</Row>

</Container>

</div>
)
}
Expand Down
5 changes: 2 additions & 3 deletions src/pages/home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ function Home() {
return (
<div>
<Container>

<Animate />

<Container>
Expand All @@ -26,16 +27,14 @@ function Home() {
</Link>

<Link to="/home/sampleTwo">
<button id="homebtn" onclick="a href">Sample Two</button>
<button id="homebtn" onclick="a href">Sample Two</button>
</Link>

</div>
</Row>
</Container>

</Container>


</div>
)
}
Expand Down
20 changes: 8 additions & 12 deletions src/pages/imageOne.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,21 @@ function ImageOne() {
return (
<div>
<Container>

<Row>
<h1 className="artWork">Image One</h1>
<p id="artWork" class="text-center">Maybe we will just use this for original styling elements</p>
</Row>



</Container>

<Container fluid style={{ marginTop: 200 }}>
<Row>
<div className="center">
<Link to="/artWork">
<button id="artWorkbtn">Go Back</button>
</Link>
</div>
</Row>
</Container>
<Row>
<div className="center">
<Link to="/artWork">
<button id="artWorkbtn">Go Back</button>
</Link>
</div>
</Row>
</Container>
</div>
)
}
Expand Down
3 changes: 0 additions & 3 deletions src/pages/photoCarousel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ function PhotoCarousel() {
return (
<div>
<Container>

<Row>
<h1 className="photoCarousel">photoCarousel</h1>
<p id="photoCarousel" class="text-center">Slide Show Creations</p>
Expand All @@ -22,10 +21,8 @@ function PhotoCarousel() {
</Link>
</div>
</Row>

</Container>


</div>
)
}
Expand Down
13 changes: 0 additions & 13 deletions src/reportWebVitals.js

This file was deleted.

0 comments on commit 03bfd22

Please sign in to comment.