Skip to content

Commit

Permalink
finishing project
Browse files Browse the repository at this point in the history
  • Loading branch information
Benevanio committed Jan 11, 2023
1 parent 82e1b8b commit 6714407
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
11 changes: 11 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 @@ -6,6 +6,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"bootstrap-icons": "^1.10.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
Expand Down
1 change: 0 additions & 1 deletion src/containers/blog/Blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,4 @@
font-size: 34px;
line-height: 42px;
}

}
2 changes: 1 addition & 1 deletion src/containers/blog/Blog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import './Blog.css';
const Blog = () => (
<div className="AI__blog section__padding" id="blog">
<div className="AI__blog-heading">
<h1 className="gradient__text">A lot is happening, <br /> We are blogging about it.</h1>
<h1 className="gradient__text">Muita coista esta acontecendo neste momento, <br />veja como podemos te ajudar com isso</h1>
</div>
<div className="AI__blog-container">
<div className="AI__blog-container_groupA">
Expand Down
7 changes: 6 additions & 1 deletion src/containers/footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ import React from 'react'
import './Footer.css'
const Footer = () => {
return (
<div>Footer</div>
<div className='AI__CONTENT-footer'>
<div>
<h1 className='gradient__text'>AUTO_COM</h1>
<p>© 2023 Auto_COM. All rights reserved.</p>
</div>
</div>
)
}

Expand Down

1 comment on commit 6714407

@vercel
Copy link

@vercel vercel bot commented on 6714407 Jan 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

auto-com – ./

auto-com.vercel.app
auto-com-benetesla.vercel.app
auto-com-git-master-benetesla.vercel.app

Please sign in to comment.