Skip to content

Commit

Permalink
gitignore and skn2.pmg
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler M. Neher <tyler@neherdata.com>
  • Loading branch information
tylermneher committed Jun 29, 2023
1 parent a29c130 commit c873cb4
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 127 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
257 changes: 130 additions & 127 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,133 +1,136 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />

<title>Saint Kitts and Nevis at the United Nations General Assembly</title>
<meta property="og:title" content="Saint Kitts and Nevis at the United Nations General Assembly" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://skn-un.tylermneher.me/" />
<meta property="og:description" content="Saint Kitts and Nevis at the United Nations General Assembly" />
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<!-- Load an icon library to show a hamburger menu (bars) on small screens -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />

<style>
* {
box-sizing: border-box;
font-family: monospace;
}


/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
display: none;
}


body {
margin: 0;
font-family: monospace;
}

/* Style the top navigation bar */
.topnav {
overflow: hidden;
background-color: #333;
}

/* Style the topnav links */
.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
background-color: #ddd;
color: black;
}

/* Style the content */
.content {
background-color: #ddd;
padding: 10px;
text-align: center;
-webkit-text-size-adjust: auto;
-moz-text-size-adjust: auto;
-ms-text-size-adjust: auto;
text-size-adjust: auto;
/* Should be removed. Only for demonstration */
}

/* Style the footer */
.footer {
background-color: #f1f1f1;
padding: 10px;
text-align: left;
}

img {
width: 80%;
height: auto;
padding: 5px;
}
/* Style the hamburger menu */
.topnav a.icon {
position: absolute;
right: 0;
top: 0;
}
</style>

<script>
function myFunction() {
var x = document.getElementById("myLinks");
if (x.style.display === "block") {
x.style.display = "none";
} else {
x.style.display = "block";
}
<head>
<meta charset="utf-8" />

<title>Saint Kitts and Nevis at the United Nations General Assembly</title>
<meta property="og:title" content="Saint Kitts and Nevis at the United Nations General Assembly" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://skn-un.tylermneher.me/" />
<meta property="og:description" content="Saint Kitts and Nevis at the United Nations General Assembly" />
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<!-- Load an icon library to show a hamburger menu (bars) on small screens -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />

<style>
* {
box-sizing: border-box;
font-family: monospace;
}


/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
display: none;
}


body {
margin: 0;
font-family: monospace;
}

/* Style the top navigation bar */
.topnav {
overflow: hidden;
background-color: #333;
}

/* Style the topnav links */
.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
background-color: #ddd;
color: black;
}

/* Style the content */
.content {
background-color: #ddd;
padding: 10px;
text-align: center;
-webkit-text-size-adjust: auto;
-moz-text-size-adjust: auto;
-ms-text-size-adjust: auto;
text-size-adjust: auto;
/* Should be removed. Only for demonstration */
}

/* Style the footer */
.footer {
background-color: #f1f1f1;
padding: 10px;
text-align: left;
}

img {
width: 80%;
height: auto;
padding: 5px;
}

/* Style the hamburger menu */
.topnav a.icon {
position: absolute;
right: 0;
top: 0;
}
</style>

<script>
function myFunction() {
var x = document.getElementById("myLinks");
if (x.style.display === "block") {
x.style.display = "none";
} else {
x.style.display = "block";
}
</script>
<!-- Top Navigation Menu -->

<div class="topnav">
<a> | Tyler M. Neher |</a>
<!-- Navigation links (hidden by default) -->
<div id="myLinks">
<a href="https://www.github.com/tylermneher">My GitHub</a>
<a href="https://www.linkedin.com/in/tylermneher">My Linkedin</a>
<a href="https://registry.jsonresume.org/tylermneher">My Resume</a>
<a href="mailto:tyler.neher@gmail.com">Email Me</a>
</div>
}
</script>
<!-- Top Navigation Menu -->

<div class="topnav">
<a> | Tyler M. Neher |</a>
<!-- Navigation links (hidden by default) -->
<div id="myLinks">
<a href="https://www.github.com/tylermneher">My GitHub</a>
<a href="https://www.linkedin.com/in/tylermneher">My Linkedin</a>
<a href="https://registry.jsonresume.org/tylermneher">My Resume</a>
<a href="mailto:tyler.neher@gmail.com">Email Me</a>
</div>
<!-- "Hamburger menu" / "Bar icon" to toggle the navigation links -->
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</head>

<div class="content">
<h2>Saint Kitts and Nevis at the United Nations General Assembly</h2>
<p><i>Our Prime Minister and the delegation in photos.</i></p>

<img alt="skn0" src="skn0.png" />
<br />
<img alt="skn1" src="skn1.png" />
<br />
<img alt="skn2" src="skn2.png" />
<br />
<img alt="skn3" src="skn3.png" />
</div>

<div class="footer">
<p>© Tyler M. Neher 2023</p>
</div>
</html>
<!-- "Hamburger menu" / "Bar icon" to toggle the navigation links -->
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</head>

<div class="content">
<h2>Saint Kitts and Nevis at the United Nations General Assembly</h2>
<p><i>Our Prime Minister and the delegation in photos.</i></p>

<img alt="skn0" src="skn0.png" />
<br />
<img alt="skn1" src="skn1.png" />
<br />
<img alt="skn2" src="skn2.png" />
<br />
<img alt="skn3" src="skn3.png" />
</div>

<div class="footer">
<p>© Tyler M. Neher 2023</p>
</div>

</html>
Binary file modified skn2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c873cb4

Please sign in to comment.