Skip to content
Snippets Groups Projects
SignUp.html 2.95 KiB
Newer Older
<html class="gr__rc_uab_edu"><head>
<title>User Register</title>
<link rel="shortcut icon" type="image/x-icon" href="/public/favicon.ico">
<link rel="stylesheet" media="all" href="/static/style/application.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
Ishan Patel's avatar
Ishan Patel committed
<style>
.navbar-inverse {
  background-color: rgb(0,99,65);
}

</style>

</head>
<body data-gr-c-s-loaded="true">
<header>
  <nav class="navbar navbar-inverse navbar-static-top">
    <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="/register">Research Computing</a>
      </div>
      <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-9">
	<ul class="nav navbar-nav">

	</ul>
	<div class="navbar-right">
	  <ul class="nav navbar-nav">
	    <li>
	    <a target="_blank" href="https://docs.uabgrid.uab.edu/wiki/Cheaha_GettingStarted">
	      <i class="fas fa-info-circle fa-fw"></i> Online Documentation
	    </a></li>
	    <li>
	  </li></ul>
	</div>
      </div>
Ishan Patel's avatar
Ishan Patel committed
    </div>
  </nav>
</header>
Ishan Patel's avatar
Ishan Patel committed

<div class="container content" role="main" style="
    width: 800;
">

    <div class="col-md-12">
Ishan Patel's avatar
Ishan Patel committed
        <img class="header-logo" height="100" style="margin-bottom: 20px" <img="" src="/static/img/cheaha-logo-a605de0aecd3006b82a5ee30a6d0cb8cd9bf8b7e836296cc293eac746a4c2b11.png">
    <h1>Welcome</h1>
    <h2>Hello user</h2>

    <form action="/" method="post">
      <div class="signUpContainer">
          <label for="name"><b>Full Name:<br></b></label>
          <input class="form-control" type="text" placeholder="Enter Full Name" name="name">

          <label for="email"><b>Email:<br></b></label>
          <input class="form-control" type="text" placeholder="Enter Email Address" name="email">

          <label for="institution"><b>Institution:<br></b></label>
          <input class="form-control" type="text" placeholder="Enter Institution" name="institution">

          <label for="sponsor"><b>Sponsor or Affiliation:<br></b></label>
          <input class="form-control" type="text" placeholder="Enter Sponsor or Affiliation" name="sponsor">
Ishan Patel's avatar
Ishan Patel committed

          <input class="btn btn-primary btn-block" type="submit" value="submit" onclick="return empty()">
      </div>
    </form>
    </div>
    </div>
Ishan Patel's avatar
Ishan Patel committed
<footer>
  <div class="container-fluid">
    <div class="row">
      <div class="col-md-6 col-sm-6">
	    <a href="https://osc.github.io/Open-OnDemand/">
	      <img class="footer-logo" alt="Powered by Open OnDemand" height="40" style="margin-bottom: 20px" src="/static/img/OpenOnDemand_powered_by_RGB-cb3aad5ff5350c7994f250fb334ddcc72e343233ce99eb71fda93beddd76a847.svg">
        </a>
Ishan Patel's avatar
Ishan Patel committed
      </div>
    </div>
  </div><!-- /.container -->