-
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.
- Loading branch information
Showing
6 changed files
with
29 additions
and
105 deletions.
There are no files selected for viewing
Empty file.
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
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
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 |
---|---|---|
|
@@ -61,27 +61,7 @@ <h5 class="card-title">Articles</h5> | |
</div> | ||
</div> | ||
</div> | ||
<!-- <div class="container"> | ||
<div class="row my-3"> | ||
|
||
<div class="col-sm-6 col-12 col-lg-12 col-md-12 "> | ||
<div class="card"> | ||
<div class="card-body"> | ||
<h5 class="card-title">Blog</h5> | ||
<p class="card-text">Personal opinion on a variety of topics, from IT to self help, | ||
to religion, to total randomness</p> | ||
<ul class="list-group active my-2"> | ||
<li class="list-group-item">IT</li> | ||
<li class="list-group-item">Productivuty</li> | ||
<li class="list-group-item">Anything else...</li> | ||
</ul> | ||
<a href="blog/index.html" class="btn btn-primary">Explore </a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> --> | ||
|
||
</section> | ||
|
||
|
@@ -105,8 +85,8 @@ <h5 class="card-title">Blog</h5> | |
</div> | ||
</footer> | ||
<script src="assets/js/main.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected].2/dist/umd/popper.min.js" | ||
integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/bootstrap.min.js" | ||
integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" | ||
crossorigin="anonymous"></script> | ||
|
||
|
||
|
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 |
---|---|---|
@@ -1,97 +1,38 @@ | ||
<!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://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
<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"> | ||
<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"> | ||
<link rel="stylesheet" href="../assets/css/index.css"> | ||
<title>Projects</title> | ||
<style> | ||
html, body { | ||
height: 100%; | ||
} | ||
body { | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: space-between; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<div class="container-fluid p-0"> | ||
<header> | ||
|
||
|
||
<header class="bg-primary"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-2"> | ||
<div class="widget no-border m-0"> | ||
<ul | ||
class="list-unstyled text-white icon-sm sm-text-center d-flex flex-row justify-content-start align-items-center"> | ||
|
||
<li class="p-2 ps-0 pe-4"><a href="#"><i class='fa fa-facebook text-white'></i></a></li> | ||
<li class="p-2 pe-4"><a href="#"><i class='fa fa-google-plus text-white'></i></a></li> | ||
<li class="p-2 pe-4"><a href="#"><i class='fa fa-linkedin text-white'></i></a></li> | ||
<li class="p-2 pe-4"><a href="#"><i class='fa fa-twitter text-white'></i></a></li> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
<div class="col-md-8"> | ||
<div class="widget no-border m-0"> | ||
|
||
</header> | ||
<section> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-12"> | ||
This is the project home page | ||
</div> | ||
</div> | ||
<div class="col-md-2"> | ||
<div class="widget no-border rm-0"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</header> | ||
<nav class="navbar navbar-expand-sm bg-dark navbar-dark sticky-top"> | ||
<div class="container"> | ||
<a class="nav-brand col-md-4 ms-0 p-2 ps-0" href="#"> | ||
<!-- <img src="Assets/BEI.png" alt="BEI logo Image" width="120" height="65" class="me-2"> --> | ||
K(e)ith N. Henry | ||
</a> | ||
<ul | ||
class="navbar-nav col-md-8 list-unstyled d-flex flex-row me-0 justify-content-end align-items-center"> | ||
<li class="nav-link p-2 pe-5">Home</li> | ||
<!-- <li class="nav-link p-2 pe-5">Gallery</li> | ||
<li class="nav-link p-2 pe-5">Pages</li> | ||
<li class="nav-link p-2">Blog</li> --> | ||
</ul> | ||
</div> | ||
</nav> | ||
<section> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-12"> | ||
This is the project home page | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
</section> | ||
</div> | ||
<footer> | ||
<div class="container-fluid p-0 bg-primary"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-6">K(e)ith N. Henry</div> | ||
<div class="col-md-6 "> | ||
|
||
</div> | ||
</div> | ||
<div class="row "> | ||
<p> | ||
Copyright 2024 | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
</footer> | ||
<script src="../assets/js/main.js"></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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,9 @@ <h2> | |
|
||
</footer> | ||
<script src="../assets/js/main.js"></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> |