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
10 changes: 10 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">

<title>iCoder - Heaven for Programmers</title>
<style>

footer{
background-color: rgb(223, 226, 23);
height: 50px;
text-align: center;
padding-top: 15px;

}
</style>
</head>

<body>
Expand Down
14 changes: 13 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">

<title>iCoder - Heaven for Programmers</title>
<style>

footer{
background-color: rgb(223, 226, 23);
height: 50px;
text-align: center;
padding-top: 15px;

}
</style>
</head>

<body>
Expand Down Expand Up @@ -50,8 +60,10 @@

</ul>
<form class="form-inline my-2 my-lg-0">
<a href="https://www.google.co.in/">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-light my-2 my-sm-0" type="submit">Search</button>
</a>
<button class="btn btn-outline-light my-2 my-sm-0" type="submit">Search</button></a>
</form>
<div class="mx-2">
<button class="btn btn-danger" data-toggle="modal" data-target="#loginModal">Login</button>
Expand Down
1 change: 1 addition & 0 deletions tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">

<title>Hello, world!</title>

</head>

<body>
Expand Down