Skip to content

Instantly share code, notes, and snippets.

@poloey
Created November 13, 2017 07:52
Show Gist options
  • Save poloey/45f815f50a37cb24581b4588ead4aca8 to your computer and use it in GitHub Desktop.
Save poloey/45f815f50a37cb24581b4588ead4aca8 to your computer and use it in GitHub Desktop.
rules of exam
<!doctype html>
<html lang="en">
<head>
<title>Hello, world!</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<style>
p {
font-size: 25px;
line-height: 25px;
}
a.btn.btn-link {
font-size: 30px;
line-height: 28px;
}
</style>
</head>
<body class="bg-info">
<div class="container">
<div class="card bg-light">
<div class="card-header">
<h2>Rules of registration</h2>
</div>
<div class="card-body">
<p>first Go to <a class="btn btn-link" href="#">wheebox.com/bcc</a></p>
<p>Click on register</p>
<p><strong>registration verification:</strong> 6029</p>
<p><strong>Login verification:</strong> 1574</p>
<p><strong>Password:</strong> 123456</p>
<p><strong>Training:</strong> Top up it</p>
<p><strong>University:</strong> UY systems ltd</p>
<p><strong>University Location:</strong> Dhaka</p>
<p><strong>Department:</strong> multiple</p>
<p><strong>Roll:</strong> last 4 digit of your mobile number</p>
<p><strong>Gpa:</strong> write gpa with out dot. eg. for 4.50 it will be 450</p>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment