Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
abalsh
/
Garlix
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
59896b09
authored
Feb 23, 2019
by
abalsh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fiat Converter without JS, first draft
parent
c34079b7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
0 deletions
css/main.css
fiat.html
css/main.css
View file @
59896b09
This diff is collapsed.
Click to expand it.
fiat.html
View file @
59896b09
...
...
@@ -28,3 +28,46 @@
<a
class=
"nav-link"
href=
"subscribe.html"
>
Subscribe
</a>
</nav>
</div>
<br>
<br>
<br>
<div
class=
"card"
>
<div
class=
"card-body"
>
<div
class=
"form-group"
>
<label
for=
"FormControlSelect1"
>
Convert From
</label>
<br>
<select
class=
"form-control"
id=
"FormControlSelect1"
>
<option>
USD
</option>
<option>
EUR
</option>
<option>
GBP
</option>
<option>
NOK
</option>
<option>
SEK
</option>
<option>
CHF
</option>
<option>
AED
</option>
</select>
</div>
<input
type=
"number"
class=
"form-control form-control-lg mx-3"
value=
""
>
<div
class=
"form-group"
>
<br>
<br>
<label
for=
"FormControlSelect1"
>
To
</label>
<br>
<select
class=
"form-control"
id=
"FormControlSelect1"
>
<option>
USD
</option>
<option>
EUR
</option>
<option>
GBP
</option>
<option>
NOK
</option>
<option>
SEK
</option>
<option>
CHF
</option>
<option>
AED
</option>
</select>
</div>
<input
type=
"number"
class=
"form-control form-control-lg mx-3"
value=
""
>
<br>
<br>
<div
class=
"p-t-10"
>
<button
class=
"btn btn--pill btn--green"
type=
"submit"
>
Convert!
</button>
</div>
</div>
</div>
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment