-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added home.html. preparing to create a central hub for all my work, t…
…his will be sorta like a landing page
- Loading branch information
Showing
2 changed files
with
71 additions
and
2 deletions.
There are no files selected for viewing
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,69 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name='viewport' content='width=device-width, initial-scale=1.0'> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> | ||
<title>Keith NH</title> | ||
</head> | ||
<body> | ||
<div class="container-fluid"> | ||
<header> | ||
<div class="col-md-2"> | ||
<div class="widget no-border m-0"> | ||
</div> | ||
</div> | ||
<div class="col-md-8"> | ||
<div class="widget no-border m-0"> | ||
</div> | ||
</div> | ||
<div class="col-md-2"> | ||
<div class="widget no-borde rm-0"> | ||
</div> | ||
</div> | ||
</header> | ||
<nav> | ||
<div class="col-md-4">email</div> | ||
<div class="col-md-8">telegram</div> | ||
</nav> | ||
<div class="main-content"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<div class="card"></div> | ||
</div> | ||
<div class="col-md-6"> | ||
<div class="card"></div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<div class="card"></div> | ||
</div> | ||
<div class="col-md-6"> | ||
<div class="card"></div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<div class="card"></div> | ||
</div> | ||
<div class="col-md-6"> | ||
<div class="card"></div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<footer> | ||
</footer> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" 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