-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
63 lines (49 loc) · 1.94 KB
/
about.html
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
<!DOCTYPE html>
<html>
<head>
<script>
MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']]
}
};
</script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script type="text/javascript" id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
<title>A propos de ce blog</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body>
<img src="./pics/jup_ant_wat.png" alt="Jupyter et Antiope, Watteau."/>
<h1 style="text-align: center">Hina</h1>
<p style="text-align: center">Notes d'informatique théorique.</p>
<br/>
<a href="./index.html">Page principale</a>  
<a href="./about.html">A propos du blog</a>  
<a href="./contact.html">Me contacter</a>
<hr>
<h3 class="point">À propos de ce blog</h3>
<p>
Sur ce blog, je post des articles à propos de mon quotidien en prépa scientifique,
à propos des mathématiques qui j'étudie (majoritairement de l'analyse) et
d'informatique théorique.
</p>
<p>
Pour écrire avec $\LaTeX$, j'utilise <a href="https://www.mathjax.org/">MathJax</a>.
</p>
<p>
Les articles sont écrits à la main, en HTML. Je vise la simplicité.
</p>
</body>
<br>
<footer>
<hr>
<a rel="license" href="http://creativecommons.org/licences/by-nd/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="https://licensebuttons.net/l/by-nd/4.0/80x15.png"/>
</a>
<br/>
Copyright (c) 2023 Daimyo. Ce blog est sous licence <a rel="license" href="http://creativecommons.org/licenses/by-nd/4.0/">CC BY-ND 4.0 International License</a>.
</footer>
</html>