Skip to content

Commit

Permalink
add nav to home and decks
Browse files Browse the repository at this point in the history
  • Loading branch information
tsanva authored Aug 23, 2023
1 parent 7de196f commit 3240fe3
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 0 deletions.
1 change: 1 addition & 0 deletions certs.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<link rel="manifest" href="img/site.webmanifest" />
</head>
<body>
<h1><a href="index.html">home</a></h1>
<h1><a href="https://www.cloudskillsboost.google/public_profiles/72997e0b-30d7-4e5b-91b9-ada67d826da3">my qwiklabs/gcsb profile</a></h1>
<h1><a href="https://www.dicoding.com/users/tsanva/academies?graduation_status=graduated">dicoding profile</a></h1>
<h1><a href="https://www.credly.com/users/vasant-paradissa-nuno-sakti/badges">credly (cisco stuffs)</a></h1>
Expand Down
31 changes: 31 additions & 0 deletions decks/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pz // vasant dot xyz</title>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/img/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/img/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/img/favicon-16x16.png"
/>
<link rel="manifest" href="img/site.webmanifest" />
</head>
<body>
<h1><a href="/index.html">home</a></h1>
<h1><a href="intro-to-code.html">intro-to-code</a></h1>
</body>
</html>
32 changes: 32 additions & 0 deletions decks/intro-to-code.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pz // vasant dot xyz</title>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/img/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/img/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/img/favicon-16x16.png"
/>
<link rel="manifest" href="img/site.webmanifest" />
</head>
<body>
<h1><a href="/index.html">home</a></h1>
<h1><a href="https://storage.googleapis.com/pz-decks/intro-to-code/intro-to-code.pdf">intro-to-code (pdf)</a></h1>
<h1><a href="https://storage.googleapis.com/pz-decks/intro-to-code/intro-to-code.pptx">intro-to-code (pptx)</a></h1>
</body>
</html>
1 change: 1 addition & 0 deletions gpg.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<link rel="manifest" href="img/site.webmanifest" />
</head>
<body>
<h1><a href="index.html">home</a></h1>
<pre>-----BEGIN PGP PUBLIC KEY BLOCK-----

mQINBGLOwAwBEADyxn1nnS2KuHhzpKZwRQZus075/DAeXav67GPpaEKgz+rOYQvP
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<link rel="manifest" href="img/site.webmanifest" />
</head>
<body>
<h1><a href="decks/index.html">decks</a></h1>
<h1><a href="https://blog.vasant.xyz">blog</a></h1>
<h1><a href="certs.html">certs not in linkedin</a></h1>
<h1><a href="gpg.html">gpg</a></h1>
Expand Down

0 comments on commit 3240fe3

Please sign in to comment.