Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lil-armstrong committed Jul 22, 2023
1 parent 13333a8 commit b9f031c
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 159 deletions.
2 changes: 1 addition & 1 deletion assets/index-4ac64a8a.css → assets/index-81359a5e.css

Large diffs are not rendered by default.

153 changes: 0 additions & 153 deletions assets/index-9686d8dc.js

This file was deleted.

127 changes: 127 additions & 0 deletions assets/index-b6a839fe.js

Large diffs are not rendered by default.

55 changes: 50 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,54 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ebong Okposong - Personal portfolio website</title>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/portfolio/me.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>lil-armstrong</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="language" content="en" />
<meta name="author" content="Okposong, oebong1@gmail.com" />
<meta
name="owner"
content="Ebong, Okposong - https://github.com/lil-armstrong"
/>
<meta
name="summary"
content="Software engineer with a passion for solving complex problems
and creating innovative solutions."
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
/>
<meta
name="keyword"
content="javascript, Nodejs, developer, Software engineer, portfolio"
/>
<meta name="og:site_name" content="Okposong's portfolio website" />
<meta
name="title"
property="og:title"
content="Ebong Okposong | Software Engineer"
/>
<meta name="region" property="og:region" content="MU" />
<meta name="country-name" property="og:country-name" content="Deutschland" />
<meta name="copyright" content="Okposong Ebong" />
<meta
name="description"
property="og:description"
content="Connect with Okposong. He is a software engineer with proven years of experience"
/>
<meta
name="image"
property="og:image"
content="https://lil-armstrong.github.io/portfolio/me.png"
/>
<meta
name="url"
property="og:url"
content="https://lil-armstrong.github.io/portfolio/"
/>
<meta name="type" property="og:type" content="website" />
<meta name="HandheldFriendly" content="true" />
<meta
name="theme-color"
media="(prefers-color-scheme: light)"
Expand All @@ -15,8 +59,9 @@
media="(prefers-color-scheme: dark)"
content="#141a31"
/>
<script type="module" crossorigin src="/portfolio/assets/index-9686d8dc.js"></script>
<link rel="stylesheet" href="/portfolio/assets/index-4ac64a8a.css">
<link rel="shortcut icon" type="image/png" href="me.png" />
<script type="module" crossorigin src="/portfolio/assets/index-b6a839fe.js"></script>
<link rel="stylesheet" href="/portfolio/assets/index-81359a5e.css">
</head>
<body class="hidden_scrollbar">
<div id="root"></div>
Expand Down

0 comments on commit b9f031c

Please sign in to comment.