-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
108 lines (97 loc) · 3.59 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!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]/font/bootstrap-icons.css">
<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="assets/css/index.css">
<title>K(e)ith N. Henry</title>
</head>
<body>
<div class="container-fluid p-0">
<header>
</header>
<div class="main-content">
<section p-3 p-sm-0>
<div class="container mb-3 p-3">
<!-- <h2>
Hi, I'm Keith Henry Nambale </h2> <span class="mb-2">
Maker and owner of this site and all it has to offer. I am a
Computer Engineering student and a Christian. I like to read and study about topics outside my
area of formal education.
</span>
<p>
On here, I share a lot from various areas of my life. From work related info (my resume, my
portfolio, and contact
details) to personal writing inspired by what I've learnt reading and thinking about a variety
of subjects.
</p> -->
<div class="jumbotron-wrapper" style="background-image: url(./assets/images/img04.jpg);
background-position: center;
background-size: cover;">
<div class="container py-4">
<div class="jumbotron text-white">
<h1 class="display-4">Hi!</h1>
<p class="lead">I'm Keith Henry Nambale</p>
<hr class="my-4">
<p>Maker and owner of this site and all it has to offer. I am a
Computer Engineering student and a Christian. I like to read and study about topics
outside my
area of formal education.</p>
<p>
On here, I share a lot from various areas of my life. From work related info (my
resume, my
portfolio, and contact
details) to personal writing inspired by what I've learnt reading and thinking about
a variety
of subjects.
</p>
<p class="lead">
<a class="btn-lg btn-bg-plain button" href="#" role="button">More About Me</a>
</p>
</div>
</div>
</div>
<p class="my-2">
Explore More;
</p>
<div class="custom-row"
style="display: flex; width: 100%; flex-direction: row; align-items: center; justify-content: space-between; flex-wrap: nowrap;">
<div class="custom-row-item">
<a href="/projects/index.html">
<button class="button-plain-bg me-2 w-30 text-nowrap px-2">
My Projects
</button>
</a>
</div>
<div class="custom-row-item">
<a href="/writing/index.html">
<button class="button-plain-bg me-2 w-30 text-nowrap px-2">
My Writing
</button>
</a>
</div>
<div class="custom-row-item">
<a href="">
<button class="button-plain-bg text-nowrap px-2">
Work Info
</button>
</a>
</div>
</div>
</div>
</section>
</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>