Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
KL Event Management
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
kluniversity
KL Event Management
Commits
cf9d3048
Commit
cf9d3048
authored
Mar 01, 2019
by
Phani Surya Teja Mahankali
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
90d746f0
Pipeline
#19843
passed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
92 additions
and
0 deletions
+92
-0
Login_index.html
Login_index.html
+92
-0
No files found.
Login_index.html
0 → 100644
View file @
cf9d3048
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"icon"
href=
"KLEM.png"
type=
"image/png"
><br><br>
<pre>
<img
src=
"KLU.png"
width=
190px
height=
190px
>
<img
src=
"kluglug.png"
width=
190px
height=
190px
>
<img
src=
"KLEM.png"
width=
190px
height=
190px
></pre>
<br><br><h1><b><i><u><p>
WELCOME to K L EVENT MANAGEMENT SYSTEM
</p></u></I></b></h1>
<title>
Login
&
Sign Up Form Concept
</title>
<link
rel=
'stylesheet'
href=
'https://fonts.googleapis.com/css?family=Open+Sans:400,300'
>
<link
rel=
'stylesheet'
href=
'https://fonts.googleapis.com/icon?family=Material+Icons'
>
<link
rel=
"stylesheet"
href=
"css/style.css"
>
</head>
<body
bgcolor=
"seablue"
>
<div
class=
"cotn_principal"
>
<div
class=
"cont_centrar"
>
<div
class=
"cont_login"
>
<div
class=
"cont_info_log_sign_up"
>
<div
class=
"col_md_login"
>
<div
class=
"cont_ba_opcitiy"
>
<h2>
LOGIN
</h2>
<p></p>
<button
class=
"btn_login"
onclick=
"cambiar_login()"
>
LOGIN
</button>
</div>
</div>
<div
class=
"col_md_sign_up"
>
<div
class=
"cont_ba_opcitiy"
>
<h2>
SIGN UP
</h2>
<p></p>
<button
class=
"btn_sign_up"
onclick=
"cambiar_sign_up()"
>
SIGN UP
</button>
</div>
</div>
</div>
<div
class=
"cont_back_info"
>
<div
class=
"cont_img_back_grey"
>
<img
src=
"https://images.unsplash.com/42/U7Fc1sy5SCUDIu4tlJY3_NY_by_PhilippHenzler_philmotion.de.jpg?ixlib=rb-0.3.5&q=50&fm=jpg&crop=entropy&s=7686972873678f32efaf2cd79671673d"
alt=
""
/>
</div>
</div>
<div
class=
"cont_forms"
>
<div
class=
"cont_img_back_"
>
<img
src=
"https://images.unsplash.com/42/U7Fc1sy5SCUDIu4tlJY3_NY_by_PhilippHenzler_philmotion.de.jpg?ixlib=rb-0.3.5&q=50&fm=jpg&crop=entropy&s=7686972873678f32efaf2cd79671673d"
alt=
""
/>
</div>
<div
class=
"cont_form_login"
>
<a
href=
"#"
onclick=
"ocultar_login_sign_up()"
><i
class=
"material-icons"
>

</i></a>
<h2>
LOGIN
</h2>
<input
type=
"text"
placeholder=
"Email"
/>
<input
type=
"password"
placeholder=
"Password"
/>
<button
class=
"btn_login"
onclick=
"cambiar_login()"
>
LOGIN
</button>
</div>
<div
class=
"cont_form_sign_up"
>
<a
href=
"#"
onclick=
"ocultar_login_sign_up()"
><i
class=
"material-icons"
>

</i></a>
<h2>
SIGN UP
</h2>
<input
type=
"text"
placeholder=
"Email"
/>
<input
type=
"text"
placeholder=
"User"
/>
<input
type=
"password"
placeholder=
"Password"
/>
<input
type=
"password"
placeholder=
"Confirm Password"
/>
<button
class=
"btn_sign_up"
onclick=
"cambiar_sign_up()"
>
SIGN UP
</button>
</div>
</div>
</div>
</div>
</div>
<script
src=
"js/index.js"
></script>
</body>
</html>
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