Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushmaanagarwal1211 committed Aug 8, 2024
2 parents 6c0f1cd + bc9fb4e commit 011721d
Show file tree
Hide file tree
Showing 16 changed files with 415 additions and 159 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/icons-material": "^5.16.4",
"@mui/icons-material": "^5.16.6",
"@react-oauth/google": "^0.12.1",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
Expand All @@ -27,11 +27,11 @@
"react-helmet": "^6.1.0",
"react-icons": "^5.2.1",
"react-intl": "^6.6.8",
"react-router-dom": "^6.24.1",
"react-router-dom": "^6.26.0",
"react-scripts": "5.0.1",
"react-toastify": "^10.0.5",
"styled-components": "^6.1.11",
"web-vitals": "^4.2.0"
"web-vitals": "^4.2.3"
},
"scripts": {
"start": "react-scripts start",
Expand Down
1 change: 1 addition & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import Settings from "./Components/Settings/SettingsPage";
import About_us from "./Components/footer_section/about_us/About_us";
import BlogPage from "./Components/footer_section/BlogPage/BlogPage";
import FAQPage from "./Components/footer_section/FAQPage/FAQPage";
import PortFolio from "./Components/PortFolio/PortFolio.js";
import Services from "./Components/footer_section/services/Services";
import ContactUs from "./Components/footer_section/ContactUs/contact_us";
import Readmore from "./Components/Readmore";
Expand Down
4 changes: 2 additions & 2 deletions src/Components/CardMain.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const features = [
img: Card9,
pro: icon,
hearts: 55,
title: "GameOn",
title: "BBlocks",
dev: "ChrisClark",
type: "Gaming",
role: "Game Developer, Animator",
Expand Down Expand Up @@ -226,7 +226,7 @@ function CardMain() {
/>
<div className="card_main_name">
<h2>{project.title}</h2>
<div className="card_main_icon">
<div className="card_main_icon" style={{ marginTop: '-18px' }}>
<i>
<BsFillHeartFill /> <span>{project.hearts}</span>
</i>
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Footer = () => {
<ul className='footer-links'>
<li><a href='/blogs'><FontAwesomeIcon icon={faBlog} /> Blogs</a></li>
<li><a href='/Testimonials'><FontAwesomeIcon icon={faStar} /> Testimonials</a></li>
<li><a href='#'><FontAwesomeIcon icon={faClipboardList} /> Portfolio</a></li>
<li><a href='/PortFolio'><FontAwesomeIcon icon={faClipboardList} /> Portfolio</a></li>
<li><a href='/faq'><FontAwesomeIcon icon={faQuestionCircle} /> FAQ</a></li>
<li><a href='/rateus'><FontAwesomeIcon icon={faStar} /> Rate-Us</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Login.css
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ form.sign-in-form {
position: absolute;
margin-top: 18vh;
height: 1520px;
width: 800px;
width: 850px;
top: -10%;
right: 53%;
transform: translateY(-50%);
Expand Down
4 changes: 2 additions & 2 deletions src/Components/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,8 @@ const LogIn = () => {
</div>
<img src={logImg} className="image" alt="Log In" />
</div>
<div className="panel right-panel">
<div className="content">
<div className="panel right-panel1">
<div className="content1">
<h3>One of Us?</h3>
<p>
Log in to access your account and continue collaborating and
Expand Down
Loading

0 comments on commit 011721d

Please sign in to comment.