Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Registration Page UI

This Ui is not responsive but looks awesome! :tada:

Made by: [Ritwick Bhargav](https://github.com/ritwickbhargav80)
99 changes: 69 additions & 30 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,49 @@
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap" rel="stylesheet">

<style>
body
{
background-image: url(bg.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
nav
{
background: white;
padding: 5px;
}
.navbar-brand
{
margin-right: 2%;
padding: 0px;
}
.DSC
{
width: 20%;
padding-top: 2%;
}
.DSC-Written
{
color: black;
font-family: 'Montserrat', sans-serif;
padding-left: 20px;
font-size: 150%;
font-weight: 500;
}
.branch
{
border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
border-bottom-color: black;
padding: 0px;
padding-bottom: 1%;
color:rgb(165, 165, 165);
font-family: 'Montserrat', sans-serif;
font-size: 88%;
width: 40%;
}
a:hover
{
background: rgb(245, 244, 244);
Expand All @@ -21,14 +64,23 @@
font-family: 'Montserrat', sans-serif;
font-size: 80%;
}
option
{
font-size: 100%;
font-family: 'Montserrat', sans-serif;
}
h3
{
padding-top: 5px;
font-family: 'Montserrat', sans-serif;
}
</style>
<title>DSC</title>
</head>
<body style="background-image: url(bg.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;">
<!--img class="img-responsive" src="bg.jpg" style="height: 100%; width: 100%;" /-->
<nav class="navbar fixed-top navbar-expand-md custom-navbar navbar-dark text-center" style="background: white; padding: 5px;">
<img class="navbar-brand" src=".\giphy1.gif" id="logo_custom" width="7%" alt="logo" style="margin-right: 2%; padding: 0px;">
<h3 class="text-center" style="font-family: 'Montserrat', sans-serif; padding-top: 5px;">DSC:KIET</h3>
<body>
<nav class="navbar fixed-top navbar-expand-md custom-navbar navbar-dark text-center">
<img class="navbar-brand" src=".\giphy1.gif" id="logo_custom" width="7%" alt="logo">
<h3 class="text-center">DSC:KIET</h3>
<button class="navbar-toggler navbar-toggler-right custom-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar" style="border-color: black;">
<span class="navbar-toggler-icon"></span>
</button>
Expand All @@ -54,26 +106,13 @@ <h3 class="text-center" style="font-family: 'Montserrat', sans-serif; padding-to
</li>
</ul>
</div>
</nav>
<!--div class="container" style="width: 100%; height: 100%; padding: 25%; ">
<div class="row">
<div class="col">
One of three columns
</div>
<div class="col">
One of three columns
</div>
</div>
</div-->




</nav>

<div class="container">
<div class="row justify-content-md-center" style="margin-top: 14%; margin-left:2%; width: 100%;">
<div class="col-sm-4 text-center"><img src="ezgif.com-crop.gif" style=" border-top-left-radius: 10px; border-bottom-left-radius: 10px;"></div>
<div class="col-sm-7 text-left" style="width: 27%; background:rgb(255, 255, 255); border-top-right-radius: 10px; border-bottom-right-radius: 10px;">
<img src="logo.JPG" style=" width: 20%; padding-top: 2%;"><b style="color: black; font-family: 'Montserrat', sans-serif; padding-left: 20px; font-size: 150%; font-weight: 500;">Developer Student Clubs</b><br>
<img src="logo.JPG" class="DSC"><b class="DSC-Written">Developer Student Clubs</b><br>
<form>
<div class="form-group">
<br>
Expand Down Expand Up @@ -108,15 +147,15 @@ <h3 class="text-center" style="font-family: 'Montserrat', sans-serif; padding-to
<div class="col">
<label for="exampleFormControlInput1" style="color: black; font-family: 'Montserrat', sans-serif; font-size: 90%; font-weight: 500; margin-bottom: 0px; margin-top: 2%;">Branch:</label>
<div class="dropdown">
<select style="border-top-color: transparent; border-left-color: transparent; border-right-color: transparent; border-bottom-color: black; padding: 0px; padding-bottom: 1%; color:rgb(165, 165, 165); font-family: 'Montserrat', sans-serif; font-size: 88%; width: 40%;">
<option value="volvo" style="font-size: 100%; font-family: 'Montserrat', sans-serif;">CSE</option>
<option value="saab" style="font-size: 100%; font-family: 'Montserrat', sans-serif;">CSI</option>
<option value="opel" style="font-size: 100%; font-family: 'Montserrat', sans-serif;">IT</option>
<option value="audi" style="font-size: 100%; font-family: 'Montserrat', sans-serif;">ECE</option>
<option value="audi" style="font-size: 100%; font-family: 'Montserrat', sans-serif;">EN</option>
<option value="audi" style="font-size: 100%; font-family: 'Montserrat', sans-serif;">EI</option>
<option value="audi" style="font-size: 100%; font-family: 'Montserrat', sans-serif;">CE</option>
<option value="audi" style="font-size: 100%; font-family: 'Montserrat', sans-serif;">ME</option>
<select class="branch">
<option value="CSE">CSE</option>
<option value="CSI">CSI</option>
<option value="IT">IT</option>
<option value="ECE">ECE</option>
<option value="EN">EN</option>
<option value="EI">EI</option>
<option value="CE">CE</option>
<option value="ME">ME</option>
</select>
</div>
</div>
Expand Down