Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
account-app
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
account-app
Commits
ff3d6ff9
Commit
ff3d6ff9
authored
5 years ago
by
Mitchell Moore
Browse files
Options
Downloads
Patches
Plain Diff
Resize logo and form. Add welcome message placeholder
parent
aa0ef37d
No related branches found
No related tags found
1 merge request
!2
Feat update ui (pre react)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/templates/auth/SignUp.html
+11
-4
11 additions, 4 deletions
app/templates/auth/SignUp.html
with
11 additions
and
4 deletions
app/templates/auth/SignUp.html
+
11
−
4
View file @
ff3d6ff9
...
...
@@ -56,7 +56,7 @@
<div
class=
"container-fluid"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle collapsed"
data-toggle=
"collapse"
data-target=
"#bs-example-navbar-collapse-9"
aria-expanded=
"false"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</button>
<a
class=
"navbar-brand"
href=
"/"
>
Research Computing
</a>
<a
class=
"navbar-brand"
href=
"/"
>
UAB
Research Computing
</a>
</div>
<div
class=
"collapse navbar-collapse"
id=
"bs-example-navbar-collapse-9"
>
<ul
class=
"nav navbar-nav"
>
...
...
@@ -75,10 +75,17 @@
</div>
</nav>
</header>
<div
class=
"container content"
role=
"main"
style=
"width: 625px"
>
<div
class=
"container content"
role=
"main"
>
<div
class=
"alert alert-warning announcement"
role=
"alert"
>
<p>
(Welcome message placeholder)
</p>
</div>
<div
style=
"position:relative;"
>
<img
alt=
"logo"
height=
"auto"
width=
"
1
00
%
"
style=
"margin-bottom: 20px"
src=
"{{ url_for('static', filename='img/
/Supercomputer-logo-final-01.jp
g') }}"
>
<img
alt=
"logo"
height=
"auto"
width=
"
3
00"
style=
"margin-bottom: 20px"
src=
"{{ url_for('static', filename='img/
logo.sv
g') }}"
>
<a
href=
"https://tinyurl.com/cheahaAL"
target=
"_blank"
>
<div
style=
"float:left;position:absolute;display:block;left:310px;top:-6px;padding:10px 20px;"
>
</div>
</a>
...
...
@@ -88,7 +95,7 @@
<h2>
Hi,
</h2>
<div
id=
"test"
>
<form
action=
"."
method=
"post"
onsubmit=
""
>
<form
action=
"."
method=
"post"
onsubmit=
""
class=
".bg-light"
>
<div
class=
"signUpContainer"
>
<label><b><label
for=
"username"
>
Blazer Id:
</label><br></b></label>
<input
class=
"form-control"
id=
"bid"
name=
"bid"
placeholder=
"Enter BlazerId"
required=
""
type=
"text"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment