Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
workly-frontend
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ToAber
workly-frontend
Commits
32f0e012
Commit
32f0e012
authored
1 week ago
by
GraphieDK
Browse files
Options
Downloads
Patches
Plain Diff
Frontpage
parent
fd39e865
Branches
main
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Workly/src/pages/Home/Home.Modules.css
+15
-7
15 additions, 7 deletions
Workly/src/pages/Home/Home.Modules.css
Workly/src/pages/Home/Home.tsx
+1
-3
1 addition, 3 deletions
Workly/src/pages/Home/Home.tsx
with
16 additions
and
10 deletions
Workly/src/pages/Home/Home.Modules.css
+
15
−
7
View file @
32f0e012
.Introduction
{
margin-top
:
4rem
;
...
...
@@ -61,12 +55,26 @@
background-color
:
black
;
border
:
none
;
height
:
2rem
;
width
:
7
rem
;
width
:
8
rem
;
border-radius
:
0.2rem
;
cursor
:
pointer
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
gap
:
0.3rem
;
}
.Introduction
.Con3
{
width
:
30%
;
}
.ion--paper-plane
{
width
:
1rem
;
height
:
1rem
;
background-repeat
:
no-repeat
;
background-size
:
100%
100%
;
background-image
:
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M473 39.05a24 24 0 0 0-25.5-5.46L47.47 185h-.08a24 24 0 0 0 1 45.16l.41.13l137.3 58.63a16 16 0 0 0 15.54-3.59L422 80a7.07 7.07 0 0 1 10 10L226.66 310.26a16 16 0 0 0-3.59 15.54l58.65 137.38c.06.2.12.38.19.57c3.2 9.27 11.3 15.81 21.09 16.25h1a24.63 24.63 0 0 0 23-15.46L478.39 64.62A24 24 0 0 0 473 39.05'/%3E%3C/svg%3E")
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Workly/src/pages/Home/Home.tsx
+
1
−
3
View file @
32f0e012
...
...
@@ -15,9 +15,7 @@ const Home = () => {
<
div
className
=
"Description"
>
<
p
><
span
className
=
"bold-text"
>
WORKLY.
</
span
>
streamlines the job application process by bringing everything into one central system, making it easier for both applicants and employers.
</
p
>
</
div
>
<
button
className
=
"Start"
>
START NOW
</
button
>
<
button
class
=
"Start"
>
START NOW
<
span
class
=
"ion--paper-plane"
></
span
></
button
>
</
div
>
<
div
className
=
"Con3"
></
div
>
</
div
>
...
...
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