-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Donation page #216
Draft
IsaacPimentel73
wants to merge
14
commits into
LibreSign:main
Choose a base branch
from
IsaacPimentel73:branch_nova
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Donation page #216
Changes from 3 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
4a9c448
Clone de site
IsaacPimentel73 c12f5c8
Contributing page changes
IsaacPimentel73 53ee46c
more changes to contributing page
IsaacPimentel73 db16c5a
Another changes to contributing page
IsaacPimentel73 1e564f4
more change in the contributing page
Any97Cris fff74f2
show values on input
Any97Cris 88d9335
add change when click on button monetary value
Any97Cris e2be450
create form wizard effect
Any97Cris eaaced7
adjustement div values to contributing
Any97Cris 40e3098
validation form donate
Any97Cris 6869c20
validate number value
Any97Cris df6532a
adjustment message error
Any97Cris 581ec6a
validations form fields
Any97Cris a642d7d
Merge branch 'main' into branch_nova
Any97Cris File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
@extends('_layouts.main') | ||
|
||
@section('body') | ||
|
||
<!-- ====== Hero Start ====== --> | ||
<section class="ud-hero" id="home"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-12"> | ||
<div class="ud-hero-content wow fadeInUp" data-wow-delay=".2s"> | ||
<h1 class="ud-hero-title"> | ||
{{ $page->t('Contributing Page')}} | ||
</h1> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
|
||
<!-- ====== About Start ====== --> | ||
<section id="about" class="ud-about"> | ||
<div class="container"> | ||
<div class="ud-about-wrapper wow fadeInUp" data-wow-delay=".2s"> | ||
<div class ="row" > | ||
<div class = "col-6 p-5" > | ||
|
||
<div class="row align-items-center" > | ||
<div class = "col-12" > | ||
|
||
|
||
<img | ||
src="{{ $page->baseUrl }}assets/images/logo/logo-2.svg" | ||
alt="shape" | ||
class="shape shape-1" | ||
width ="500"/> | ||
|
||
|
||
</div> | ||
<div class = "col-12" ><h3 class="mt-5 mb-3"> | ||
{{ $page->t('teste')}} | ||
</h3> | ||
<p class="text-justify">{{ $page->t('Lorem ipsum dolor sit amet consectetur adipisicing elit. | ||
Maxime mollitia, | ||
molestiae quas vel sint commodi repudiandae consequuntur voluptatum laborum | ||
numquam blanditiis harum quisquam eius sed odit fugiat iusto fuga praesentium | ||
optio, eaque rerum! Provident similique accusantium nemo autem. Veritatis | ||
obcaecati tenetur iure eius earum ut molestias architecto voluptate aliquam | ||
nihil, eveniet aliquid culpa officia aut! Impedit sit sunt quaerat, odit, | ||
tenetur error, harum nesciunt ipsum debitis quas aliquid. Reprehenderit, | ||
quia. Quo neque error repudiandae fuga? Ipsa laudantium molestias eos | ||
sapiente officiis modi at sunt excepturi expedita sint? Sed quibusdam | ||
recusandae alias error harum maxime adipisci amet laborum. Perspiciatis | ||
minima nesciunt dolorem! Officiis iure rerum voluptates a cumque velit ')}}</p> | ||
</div> | ||
<div class = "col-12" > | ||
<div class="row"> | ||
<div class = "col-6" ><a href="{{ locale_path($page, $page->baseUrl) }}#faq">{{ $page->t('FAQ')}}</a></div> | ||
<div class = "col-6" ><a href="https://t.me/LibreCodeCoop">{{ $page->t('Outros Contatos')}}</a></div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
<div class = "col-6 p-5 text-center" > | ||
{{ $page->t('Teste2')}} | ||
<div class="row "> | ||
<div class="col-12"> | ||
<nav> | ||
|
||
<div class="nav nav-tabs" id="nav-tab" role="tablist"> | ||
<button class="nav-link active" id="nav-home-tab" data-bs-toggle="tab" data-bs-target="#nav-home" type="button" role="tab" aria-controls="nav-home" aria-selected="true">{{$page->t('Donate one time')}}</button> | ||
<button class="nav-link" id="nav-profile-tab" data-bs-toggle="tab" data-bs-target="#nav-profile" type="button" role="tab" aria-controls="nav-profile" aria-selected="false">{{$page->t('Monthly')}}</button> | ||
|
||
</div> | ||
</nav> | ||
<div class="tab-content " id="nav-tabContent" > | ||
<div class="tab-pane fade show active" id="nav-home" role="tabpanel" aria-labelledby="nav-home-tab"> | ||
<div class="row mt-5 justify-content-center"> | ||
@foreach($page->donatevalues as $item => $value ) | ||
<div class="col-3"> | ||
<button type="button" class="btn btn-outline-success">{{$item->value}}</button> | ||
|
||
</div> | ||
@endforeach | ||
|
||
</div> | ||
|
||
</div> | ||
<div class="tab-pane fade" id="nav-profile" role="tabpanel" aria-labelledby="nav-profile-tab"> | ||
<div class="tab-pane fade show active" id="nav-home" role="tabpanel" aria-labelledby="nav-home-tab"> | ||
<div class="row mt-5 justify-content-center"> | ||
@foreach($page->donatevalues as $item -> $value) | ||
<div class="col-3"> | ||
<button type="button" class="btn btn-outline-success">{{$item->value}}</button> | ||
|
||
</div> | ||
@endforeach | ||
|
||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
</div> | ||
<div class="col-6" style="display:none">teste 4</div> | ||
|
||
</div> | ||
<div class="input-group mb-3 mt-5"> | ||
<input type="text" class="form-control" aria-label="Text input with dropdown button"> | ||
<button class="btn btn-outline-secondary dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">Dropdown</button> | ||
<ul class="dropdown-menu dropdown-menu-end"> | ||
@foreach($page->donatevalues as $iten) | ||
<li><a class="dropdown-item" href="#">{{$iten->coin}}</a></li> | ||
|
||
@endforeach | ||
</ul> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The second option, as array, is best.