Skip to content
Snippets Groups Projects
Commit ff3d6ff9 authored by Mitchell Moore's avatar Mitchell Moore
Browse files

Resize logo and form. Add welcome message placeholder

parent aa0ef37d
No related branches found
No related tags found
1 merge request!2Feat update ui (pre react)
......@@ -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="100%" style="margin-bottom: 20px" src="{{ url_for('static', filename='img//Supercomputer-logo-final-01.jpg') }}">
<img alt="logo" height="auto" width="300" style="margin-bottom: 20px" src="{{ url_for('static', filename='img/logo.svg') }}">
<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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment