Skip to content

Commit

Permalink
Merge branch 'Anu27n:main' into bookspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruv-Davda authored Oct 12, 2024
2 parents 234b405 + 3fda4d8 commit aeb39e9
Show file tree
Hide file tree
Showing 5 changed files with 103 additions and 17 deletions.
20 changes: 20 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"ionicons": "^7.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-password-strength-bar": "^0.4.1",
"react-router-dom": "^6.26.2",
"react-script": "^2.0.5",
"react-scripts": "^5.0.1",
Expand Down
40 changes: 25 additions & 15 deletions src/Modal.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions src/Pages/Blogs/Blogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,34 @@ const Blogs = () => {
</div>
))}
</div>
<a
href="#top"
className="back-top-btn active"
aria-label="back to top"
data-back-top-btn
style={{
display: "flex",
alignItems: "center",
justifyContent: "center",
textDecoration: "none",
}}
>
<ion-icon name="chevron-up" aria-hidden="true"></ion-icon>
<img
src="./images/Vector 2.png"
alt="Back to top"
className="caret-image"
/>
</a>
<script src="./script.js"></script>
<script
type="module"
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"
></script>
</div>
</section>
</>
Expand Down
31 changes: 29 additions & 2 deletions src/Pages/Services/Services.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,11 +429,38 @@ const Services = () => {
<span className="text text-2" aria-hidden="true">Read More</span>
</a>
</div>

<a
href="#top"
className="back-top-btn active"
aria-label="back to top"
data-back-top-btn
style={{
display: "flex",
alignItems: "center",
justifyContent: "center",
textDecoration: "none",
}}
>
<ion-icon name="chevron-up" aria-hidden="true"></ion-icon>
<img
src="./images/Vector 2.png"
alt="Back to top"
className="caret-image"
/>
</a>
<script src="./script.js"></script>
<script
type="module"
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"
></script>

</div>
</section>


</>
);
Expand Down

0 comments on commit aeb39e9

Please sign in to comment.