-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 879063c
Showing
13 changed files
with
634 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,154 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<!-- 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://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" | ||
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous"> | ||
|
||
<title>iCoder - Heaven for Programmers </title> | ||
</head> | ||
|
||
<body> | ||
<!-- Navbar started --> | ||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark"> | ||
<a class="navbar-brand" href="#">iCoder</a> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" | ||
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
|
||
<div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||
<ul class="navbar-nav mr-auto"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a> | ||
</li> | ||
<li class="nav-item active"> | ||
<a class="nav-link" href="about.html">About</a> | ||
</li> | ||
<li class="nav-item dropdown"> | ||
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" | ||
aria-expanded="false"> | ||
Topics | ||
</a> | ||
<div class="dropdown-menu"> | ||
<a class="dropdown-item" href="#">Technology</a> | ||
<a class="dropdown-item" href="#">Web Devlopment</a> | ||
<div class="dropdown-divider"></div> | ||
<a class="dropdown-item" href="#">Support</a> | ||
<a class="dropdown-item" href="#">Write for us</a> | ||
</div> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="contact.html">Contact Us</a> | ||
</li> | ||
</ul> | ||
<form class="form-inline my-2 my-lg-0"> | ||
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search"> | ||
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button> | ||
</form> | ||
</div> | ||
</nav> | ||
<!-- Navbar End --> | ||
|
||
<!-- About Start --> | ||
<div class="container my-4"> | ||
<hr> | ||
<!-- About 1 --> | ||
<div class="row featurette d-flex justify-content-center align-items-center"> | ||
<div class="col-md-7"> | ||
<h2 class="featurette-heading">It all started with iCoder's Idea. <span class="text-muted">It’ll blow | ||
your | ||
mind.</span> | ||
</h2> | ||
<p class="lead">Some great placeholder content for the first featurette here. Imagine some exciting | ||
prose here. | ||
</p> | ||
</div> | ||
<div class="col-md-5"> | ||
<img class="img-fluid" src="about-1.jpg" alt=""> | ||
</div> | ||
</div> | ||
<hr> | ||
|
||
<!-- About 2 --> | ||
<div class="row featurette d-flex justify-content-center align-items-center"> | ||
<div class="col-md-7 order-md-2"> | ||
<h2 class="featurette-heading">We started iCoder in 1877. <span class="text-muted">It’ll blow your | ||
mind.</span> | ||
</h2> | ||
<p class="lead">Some great placeholder content for the first featurette here. Imagine some exciting | ||
prose here. | ||
</p> | ||
</div> | ||
<div class="col-md-5 order-md-1"> | ||
<img class="img-fluid" src="about-2.jpg" alt=""> | ||
</div> | ||
</div> | ||
<hr> | ||
|
||
<!-- About 3 --> | ||
<div class="row featurette d-flex justify-content-center align-items-center"> | ||
<div class="col-md-7"> | ||
<h2 class="featurette-heading">First featurette heading. <span class="text-muted">It’ll blow your | ||
mind.</span> | ||
</h2> | ||
<p class="lead">Some great placeholder content for the first featurette here. Imagine some exciting | ||
prose here. | ||
</p> | ||
</div> | ||
<div class="col-md-5"> | ||
<img class="img-fluid" src="about-3.jpg" alt=""> | ||
</div> | ||
</div> | ||
</div> | ||
<hr> | ||
<!-- About Start --> | ||
|
||
<!-- Footer Start --> | ||
<footer class="container"> | ||
<p class="float-right"><a href="#">Back to top</a></p> | ||
<p>© 2022-2023 iCoder, Inc. · <a href="#">Privacy</a> · <a href="#">Terms</a></p> | ||
</footer> | ||
<!-- Footer End --> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!-- Optional JavaScript; choose one of the two! --> | ||
|
||
<!-- Option 1: jQuery and Bootstrap Bundle (includes Popper) --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js" | ||
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" | ||
crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" | ||
crossorigin="anonymous"></script> | ||
|
||
<!-- Option 2: Separate Popper and Bootstrap JS --> | ||
<!-- | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-+sLIOodYLS7CIrQpBjl+C7nPvqq+FbNUBDunl/OZv93DB7Ln/533i8e/mZXLi/P+" crossorigin="anonymous"></script> | ||
--> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,165 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<!-- 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://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" | ||
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous"> | ||
|
||
<title>iCoder - Heaven for Programmers </title> | ||
</head> | ||
|
||
<body> | ||
<!-- Navbar started --> | ||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark"> | ||
<a class="navbar-brand" href="#">iCoder</a> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" | ||
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
|
||
<div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||
<ul class="navbar-nav mr-auto"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="about.html">About</a> | ||
</li> | ||
<li class="nav-item dropdown"> | ||
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" | ||
aria-expanded="false"> | ||
Topics | ||
</a> | ||
<div class="dropdown-menu"> | ||
<a class="dropdown-item" href="#">Technology</a> | ||
<a class="dropdown-item" href="#">Web Devlopment</a> | ||
<div class="dropdown-divider"></div> | ||
<a class="dropdown-item" href="#">Support</a> | ||
<a class="dropdown-item" href="#">Write for us</a> | ||
</div> | ||
</li> | ||
<li class="nav-item active"> | ||
<a class="nav-link" href="/contact.html">Contact Us</a> | ||
</li> | ||
</ul> | ||
<form class="form-inline my-2 my-lg-0"> | ||
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search"> | ||
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button> | ||
</form> | ||
</div> | ||
</nav> | ||
<!-- Navbar End --> | ||
|
||
<!-- Contact Form Start --> | ||
<div class="container my-4"> | ||
<h2>Contact Us</h2> | ||
<form> | ||
<div class="form-group"> | ||
<label for="exampleFormControlInput1">Email address</label> | ||
<input type="email" class="form-control" id="exampleFormControlInput1" placeholder="[email protected]"> | ||
</div> | ||
|
||
<div class="form-group"> | ||
<label for="exampleFormControlSelect1">Example select</label> | ||
<select class="form-control" id="exampleFormControlSelect1"> | ||
<option>Web</option> | ||
<option>Tech Stack</option> | ||
<option>Technology</option> | ||
<option>Others</option> | ||
</select> | ||
</div> | ||
|
||
<div class="form-group row"> | ||
<div class="col-sm-2">Are you a Member?</div> | ||
<div class="col-sm-10"> | ||
<div class="form-check"> | ||
<input class="form-check-input" type="checkbox" id="gridCheck1"> | ||
<label class="form-check-label" for="gridCheck1"> | ||
Yes | ||
</label> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="form-group row"> | ||
<div class="col-sm-2">Are you a Professor?</div> | ||
<div class="col-sm-10"> | ||
<div class="form-check"> | ||
<input class="form-check-input" type="checkbox" id="gridCheck2"> | ||
<label class="form-check-label" for="gridCheck2"> | ||
Yes | ||
</label> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="form-group row"> | ||
<div class="col-sm-2">Are you a Coder?</div> | ||
<div class="col-sm-10"> | ||
<div class="form-check"> | ||
<input class="form-check-input" type="checkbox" id="gridCheck3"> | ||
<label class="form-check-label" for="gridCheck3"> | ||
Yes | ||
</label> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="form-group"> | ||
<label for="exampleFormControlTextarea1">Tell us about yourself</label> | ||
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3"></textarea> | ||
</div> | ||
|
||
<button type="submit" class="btn btn-primary">Submit</button> | ||
</form> | ||
</div> | ||
<!-- Contact Form end --> | ||
|
||
<!-- Footer Start --> | ||
<footer class="container"> | ||
<p class="float-right"><a href="#">Back to top</a></p> | ||
<p>© 2022-2023 iCoder, Inc. · <a href="#">Privacy</a> · <a href="#">Terms</a></p> | ||
</footer> | ||
<!-- Footer End --> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!-- Optional JavaScript; choose one of the two! --> | ||
|
||
<!-- Option 1: jQuery and Bootstrap Bundle (includes Popper) --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js" | ||
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" | ||
crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" | ||
crossorigin="anonymous"></script> | ||
|
||
<!-- Option 2: Separate Popper and Bootstrap JS --> | ||
<!-- | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-+sLIOodYLS7CIrQpBjl+C7nPvqq+FbNUBDunl/OZv93DB7Ln/533i8e/mZXLi/P+" crossorigin="anonymous"></script> | ||
--> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.