|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en-us"> |
| 3 | + |
| 4 | + <head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><title>Telescope – Odesaur</title> |
| 5 | +<meta name="description" content="A terminal themed bio."> |
| 6 | + |
| 7 | +<meta name="viewport" content="width=device-width, initial-scale=1"> |
| 8 | +<meta charset="UTF-8"/> |
| 9 | +<meta name="robots" content="noindex" /> |
| 10 | + |
| 11 | + |
| 12 | +<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" /> |
| 13 | + |
| 14 | + |
| 15 | +<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.4/css/academicons.min.css" integrity="sha512-IW0nhlW5MgNydsXJO40En2EoCkTTjZhI3yuODrZIc8cQ4h1XcF53PsqDHa09NqnkXuIe0Oiyyj171BqZFwISBw==" crossorigin="anonymous" referrerpolicy="no-referrer" /> |
| 16 | + |
| 17 | + |
| 18 | +<link rel="stylesheet" href="http://localhost:1313/css/palettes/base16-rose-pine.css"> |
| 19 | +<link rel="stylesheet" href="http://localhost:1313/css/risotto.css"> |
| 20 | +<link rel="stylesheet" href="http://localhost:1313/css/custom.css"> |
| 21 | + |
| 22 | + |
| 23 | +<link rel="icon" href="http://localhost:1313/favicon.ico"> |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | +</head> |
| 32 | + |
| 33 | + <body> |
| 34 | + <div class="page"> |
| 35 | + |
| 36 | + <header class="page__header"><nav class="page__nav main-nav"> |
| 37 | + <ul> |
| 38 | + <li class="nomarker"><h1 class="page__logo"><a href="http://localhost:1313/" class="page__logo-inner">Odesaur</a></h1></li> |
| 39 | + |
| 40 | + |
| 41 | + <li class="main-nav__item"><a class="nav-main-item" href="http://localhost:1313/about/" title="">About</a></li> |
| 42 | + |
| 43 | + <li class="main-nav__item"><a class="nav-main-item" href="http://localhost:1313/post/" title="Posts">Posts</a></li> |
| 44 | + |
| 45 | + <li class="main-nav__item"><a class="nav-main-item" href="http://localhost:1313/project/" title="project">project</a></li> |
| 46 | + |
| 47 | + <li class="main-nav__item"><a class="nav-main-item active" href="http://localhost:1313/projects/" title="Projects">Projects</a></li> |
| 48 | + |
| 49 | + </ul> |
| 50 | +</nav> |
| 51 | + |
| 52 | +</header> |
| 53 | + |
| 54 | + <section class="page__body"> |
| 55 | + <header class="content__header"> |
| 56 | + <h1>Telescope</h1> |
| 57 | + </header> |
| 58 | + <div class="content__body"> |
| 59 | + <p>Check out this must-have nvim project called telescope.nvim </br> |
| 60 | +<a href="https://github.com/nvim-telescope/telescope.nvim">telescope</a> |
| 61 | +<img src="/telescope.gif" alt="telescope"></p> |
| 62 | + |
| 63 | + </div> |
| 64 | + <footer class="content__footer"></footer> |
| 65 | + |
| 66 | + </section> |
| 67 | + |
| 68 | + <section class="page__aside"> |
| 69 | + <div class="aside__about"> |
| 70 | +<div class="aside__about"> |
| 71 | + |
| 72 | + <img class="about__logo" src="http://localhost:1313/favicon.ico" alt="Logo"> |
| 73 | +<h1 class="about__title">odesaur</h1> |
| 74 | +<p class="about__description">A terminal themed bio.</p> |
| 75 | +</div> |
| 76 | + |
| 77 | + |
| 78 | +<ul class="aside__social-links"> |
| 79 | + |
| 80 | + <li> |
| 81 | + <a href="https://github.com/odesaur" rel="me" aria-label="GitHub" title="GitHub"><i class="fa-brands fa-github" aria-hidden="true"></i></a> |
| 82 | + </li> |
| 83 | + |
| 84 | + <li> |
| 85 | + <a href=" mailto:[email protected]" rel=" me" aria-label=" Email" title=" Email" ><i class=" fa-solid fa-envelope" aria-hidden=" true" ></i></a> |
| 86 | + </li> |
| 87 | + |
| 88 | +</ul> |
| 89 | +</div> |
| 90 | + <hr> |
| 91 | + <div class="aside__content"> |
| 92 | + |
| 93 | + |
| 94 | + <p> |
| 95 | + By Naut, |
| 96 | + 2024-10-29 |
| 97 | + </p> |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + </div> |
| 103 | + </section> |
| 104 | + |
| 105 | + <footer class="page__footer"><p class="copyright"></p> |
| 106 | +</footer> |
| 107 | + |
| 108 | + </div> |
| 109 | + </body> |
| 110 | + |
| 111 | +</html> |
0 commit comments