Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GAP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Darshan Prabhu
GAP
Commits
51f7ffd4
Commit
51f7ffd4
authored
Nov 05, 2020
by
Darshan Prabhu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Login page added
parent
dbbc7135
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
80 additions
and
0 deletions
+80
-0
GAP/templates/login.html
GAP/templates/login.html
+80
-0
No files found.
GAP/templates/login.html
0 → 100644
View file @
51f7ffd4
<!DOCTYPE html>
<html>
<head>
<title>
GAP
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"semantic.min.css"
>
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/components/icon.min.css"
integrity=
"sha512-8Tb+T7SKUFQWOPIQCaLDWWe1K/SY8hvHl7brOH8Nz5z1VT8fnf8B+9neoUzmFY3OzkWMMs3OjrwZALgB1oXFBg=="
crossorigin=
"anonymous"
/>
<script
src=
"https://code.jquery.com/jquery-3.1.1.min.js"
integrity=
"sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin=
"anonymous"
></script>
<script
src=
"semantic.min.js"
></script>
<style
type=
"text/css"
>
.typewriter
h1
{
color
:
#fff
;
font-family
:
monospace
;
overflow
:
hidden
;
/* Ensures the content is not revealed until the animation */
border-right
:
.15em
solid
orange
;
/* The typwriter cursor */
white-space
:
nowrap
;
/* Keeps the content on a single line */
margin
:
0
auto
;
/* Gives that scrolling effect as the typing happens */
letter-spacing
:
.1em
;
/* Adjust as needed */
animation
:
typing
3.5s
steps
(
30
,
end
),
blink-caret
.5s
step-end
infinite
;
}
/* The typing effect */
@keyframes
typing
{
from
{
width
:
0
}
to
{
width
:
100%
}
}
/* The typewriter cursor effect */
@keyframes
blink-caret
{
from
,
to
{
border-color
:
transparent
}
50
%
{
border-color
:
orange
}
}
form
h4
{
font-size
:
1.5rem
;
text-align
:
center
;
padding-bottom
:
1rem
;
font-family
:
monospace
;
}
</style>
</head>
<body>
<div
class=
"ui two column grid"
style=
"min-height: 100%;"
>
<div
class=
"column ui aligned grid teal"
>
<div
class=
"column"
style=
"top:35%;padding-left: 13%;"
>
<div
class=
typewriter
>
<h1
style=
"font-size: 2.5rem;"
>
Guide Allocation Portal
</h1>
</div>
<h3
style=
"font-size: 1.5rem;font-family: monospace;padding-left: inherit;"
>
CSE Department, IIT Bombay
</h3>
</div>
</div>
<div
class=
"column"
>
<form
class=
"ui large form"
action=
"POST"
style=
"top: 32%;padding-left: 2rem;"
>
<h4
>
Login now
</h4>
<div
class=
"ui"
>
<div
class=
"field"
style=
"padding-bottom: 1rem;"
>
<div
class=
"ui left icon input"
>
<i
class=
"user icon"
></i>
<input
type=
"text"
name=
"ldap"
placeholder=
"CSE username"
>
</div>
</div>
<div
class=
"field"
style=
"padding-bottom: 1rem;"
>
<div
class=
"ui left icon input"
>
<i
class=
"lock icon"
></i>
<input
type=
"password"
name=
"password"
placeholder=
"Password"
>
</div>
</div>
<button
class=
"ui fluid large black submit button"
type=
"submit"
>
Login
</button>
</div>
</form>
</div>
</div>
</body>
</html>
\ 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