-
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.
designed article template, changed folder structure
- Loading branch information
Showing
36 changed files
with
469 additions
and
200 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file removed
BIN
-52.3 KB
assets/bududa-education-initiative-high-resolution-logo-black-transparent.png
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
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,9 @@ | ||
<!--Bootstrap css cdn--> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> | ||
<!--Bootstrap js cdn--> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" | ||
integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" | ||
crossorigin="anonymous"></script> | ||
<!--fontawesome icons link--> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> |
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,17 @@ | ||
<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> |
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,21 @@ | ||
<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"> | ||
<title>K(e)ith N. Henry</title> | ||
<style> | ||
|
||
html, body { | ||
height: 100%; | ||
} | ||
body { | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: space-between; | ||
} | ||
|
||
</style> | ||
</head> |
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,28 @@ | ||
<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"> | ||
|
||
</div> | ||
</div> | ||
<div class="col-md-2"> | ||
<div class="widget no-border rm-0"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</header> |
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,15 @@ | ||
<nav class="navbar navbar-expand-sm bg-dark navbar-dark sticky-top"> | ||
<div class="container"> | ||
<p class="col-md-4 ms-0 p-2 text-white no-decoration m-0" href="#"> | ||
<!-- <img src="Assets/BEI.png" alt="BEI logo Image" width="120" height="65" class="me-2"> --> | ||
K(e)ith N. Henry | ||
</p> | ||
<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> |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -9,10 +9,23 @@ | |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> | ||
<title>K(e)ith N. Henry</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 class="bg-primary"> | ||
<div class="container"> | ||
<div class="row"> | ||
|
@@ -30,23 +43,20 @@ | |
</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-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" href="#"> | ||
<p class="col-md-4 ms-0 p-2 text-white no-decoration m-0" href="#"> | ||
<!-- <img src="Assets/BEI.png" alt="BEI logo Image" width="120" height="65" class="me-2"> --> | ||
K(e)ith N. Henry | ||
</a> | ||
</p> | ||
<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> | ||
|
@@ -92,13 +102,13 @@ <h5 class="card-title">Articles</h5> | |
<li class="list-group-item">Software</li> | ||
|
||
</ul> | ||
<a href="articles/index.html" class="btn btn-primary">Explore</a> | ||
<a href="writing/index.html" class="btn btn-primary">Explore</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="container"> | ||
<!-- <div class="container"> | ||
<div class="row my-3"> | ||
<div class="col-sm-6 col-12 col-lg-12 col-md-12 "> | ||
|
@@ -118,7 +128,7 @@ <h5 class="card-title">Blog</h5> | |
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> --> | ||
|
||
</section> | ||
|
||
|
@@ -144,9 +154,7 @@ <h5 class="card-title">Blog</h5> | |
<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> | ||
|
||
|
Oops, something went wrong.