Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
kluniversity
KL Event Management
Commits
f8099462
Commit
f8099462
authored
Mar 01, 2019
by
Phani Surya Teja Mahankali
Browse files
Delete index.html
parent
6d8c3049
Pipeline
#19856
passed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Login/index.html
deleted
100644 → 0
View file @
6d8c3049
<!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