Skip to content

Commit

Permalink
homepage change image frame
Browse files Browse the repository at this point in the history
  • Loading branch information
Nobatgeldi committed Oct 18, 2022
1 parent aa18288 commit a699dcd
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
6 changes: 3 additions & 3 deletions docs/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"files": {
"main.css": "/static/css/main.1efdaebd.css",
"main.js": "/static/js/main.443e0673.js",
"main.js": "/static/js/main.8d44affc.js",
"static/js/787.3dfd9781.chunk.js": "/static/js/787.3dfd9781.chunk.js",
"static/media/slick.svg": "/static/media/slick.2630a3e3eab21c607e21.svg",
"static/media/slick.eot": "/static/media/slick.a4e97f5a2a64f0ab1323.eot",
"static/media/slick.ttf": "/static/media/slick.c94f7671dcc99dce43e2.ttf",
"static/media/slick.woff": "/static/media/slick.295183786cd8a1389865.woff",
"index.html": "/index.html",
"main.1efdaebd.css.map": "/static/css/main.1efdaebd.css.map",
"main.443e0673.js.map": "/static/js/main.443e0673.js.map",
"main.8d44affc.js.map": "/static/js/main.8d44affc.js.map",
"787.3dfd9781.chunk.js.map": "/static/js/787.3dfd9781.chunk.js.map"
},
"entrypoints": [
"static/css/main.1efdaebd.css",
"static/js/main.443e0673.js"
"static/js/main.8d44affc.js"
]
}
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><script defer="defer" src="/static/js/main.443e0673.js"></script><link href="/static/css/main.1efdaebd.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><script defer="defer" src="/static/js/main.8d44affc.js"></script><link href="/static/css/main.1efdaebd.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

Large diffs are not rendered by default.

File renamed without changes.

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions src/pages/Company.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ import PortfolioOne from "../elements/portfolio/PortfolioOne";
import TeamFour from "../elements/team/TeamFour";
import BrandTwo from "../elements/brand/BrandTwo";



//frame-image
const Company = () => {
return (
<>
Expand All @@ -44,7 +43,7 @@ const Company = () => {
</div>
</div>
<div className="col-lg-5 col-xl-6 order-1 order-lg-2">
<div className="frame-image">
<div className="">
<img src="./images/about/NGS-360-3.png" alt="Banner Images" />
</div>
</div>
Expand Down

0 comments on commit a699dcd

Please sign in to comment.