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
31da8ff8
authored
Feb 21, 2019
by
abalsh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added baseline design for subscribe, Subscribe Form Box Bug, will fix.
parent
6418ba66
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
70 additions
and
0 deletions
subscribe.html
subscribe.html
0 → 100644
View file @
31da8ff8
<!doctype html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<meta
name=
"description"
content=
"Currency Exchange Website"
>
<meta
name=
"author"
content=
"Florian Shllaku, Hakeem Shrief"
>
<title>
Currency Exchange
</title>
<!-- Connecting with Google Material for websit's logo/icon autorenew-->
<link
href=
"https://fonts.googleapis.com/icon?family=Material+Icons"
rel=
"stylesheet"
>
<!-- Setting up BootstrapCDN -->
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity=
"sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin=
"anonymous"
>
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity=
"sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin=
"anonymous"
></script>
<!-- Main Custom styles for the website -->
<link
href=
"css/subscribe.css"
rel=
"stylesheet"
>
</head>
<body
class=
"text-center"
background=
"/home/gorilla/Desktop/Garlix/img/backgroundd.jpg"
>
<div
class=
"cover-container d-flex w-100 h-100 p-3 mx-auto flex-column"
>
<header
class=
"masthead mb-auto"
>
<div
class=
"inner"
>
<i
class=
"material-icons masthead-brand img-fluid"
>
autorenew
</i>
<h3
class=
"masthead-brand"
>
XCHANGE
</h3>
<nav
class=
"nav nav-masthead justify-content-center"
>
<a
class=
"nav-link active"
href=
"#"
>
Home
</a>
<a
class=
"nav-link"
href=
"#"
>
Fiat
</a>
<a
class=
"nav-link"
href=
"#"
>
Crypto
</a>
<a
class=
"nav-link"
href=
"#"
>
Charts
</a>
<a
class=
"nav-link"
href=
"subscribe.html"
>
Subscribe
</a>
</nav>
</div>
<div
class=
"page-wrapper bg-gra-01 p-t-180 p-b-100 font-poppins"
>
<div
class=
"wrapper wrapper--w780"
>
<div
class=
"card card-3"
>
<div
class=
"card-heading"
></div>
<div
class=
"card-body"
>
<h2
class=
"title"
>
Registration Info
</h2>
<form
method=
"POST"
>
<div
class=
"input-group"
>
<input
class=
"input--style-3"
type=
"text"
placeholder=
"Name"
name=
"name"
>
</div>
<div
class=
"input-group"
>
<input
class=
"input--style-3 js-datepicker"
type=
"text"
placeholder=
"Birthdate"
name=
"birthday"
>
<i
class=
"zmdi zmdi-calendar-note input-icon js-btn-calendar"
></i>
</div>
<div
class=
"input-group"
>
<div
class=
"rs-select2 js-select-simple select--no-search"
>
<select
name=
"gender"
>
<option
disabled=
"disabled"
selected=
"selected"
>
Gender
</option>
<option>
Male
</option>
<option>
Female
</option>
<option>
Other
</option>
</select>
<div
class=
"select-dropdown"
></div>
</div>
</div>
<div
class=
"input-group"
>
<input
class=
"input--style-3"
type=
"email"
placeholder=
"Email"
name=
"email"
>
</div>
<div
class=
"input-group"
>
<input
class=
"input--style-3"
type=
"text"
placeholder=
"Phone"
name=
"phone"
>
</div>
<div
class=
"p-t-10"
>
<button
class=
"btn btn--pill btn--green"
type=
"submit"
>
Submit
</button>
</div>
</form>
</div>
</div>
</div>
</div>
\ 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