Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Style Guide 2
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
TO
Weby
Style Guide 2
Commits
71f8f86c
Commit
71f8f86c
authored
2 months ago
by
Alexa Valentová
Browse files
Options
Downloads
Patches
Plain Diff
add name&surname to newsletter section
parent
ac8ce9df
No related branches found
No related tags found
No related merge requests found
Pipeline
#20866
passed
2 months ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
majak_uistyleguide/templates/patterns/organisms/main_section/newsletter_section.html
+7
-2
7 additions, 2 deletions
...s/patterns/organisms/main_section/newsletter_section.html
with
7 additions
and
2 deletions
majak_uistyleguide/templates/patterns/organisms/main_section/newsletter_section.html
+
7
−
2
View file @
71f8f86c
...
...
@@ -12,8 +12,13 @@
</p>
<div
class=
"flex flex-col gap-2 mt-12 items-start"
>
{% include 'patterns/atoms/form_fields/form_input_backgroundless.html' with placeholder='Tvůj email' classes='mb-3 w-full md:w-96' %}
{% include 'patterns/atoms/form_fields/form_checkbox.html' with label='Souhlasím se zpracováním osobních údajů' classes='mb-3' %}
<div
class=
"flex gap-2 lg:gap-4 lg:flex-row flex-col"
>
{% include 'patterns/atoms/form_fields/form_input_backgroundless.html' with placeholder='Jméno' extra_classes='mb-3 lg:!w-[11.5rem]' %}
{% include 'patterns/atoms/form_fields/form_input_backgroundless.html' with placeholder='Příjmení' extra_classes='mb-3 lg:!w-[11.5rem]' %}
</div>
{% include 'patterns/atoms/form_fields/form_input_backgroundless.html' with placeholder='Tvůj email' extra_classes='mb-3 w-full' %}
{% include 'patterns/atoms/form_fields/form_checkbox.html' with label='Souhlasím se zpracováním osobních údajů' extra_classes='mb-3' %}
{% include 'patterns/atoms/buttons/round_button.html' with button_text='Odebírat' %}
</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