Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
kluniversity
KL Event Management
Commits
9a32e199
Commit
9a32e199
authored
Mar 01, 2019
by
Phani Surya Teja Mahankali
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
f8099462
Pipeline
#19857
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 @
9a32e199
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<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
>
<div
class=
"cotn_principal"
>
<div
class=
"cont_centrar"
>
<img
src=
"KLU.png"
width=
50px
height=
50px
>
<img
src=
"kluglug.png"
width=
50px
height=
50px
>
<img
src=
"KLEM.png"
width=
50px
height=
50px
>
<h1
style=
"color:white"
><b><i><u>
<p>
WELCOME to K L EVENT MANAGEMENT SYSTEM
</p>
</u></I></b></h1>
<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