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
e36029ab
Commit
e36029ab
authored
2 years ago
by
narendra
Browse files
Options
Download
Email Patches
Plain Diff
updated code
parent
5f5ac14d
master
No related merge requests found
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
public/assets/css/main.css
+4
-4
public/assets/css/main.css
public/assets/img/nLogo.png
+0
-0
public/assets/img/nLogo.png
public/index.html
+1
-1
public/index.html
src/Components/Footer.js
+2
-2
src/Components/Footer.js
src/Components/TopNav.js
+2
-2
src/Components/TopNav.js
src/Screens/blog.js
+0
-1
src/Screens/blog.js
with
9 additions
and
10 deletions
+9
-10
public/assets/css/main.css
View file @
e36029ab
...
...
@@ -19,8 +19,8 @@
/* Colors */
:root
{
--color-default
:
#2b180d
;
--color-primary
:
#
013E7B
;
--color-secondary
:
#
1b2f45
;
--color-primary
:
#
BF0A30
;
--color-secondary
:
#
002868
;
}
/* Smooth scroll behavior */
...
...
@@ -43,7 +43,7 @@ a {
}
a
:hover
{
color
:
#
82cbed
;
color
:
#
002868
;
text-decoration
:
none
;
}
...
...
@@ -602,7 +602,7 @@ section {
}
.hero
.btn-watch-video
:hover
i
{
color
:
#
82cbed
;
color
:
#
002868
;
}
@media
(
max-width
:
640px
)
{
...
...
This diff is collapsed.
Click to expand it.
public/assets/img/nLogo.png
0 → 100644
View file @
e36029ab
7.27 KB
This diff is collapsed.
Click to expand it.
public/index.html
View file @
e36029ab
...
...
@@ -10,7 +10,7 @@
<meta
content=
""
name=
"keywords"
>
<!-- Favicons -->
<link
href=
"./assets/img/
l
ogo.png"
rel=
"icon"
>
<link
href=
"./assets/img/
nL
ogo.png"
rel=
"icon"
>
<link
href=
"./assets/img/apple-touch-icon.png"
rel=
"apple-touch-icon"
>
<!-- Google Fonts -->
...
...
This diff is collapsed.
Click to expand it.
src/Components/Footer.js
View file @
e36029ab
...
...
@@ -10,8 +10,8 @@ export default function Footer() {
<
div
className
=
"
row gy-4
"
>
<
div
className
=
"
col-lg-5 col-md-12 footer-info
"
>
<
a
href
=
"
index.html
"
className
=
"
logo d-flex align-items-center
"
>
<
img
src
=
"
assets/img/
l
ogo.png
"
alt
=
"
Novisync
"
/>
<
span
>
Novisync
<
/span
>
<
img
src
=
"
assets/img/
nL
ogo.png
"
alt
=
"
Novisync
"
/>
<
span
style
=
{{
color
:
'
#BF0A30
'
}}
>
Novisync
<
/span
>
<
/a
>
<
p
>
An
Industry
Leader
in
Data
Center
,
Cloud
and
Systems
Integration
.
<
/p
>
<
div
className
=
"
social-links d-flex mt-3
"
>
...
...
This diff is collapsed.
Click to expand it.
src/Components/TopNav.js
View file @
e36029ab
...
...
@@ -10,8 +10,8 @@ export default function TopNav() {
<
div
className
=
"
container-fluid container-xl d-flex align-items-center justify-content-between
"
>
<
Link
to
=
"
/
"
className
=
"
logo d-flex align-items-center
"
>
<
img
src
=
"
assets/img/
l
ogo.png
"
alt
=
"
Novisync
"
/>
<
h1
className
=
"
d-flex align-items-center
"
style
=
{{
color
:
'
#
013E7B
'
}}
>
Novisync
<
/h1
>
<
img
src
=
"
assets/img/
nL
ogo.png
"
alt
=
"
Novisync
"
/>
<
h1
className
=
"
d-flex align-items-center
"
style
=
{{
color
:
'
#
BF0A30
'
}}
>
Novisync
<
/h1
>
<
/Link
>
<
i
style
=
{{
color
:
'
#013E7B
'
}}
className
=
"
mobile-nav-toggle mobile-nav-show bi bi-list
"
><
/i
>
...
...
This diff is collapsed.
Click to expand it.
src/Screens/blog.js
View file @
e36029ab
/* eslint-disable jsx-a11y/iframe-has-title */
import
React
from
"
react
"
;
import
Footer
from
"
../Components/Footer
"
;
import
TopNav
from
"
../Components/TopNav
"
;
...
...
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