-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (39 loc) · 1.3 KB
/
index.html
File metadata and controls
40 lines (39 loc) · 1.3 KB
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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width", initial-scale="1.0">
<title>COK</title>
<link rel="stylesheet" href="style.css">
<link rel ="icon" href="favicon.svg" type="image/svg">
</head>
<body>
<header>
<h1>COK</h1>
<p>(<strong>C</strong>hristian <strong>OK</strong>okhere)</p>
<nav>
<a href="/">Home</a>
<a href="blog.html">Blog</a>
<a href="photos.html">Photos</a>
<a href="random.html">Random</a>
</nav>
</header>
<main>
<p>
I'm Christian. Originally from Nolensville TN, I am currently a software engineer living in SF. I want to work on interesting ideas with the smartest people. Coding and writing are ways for me to get closer to this goal.
</p>
<p>
Here I will share parts of my life that I believe are worth preserving.
</p>
<p>
Raise or Fold
</p>
<strong>Links:</strong>
<a href="https://github.com/ChristianOkokhere">GitHub, </a>
<a href="https://www.linkedin.com/in/christianokokhere/">Linkedin, </a>
<a href="https://x.com/okokthere">Twitter, </a>
<a href="mailto:cokokhere@gmail.com">Email</a>
</main>
<script defer src="https://cdn.vercel-insights.com/v1/script.js"></script>
</body>
</html>