Commit 3b57e75d authored by narendra's avatar narendra
Browse files

updated code

parent e36029ab
No related merge requests found
Showing with 8 additions and 2 deletions
+8 -2
......@@ -36,3 +36,7 @@
transform: rotate(360deg);
}
}
.my-nav-main{
display: none
}
\ No newline at end of file
/* eslint-disable jsx-a11y/iframe-has-title */
import React from "react";
import Footer from "../Components/Footer";
import TopNav from "../Components/TopNav";
export default function Blog() {
return (
<div>
<TopNav />
......@@ -19,11 +21,11 @@ export default function Blog() {
</div>
</div>
<section id="blog" className="blog">
<div className="container" data-aos="fade-up">
<div className="row g-5">
<iframe src="https://rcats.novisync.com/careers" width="95%" height="900px"></iframe>
<iframe src="https://rcats.novisync.com/careers" width="95%" height="900px"
></iframe>
</div>
</div>
</section>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment