Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Gochat WebApplication
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
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Suriya Ravichandran
Gochat WebApplication
Commits
86295f9e
Commit
86295f9e
authored
1 year ago
by
Suriya Ravichandran
Browse files
Options
Downloads
Patches
Plain Diff
add background
parent
be12811b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
assets/images/background.png
+0
-0
0 additions, 0 deletions
assets/images/background.png
index.html
+1
-1
1 addition, 1 deletion
index.html
style/login.css
+2
-1
2 additions, 1 deletion
style/login.css
style/signup.css
+2
-2
2 additions, 2 deletions
style/signup.css
users.html
+37
-0
37 additions, 0 deletions
users.html
with
42 additions
and
4 deletions
assets/images/background.png
0 → 100644
+
0
−
0
View file @
86295f9e
167 KiB
This diff is collapsed.
Click to expand it.
index.html
+
1
−
1
View file @
86295f9e
...
...
@@ -43,7 +43,7 @@
</div>
</div>
</form>
<div
class=
"link"
>
Already signed up?
<a
href=
"#"
>
Login now
</a></div>
<div
class=
"link"
>
Already signed up?
<a
href=
"#"
>
Login now
</a></div>
</section>
</div>
...
...
This diff is collapsed.
Click to expand it.
style/login.css
+
2
−
1
View file @
86295f9e
...
...
@@ -7,6 +7,7 @@ body {
/* Center the form on the page */
.wrapper
{
background-image
:
linear-gradient
(
rgba
(
0
,
0
,
0
,
0.7
),
rgba
(
0
,
0
,
0
,
0.7
)),
url("../assets/images/background.png")
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
...
...
@@ -16,7 +17,7 @@ body {
/* Style the form container */
.formlogin
{
background-color
:
#
fff
;
background-color
:
#
EB984E
;
border-radius
:
8px
;
box-shadow
:
0
0
128px
rgba
(
0
,
0
,
0
,
0.1
);
width
:
400px
;
...
...
This diff is collapsed.
Click to expand it.
style/signup.css
+
2
−
2
View file @
86295f9e
...
...
@@ -11,12 +11,12 @@ body {
align-items
:
center
;
justify-content
:
center
;
height
:
100vh
;
background-
color
:
#f5f5f5
;
background-
image
:
linear-gradient
(
rgba
(
0
,
0
,
0
,
0.7
),
rgba
(
0
,
0
,
0
,
0.7
)),
url("../assets/images/background.png")
;
}
/* Style the form container */
.formsignup
{
background-color
:
#
fff
;
background-color
:
#
EB984E
;
border-radius
:
8px
;
box-shadow
:
0
0
128px
rgba
(
0
,
0
,
0
,
0.1
);
width
:
400px
;
...
...
This diff is collapsed.
Click to expand it.
users.html
0 → 100644
+
37
−
0
View file @
86295f9e
<!DOCTYPE <!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<title>
Gochat
</title>
<meta
name=
"description"
content=
""
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"stylesheet"
href=
"style/login.css"
>
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"
/>
</head>
<body>
<div
class=
"wrapper"
>
<section
class=
"users"
>
<header>
<div
class=
"content"
>
<img
src=
""
alt=
""
>
<div
class=
"details"
>
<span>
Suriya
</span>
<p>
Active Now
</p>
</div>
</div>
<a
href=
"#"
class=
"logout"
>
Logout
</a>
</header>
<div
class=
"search"
>
<span
class=
"text"
>
Select an user to start chat
</span>
<input
type=
"text"
placeholder=
"Enter name to search..."
>
<button
><i
class=
"fa fa-search"
></i></button>
</div>
</section>
</div>
<script
src=
""
async
defer
></script>
</body>
</html>
\ 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