Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Narendra
novi-web-react
Commits
3b57e75d
Commit
3b57e75d
authored
2 years ago
by
narendra
Browse files
Options
Download
Email Patches
Plain Diff
updated code
parent
e36029ab
master
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/App.css
+4
-0
src/App.css
src/Screens/blog.js
+4
-2
src/Screens/blog.js
with
8 additions
and
2 deletions
+8
-2
src/App.css
View file @
3b57e75d
...
...
@@ -36,3 +36,7 @@
transform
:
rotate
(
360deg
);
}
}
.my-nav-main
{
display
:
none
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/Screens/blog.js
View file @
3b57e75d
/* 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
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help