Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Book-Management-System
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ashwanth K
Book-Management-System
Commits
d11fd735
Commit
d11fd735
authored
Dec 27, 2020
by
Ashwanth K
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
d9d07a25
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
client/src/Components/about/about.jsx
+48
-0
48 additions, 0 deletions
client/src/Components/about/about.jsx
with
48 additions
and
0 deletions
client/src/Components/about/about.jsx
0 → 100644
+
48
−
0
View file @
d11fd735
import
React
from
'
react
'
;
import
"
../component.css
"
;
import
git
from
"
./git.jpg
"
;
import
linkedin
from
"
./Linkedin-Logo.png
"
import
ig
from
"
./instagram.png
"
import
gmail
from
"
./Email.png
"
import
{
Link
}
from
'
react-router-dom
'
;
function
About
(){
return
(
<
div
>
<
div
class
=
"topnav"
id
=
"myTopnav"
>
<
Link
to
=
'/'
>
Home
</
Link
>
</
div
>
<
div
style
=
{
{
backgroundColor
:
"
white
"
,
padding
:
"
50px
"
,
paddingRight
:
"
250px
"
}
}
>
<
h1
style
=
{
{
fontFamily
:
"
serif
"
}
}
>
From the Developer
</
h1
>
<
h4
style
=
{
{
fontFamily
:
"
serif
"
,
color
:
"
#e05a00
"
}
}
>
Book management system helps users to effectively search and borrow books.
It also helps the admin to access information general users,books and their borrowing details.
Thus it saves a lot of time and effort thereby making the process of borrowing books and keeping track of them easier.
</
h4
>
</
div
>
<
section
class
=
"color-1"
style
=
{
{
position
:
"
absolute
"
,
left
:
"
15%
"
,
top
:
"
55%
"
}
}
>
<
p
>
<
a
href
=
"https://github.com/ashwanth-07/noname"
target
=
"blank"
><
button
class
=
"btn btn-1 btn-1e"
><
img
src
=
{
git
}
height
=
"60px"
width
=
"175px"
/></
button
></
a
>
</
p
>
</
section
>
<
section
class
=
"color-3"
style
=
{
{
position
:
"
absolute
"
,
left
:
"
60%
"
,
top
:
"
55%
"
}
}
>
<
p
>
<
a
href
=
"https://www.instagram.com/ashwanth__07/"
target
=
"blank"
><
button
class
=
"btn btn-3 btn-3e"
><
img
src
=
{
ig
}
height
=
"60px"
width
=
"150px"
/></
button
></
a
>
</
p
>
</
section
>
<
section
class
=
"color-8"
style
=
{
{
position
:
"
absolute
"
,
left
:
"
16%
"
,
top
:
"
75%
"
}
}
>
<
p
class
=
"perspective"
>
<
a
href
=
"https://www.linkedin.com/in/dharun-narayanan-l-k-407459197/"
target
=
"blank"
><
button
class
=
"btn btn-8 btn-8c"
><
img
src
=
{
linkedin
}
height
=
"60px"
width
=
"150px"
/></
button
></
a
>
</
p
>
</
section
>
<
section
class
=
"color-6"
style
=
{
{
position
:
"
absolute
"
,
left
:
"
60%
"
,
top
:
"
75%
"
}
}
>
<
p
class
=
"perspective"
>
<
a
href
=
"mailto:ash73041@gmail.com"
><
button
class
=
"btn btn-8 btn-8d"
><
img
src
=
{
gmail
}
height
=
"70px"
width
=
"150px"
/></
button
></
a
>
</
p
>
</
section
>
</
div
>
)
}
export
default
About
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment