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
KLUGLUG
KL Event Management
Commits
cf884bfa
Commit
cf884bfa
authored
Apr 02, 2019
by
Phani Surya Teja Mahankali
Browse files
Upload New File
parent
6ca8e67a
Pipeline
#20228
passed with stage
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
flask/flaskblog/templates/index.html
0 → 100644
View file @
cf884bfa
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<title>
KL EVENT MANAGMENT
</title>
<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"
type=
"text/css"
href=
"{{url_for('static',filename='style.css')}}"
>
</head>
<body
class=
"bdy"
>
<div
class=
"cotn_principal"
>
<div
class=
"cont_centrar"
>
<img
src=
"{{url_for('static', filename='KLU.png')}}"
alt=
"KLU"
width=
50px
height=
50px
>
<img
src=
"{{url_for('static', filename='kluglug.png')}}"
alt=
"KLUglug"
width=
50px
height=
50px
>
<img
src=
"{{url_for('static', filename='KLEM.png')}}"
alt=
"KLEM"
width=
50px
height=
50px
>
<h1
style=
"color:white"
><strong><em><u>
<p>
WELCOME to K L EVENT MANAGEMENT SYSTEM
</p>
</u></em></strong></h1>
<div
class=
"prime"
>
<img
src=
"{{url_for('static', filename='KLU.png')}}"
alt=
"KLU"
width=
50px
height=
50px
>
<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=
"{{url_for('static', filename='bp.jpg')}}"
alt=
"bp"
/>
</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()"
><em
class=
"material-icons"
>

</em></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()"
><em
class=
"material-icons"
>

</em></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>
</div>
<script
type=
"text/javascript"
src=
"{{ url_for('static', filename='index.js') }}"
></script>
</body>
</html>
Write
Preview
Supports
Markdown
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