Skip to content

Commit

Permalink
Restructured metadata in index.html, added images
Browse files Browse the repository at this point in the history
  • Loading branch information
SunDevil311 committed Jun 8, 2024
1 parent 773c5d7 commit 7c12c33
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 37 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
index2.html
img/logo_alt.png
index.bak
Binary file added img/facebook_img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
75 changes: 39 additions & 36 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,36 +1,39 @@
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<!-- og meta -->
<meta property="og:type" value="website" />
<meta property="og:title" value="Network Engineering Pro" />
<meta property="og:description" value="NetEng.pro - FOSS | Android | Privacy and Security Hardening" />
<meta property="og:url" value="https://www.neteng.pro/" />
<meta property="og:locale" value="en_US" />
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Network Engineering Pro</title>
<meta name="description" content="NetEng.pro - FOSS | Android | Privacy and Security Hardening">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--link rel="stylesheet" href=""><!-->
</head>
<body>
<h1><i>Coming Soon...</i></h1>

&NonBreakingSpace; <!-- space for clarity -->

<ul>
<li><p style="font-size:16px; "><a href="https://github.com/NetEng-Pro/neteng-pro.github.io/">GitHub</a></p></li>
</ul>

&NonBreakingSpace; <!-- space for clarity -->

<hr>

&copy; 2024 &nbsp; <a href="https://scottlopez.bio.link">Scott Lopez</a> &nbsp; | &nbsp; <a rel="me" href="https://noc.social/@sundevil311">Mastodon</a>
</body>
</html>
<!DOCTYPE html>
<html>
<head prefix="og: https://ogp.me/ns/website#">

<!-- og meta -->
<meta property="og:title" value="Network Engineering Pro" />
<meta property="og:type" value="website" />
<meta property="og:image" content="img/facebook_img.png" />
<meta property="og:url" value="https://www.neteng.pro/" />
<meta property="og:description" value="NetEng.pro - FOSS | Android | Privacy &amp; Security Hardening" />
<meta property="og:locale" value="en_US" />
<!-- end og meta -->

<meta charset="utf-8" />
<meta name="description" content="NetEng.pro - FOSS | Android | Privacy &amp; Security Hardening" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Network Engineering Pro</title>
<!--link rel="stylesheet" href=""><!-->
</head>
<body>
<h1><i>Coming Soon...</i></h1>

&NonBreakingSpace;
<!-- space for clarity -->

<ul>
<li>
<p style="font-size:16px; "><a href="https://github.com/NetEng-Pro/neteng-pro.github.io/">GitHub</a></p>
</li>
</ul>

&NonBreakingSpace;
<!-- space for clarity -->

<hr />

&copy; &nbsp; 2024 <a href="https://scottlopez.bio.link">Scott Lopez</a> &nbsp; | &nbsp; <a rel="me" href="https://noc.social/@sundevil311">Mastodon</a>
</body>
</html>

0 comments on commit 7c12c33

Please sign in to comment.