Skip to content

Commit

Permalink
temp done
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaknowal committed Sep 18, 2021
1 parent a41b5b8 commit 10a1aef
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
Binary file added BYE BHRASTACHAR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 10 additions & 5 deletions Status.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
padding: 15px;
text-align: center;
}

img.logo{
display: inline;
width: 3%;
border-radius: 50%;
}
/* CSS property for navigation menu */
.nav_menu {
overflow: hidden;
Expand All @@ -34,16 +38,17 @@
<body>
<!-- header of website layout -->
<div class = "header">
<img src="/BYE BHRASTACHAR.png" alt="Logo" class="logo">
<h2 style = "color: palevioletred;font-size:200%;">
Copilot
Bye Bhrastachar
</h2>
</div>

<!-- navigation menu for website layout -->
<div class = "nav_menu">
<a href = "#">My profile</a>
<a href = "#">Fines</a>
<a href = "#">Status</a>
<a href = "#">Home</a>
<a href = "/Status.html">Status</a>
<a href = "#">Profile</a>
</div><br>


Expand Down
17 changes: 11 additions & 6 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
padding: 15px;
text-align: center;
}

img.logo{
display: inline;
width: 3%;
border-radius: 50%;
}
/* CSS property for navigation menu */
.nav_menu {
overflow: hidden;
Expand Down Expand Up @@ -164,16 +168,17 @@
<body>
<!-- header of website layout -->
<div class = "header">
<img src="/BYE BHRASTACHAR.png" alt="Logo" class="logo">
<h2 style = "color: palevioletred;font-size:200%;">
Copilot
Bye Bhrastachar
</h2>
</div>

<!-- navigation menu for website layout -->
<div class = "nav_menu">
<a href = "#">My profile</a>
<a href = "#">Fines</a>
<a href = "#">Status</a>
<a href = "#">Home</a>
<a href = "/Status.html">Status</a>
<a href = "#">Profile</a>
</div><br>

<center style = "font-size:200%;">
Expand All @@ -189,7 +194,7 @@ <h2>Login Form</h2>
<div class="imgcontainer">
<span onclick="document.getElementById('id01').style.display='none'" class="close" title="Close Modal">×</span>
<img src=
"#" alt="Avatar" class="avatar">
"/BYE BHRASTACHAR.png" alt="Avatar" class="avatar">
</div>

<div class="container">
Expand Down

0 comments on commit 10a1aef

Please sign in to comment.