-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (66 loc) · 3.79 KB
/
index.html
File metadata and controls
70 lines (66 loc) · 3.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en"><meta charset="utf-8"><meta name="generator" content="Hugo 0.126.2"><meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">
<meta name="color-scheme" content="light dark">
<meta name="supported-color-schemes" content="light dark"><meta name="description" content="Notes"><title>Notes – Pixels</title><link rel="stylesheet" href="../css/core.min.a710a4b781ea98bd4d2fb40f08e494ad03081a371b69d0b1ce3de3cc2b91de8eeaebf97ebbe184de5dda805abf86aaff.css" integrity="sha384-pxCkt4HqmL1NL7QPCOSUrQMIGjcbadCxzj3jzCuR3o7q6/l+u+GE3l3agFq/hqr/"><meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Notes"><meta property="og:title" content="Notes">
<meta property="og:description" content="Notes">
<meta property="og:type" content="article">
<meta property="og:url" content="https://bbhtt.in/notes/">
<meta property="og:image" content="https://bbhtt.in/og_image.png"><meta property="og:site_name" content="Pixels"><meta property="article:section" content="">
<meta property="article:modified_time" content="2026-04-14T14:44:14+05:30">
<link rel="icon" href="../favicon.svg" type="image/svg+xml">
<body><div id="header">
<div class="header wrap">
<span class="header left-side">
<a class="site home" href="../"><span class="site name">Pixels</span>
</a>
</span>
<div class="header right-side"><div class="nav wrap"><nav class="nav"><a class="nav item" href="../notes">Notes</a><a class="nav item" href="../about">About</a></nav></div></div>
</div></div>
<div id="content"><div class="article-container"><section class="article header">
<h1 class="article title">Notes</h1></section>
<article class="article markdown-body"><p>This is a place to share various teaching and study notes I often make.</p>
<ul>
<li><a href="../first-order-linear-ode.pdf">First order linear ODE</a></li>
<li><a href="../first-order-separable-ode.pdf">First order separable ODE</a></li>
<li><a href="../variation-of-parameters.pdf">Variation of parameters</a></li>
<li><a href="../modelling.pdf">Modelling differential equations</a></li>
<li><a href="../mic2-mid-sem-qs-2026.pdf">MIC2 mid semester questions 2026</a></li>
<li><a href="../first-order-linear-pde.pdf">First order Linear PDE</a></li>
<li><a href="../ode-pde-class-test-1.pdf">Class test on ODE and PDE - I</a></li>
<li><a href="../ode-pde-class-test-2.pdf">Class test on ODE and PDE - II</a></li>
</ul>
</article>
</div>
<div class="article bottom">
</div></div><footer id="footer"><div class="footer-wrap">
<p class="copyright">CC BY-NC-SA 4.0</p>
<p class="powerby">
<span>Powered by </span>
<a href="https://gohugo.io" target="_blank" rel="noopener noreferrer">Hugo</a>
<span> & </span>
<a href="https://github.com/bbhtt/hugo-notepadium" target="_blank" rel="noopener noreferrer">Notepadium</a></p>
<p>
<span>This website is 100% Javascript free</span>
<span style="display: block;">and performs no third party requests</span>
</p>
<br></div>
<div class="footer-wrap">
<p class="socials"></p>
<a style="text-decoration : none" href="mailto:bbhtt@bbhtt.in">
<img src="../mail.svg" alt="Email">
</a>
<a style="text-decoration : none" href="https://signal.me/#eu/kxfmfZ96Rdnf12nrRYbpfGAI8j_13m_7Cf9oEm8-0EfODBnUW35JoIxVVCHnqe46">
<img src="../signal.svg" alt="Signal">
</a>
<a style="text-decoration : none" href="https://bbhtt.github.io/index.xml">
<img src="../rss.svg" alt="Atom feed">
</a></div>
<p style="text-align: center; margin-top: 5px;">
<a href="https://validator.w3.org/check/referer">
<img src="../w3c-html5.png" alt="Valid HTML" height="30" width="70">
</a>
</p>
</footer>
</body>
</html>