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
e5f3cde6
Commit
e5f3cde6
authored
2 years ago
by
narendra
Browse files
Options
Download
Email Patches
Plain Diff
Updated Code
parent
1b17cc4b
master
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/App.js
+1
-0
src/App.js
src/Components/Footer.js
+6
-6
src/Components/Footer.js
src/Screens/about.js
+17
-0
src/Screens/about.js
src/Screens/contact.js
+3
-2
src/Screens/contact.js
with
27 additions
and
8 deletions
+27
-8
src/App.js
View file @
e5f3cde6
import
*
as
React
from
"
react
"
;
//eslint-disable-next-line
import
{
Routes
,
Route
,
Outlet
,
Link
}
from
"
react-router-dom
"
;
import
Home
from
"
./Screens/home
"
;
import
About
from
"
./Screens/about
"
;
...
...
This diff is collapsed.
Click to expand it.
src/Components/Footer.js
View file @
e5f3cde6
...
...
@@ -15,10 +15,10 @@ export default function Footer() {
<
/a
>
<
p
>
An
Industry
Leader
in
Data
Center
,
Cloud
and
Systems
Integration
.
<
/p
>
<
div
className
=
"
social-links d-flex mt-3
"
>
<
a
href
=
"
#
"
className
=
"
twitter
"
><
i
className
=
"
bi bi-twitter
"
><
/i></
a
>
<
a
href
=
"
#
"
className
=
"
facebook
"
><
i
className
=
"
bi bi-facebook
"
><
/i></
a
>
<
a
href
=
"
#
"
className
=
"
instagram
"
><
i
className
=
"
bi bi-instagram
"
><
/i></
a
>
<
a
href
=
"
#
"
className
=
"
linkedin
"
><
i
className
=
"
bi bi-linkedin
"
><
/i></
a
>
{
/*
<a href="#" className="twitter"><i className="bi bi-twitter"></i></a>
*/
}
<
a
href
=
"
https://www.facebook.com/profile.php?id=100046418156066
"
className
=
"
facebook
"
><
i
className
=
"
bi bi-facebook
"
><
/i></
a
>
{
/*
<a href="#" className="instagram"><i className="bi bi-instagram"></i></a>
*/
}
<
a
href
=
"
https://www.linkedin.com/company/novisync-solutions-inc-?originalSubdomain=in
"
className
=
"
linkedin
"
><
i
className
=
"
bi bi-linkedin
"
><
/i></
a
>
<
/div
>
<
/div
>
...
...
@@ -35,14 +35,14 @@ export default function Footer() {
</div>
<div className=
"
col
-
lg
-
2
col
-
6
footer
-
links
"
>
<h4>Our Services</h4>
{/*
<h4>Our Services</h4>
<ul>
<li><i className=
"
bi
bi
-
dash
"
></i> <a href=
"
#
"
>Web Design</a></li>
<li><i className=
"
bi
bi
-
dash
"
></i> <a href=
"
#
"
>Web Development</a></li>
<li><i className=
"
bi
bi
-
dash
"
></i> <a href=
"
#
"
>Product Management</a></li>
<li><i className=
"
bi
bi
-
dash
"
></i> <a href=
"
#
"
>Marketing</a></li>
<li><i className=
"
bi
bi
-
dash
"
></i> <a href=
"
#
"
>Graphic Design</a></li>
</ul>
</ul>
*/}
</div>
<div className=
"
col
-
lg
-
3
col
-
md
-
12
footer
-
contact
text
-
center
text
-
md
-
start
"
>
...
...
This diff is collapsed.
Click to expand it.
src/Screens/about.js
View file @
e5f3cde6
/* eslint-disable jsx-a11y/anchor-is-valid */
import
React
from
'
react
'
import
Footer
from
'
../Components/Footer
'
import
TopNav
from
'
../Components/TopNav
'
...
...
@@ -144,9 +145,13 @@ export default function About() {
<
div
className
=
"
member-img
"
>
<
img
src
=
"
assets/img/team/team-1.jpg
"
className
=
"
img-fluid
"
alt
=
""
/>
<
div
className
=
"
social
"
>
{
/* //eslint-disable-next-line */
}
<
a
href
=
""
><
i
className
=
"
bi bi-twitter
"
><
/i></
a
>
{
/* //eslint-disable-next-line */
}
<
a
href
=
""
><
i
className
=
"
bi bi-facebook
"
><
/i></
a
>
{
/* //eslint-disable-next-line */
}
<
a
href
=
""
><
i
className
=
"
bi bi-instagram
"
><
/i></
a
>
{
/* //eslint-disable-next-line */
}
<
a
href
=
""
><
i
className
=
"
bi bi-linkedin
"
><
/i></
a
>
<
/div
>
<
/div
>
...
...
@@ -162,9 +167,13 @@ export default function About() {
<
div
className
=
"
member-img
"
>
<
img
src
=
"
assets/img/team/team-2.jpg
"
className
=
"
img-fluid
"
alt
=
""
/>
<
div
className
=
"
social
"
>
{
/* //eslint-disable-next-line */
}
<
a
href
=
""
><
i
className
=
"
bi bi-twitter
"
><
/i></
a
>
{
/* //eslint-disable-next-line */
}
<
a
href
=
""
><
i
className
=
"
bi bi-facebook
"
><
/i></
a
>
{
/* //eslint-disable-next-line */
}
<
a
href
=
""
><
i
className
=
"
bi bi-instagram
"
><
/i></
a
>
{
/* //eslint-disable-next-line */
}
<
a
href
=
""
><
i
className
=
"
bi bi-linkedin
"
><
/i></
a
>
<
/div
>
<
/div
>
...
...
@@ -180,9 +189,13 @@ export default function About() {
<
div
className
=
"
member-img
"
>
<
img
src
=
"
assets/img/team/team-3.jpg
"
className
=
"
img-fluid
"
alt
=
""
/>
<
div
className
=
"
social
"
>
{
/* //eslint-disable-next-line */
}
<
a
href
=
""
><
i
className
=
"
bi bi-twitter
"
><
/i></
a
>
{
/* //eslint-disable-next-line */
}
<
a
href
=
""
><
i
className
=
"
bi bi-facebook
"
><
/i></
a
>
{
/* //eslint-disable-next-line */
}
<
a
href
=
""
><
i
className
=
"
bi bi-instagram
"
><
/i></
a
>
{
/* //eslint-disable-next-line */
}
<
a
href
=
""
><
i
className
=
"
bi bi-linkedin
"
><
/i></
a
>
<
/div
>
<
/div
>
...
...
@@ -198,9 +211,13 @@ export default function About() {
<
div
className
=
"
member-img
"
>
<
img
src
=
"
assets/img/team/team-4.jpg
"
className
=
"
img-fluid
"
alt
=
""
/>
<
div
className
=
"
social
"
>
{
/* //eslint-disable-next-line */
}
<
a
href
=
""
><
i
className
=
"
bi bi-twitter
"
><
/i></
a
>
{
/* //eslint-disable-next-line */
}
<
a
href
=
""
><
i
className
=
"
bi bi-facebook
"
><
/i></
a
>
{
/* //eslint-disable-next-line */
}
<
a
href
=
""
><
i
className
=
"
bi bi-instagram
"
><
/i></
a
>
{
/* //eslint-disable-next-line */
}
<
a
href
=
""
><
i
className
=
"
bi bi-linkedin
"
><
/i></
a
>
<
/div
>
<
/div
>
...
...
This diff is collapsed.
Click to expand it.
src/Screens/contact.js
View file @
e5f3cde6
/* eslint-disable jsx-a11y/no-redundant-roles */
import
React
from
"
react
"
;
import
Footer
from
"
../Components/Footer
"
;
import
TopNav
from
"
../Components/TopNav
"
;
...
...
@@ -54,8 +55,8 @@ export default function Contact() {
<
/div
>
<
div
className
=
"
col-lg-6
"
data
-
aos
=
"
fade-up
"
data
-
aos
-
delay
=
"
250
"
>
<
form
action
=
"
forms/contact.php
"
method
=
"
post
"
role
=
"
form
"
className
=
"
php-email-form
"
>
{
/* //eslint-disable-next-line */
}
<
form
action
=
""
method
=
"
post
"
role
=
"
form
"
className
=
"
php-email-form
"
>
<
div
className
=
"
row
"
>
<
div
className
=
"
col-md-6 form-group
"
>
<
input
type
=
"
text
"
name
=
"
name
"
className
=
"
form-control
"
id
=
"
name
"
placeholder
=
"
Your Name
"
required
/>
...
...
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