diff options
Diffstat (limited to 'public/post/programs/index.html')
| -rw-r--r-- | public/post/programs/index.html | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/public/post/programs/index.html b/public/post/programs/index.html index 85cd5c2..067706d 100644 --- a/public/post/programs/index.html +++ b/public/post/programs/index.html @@ -2,7 +2,7 @@ <html lang="en"> <head><title>Programs and Equipment – Kumar Damani - Home</title> -<meta name="description" content="Git, email, resume etc."> +<meta name="description" content="Git, email, and resume"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta charset="UTF-8"/> @@ -16,7 +16,7 @@ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.1/css/academicons.min.css" integrity="sha512-b1ASx0WHgVFL5ZQhTgiPWX+68KjS38Jk87jg7pe+qC7q9YkEtFq0z7xCglv7qGIs/68d3mAp+StfC8WKC5SSAg==" crossorigin="anonymous" /> -<link rel="stylesheet" href="https://kumardamani.net/css/palettes/gruvbox-dark.css"> +<link rel="stylesheet" href="https://kumardamani.net/css/palettes/tokyo-night-dark.css"> <link rel="stylesheet" href="https://kumardamani.net/css/risotto.css"> <link rel="stylesheet" href="https://kumardamani.net/css/custom.css"> </head> @@ -24,9 +24,9 @@ <body> <div class="page"> - <header class="page__header"><h1 class="page__logo"><a href="https://kumardamani.net/" class="page__logo-inner">Kumar Damani - Home</a></h1> -<nav class="page__nav main-nav"> + <header class="page__header"><nav class="page__nav main-nav"> <ul> + <h1 class="page__logo"><a href="https://kumardamani.net/" class="page__logo-inner">Kumar Damani - Home</a></h1> <li class="main-nav__item"><a class="nav-main-item active" href="https://kumardamani.net/post/" title="Posts">Posts</a></li> @@ -40,6 +40,7 @@ <header class="content__header"> <h1>Programs and Equipment</h1> </header> + <div class="content__body"> <p>The programs and equipment I use on a daily basis.</p> <h1 id="programs-and-equipment-i-use">Programs and Equipment I Use</h1> @@ -108,7 +109,7 @@ suffice it to say I will not endorse the usage of proprietary software.</p> <div class="aside__about"> <img class="about__logo" src="https://kumardamani.net/images/rice.svg" alt="Logo"> <h1 class="about__title">Links</h1> -<p class="about__description">Git, email, resume etc.</p> +<p class="about__description">Git, email, and resume</p> </div> @@ -138,6 +139,8 @@ suffice it to say I will not endorse the usage of proprietary software.</p> </p> + + </div> </section> |
