-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
137 lines (89 loc) · 2.7 KB
/
index.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
</script>
<script>
MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']]
}
};
</script>
<style>
div.a {
text-align: center;
}
</style>
<script id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
</script>
<style>
img {
display: block;
margin-left: auto;
margin-right: auto;
width:20%;
}
</style>
</head>
<body style="background-color:black;">
<div>
<img src="auto1.jpg.png" class="center">
</div>
<h1 style="color:white; font-family: comic sans ms">
Hey it's me...... </h1>
<p style="color: white; font-family: comic sans ms; font-size: 25px"> Isn't it cool to have your own page? Maybe. I don't know.
And what do I even put here? Anyways, here are some random things to fill this page.</p>
<!--
<h1 style="color:white;">$$\boxed{-\frac{h^2}{2m}\frac{\partial^2\Psi}{\partial x^2}+V\Psi=i \hbar \frac{\partial \Psi}{\partial t}}$$</h1>
<div class="a">
<h1 style="color:white;">$\boxed{\hat{H}\psi=E\psi}$ </h1>
<!--<h1 style="color:white;">$\boxed{\hat{p}= -i\hbar \mathbf{\triangledown}}$</h1>-->
</div>
<!--
<div class="a">
<h1 style="color:white;">
$ \boxed{\sigma_x=
\begin{pmatrix}
0 & 1 \\
1 & 0
\end{pmatrix} } \hspace{1cm}
$ $\boxed{\sigma_y=
\begin{pmatrix}
0 & -i \\
i & 0
\end{pmatrix}} \hspace{1cm} $ $\boxed{\sigma_z=
\begin{pmatrix}
1 & 0 \\
0 & -1
\end{pmatrix}} $</h1>
</div>
<h1 style="color:white;">
$$ \boxed{\int_{-\infty}^{\infty} \psi^* \psi \ \text{dx} =1 }$$ </h1>
<h1 style="color:white;">
$$\boxed{ [a, a^\dagger]=1}$$ </h1>-->
<h1 style="color:white;">$$\boxed{-\frac{h^2}{2m}\frac{\partial^2\Psi}{\partial x^2}+V\Psi=i \hbar \frac{\partial \Psi}{\partial t}}$$</h1>
<h1 style="color:white;">
$$\boxed{\sin^2 \theta+\cos^2 \theta =1}$$ </h1>
<h1 style="color:white;">
$$\boxed{\int _{-\infty}^{\infty} e^{-x^2}= \sqrt{\pi} }$$ </h1>
<p style="color:white; font-family: comic sans ms; font-size: 25px">Here are some quotes:</p>
<div class="a">
<p style="color:white; font-family: comic sans ms; font-size: 20px">"Ignorance of others makes the magic successful" --RKN</p>
<p style="color:white; font-family: comic sans ms; font-size: 20px">"If you don't want help from others, come to me, I will roast you." --RKN</p>
<p style="color:white; font-family: comic sans ms; font-size: 20px">"I may look like this, but I am a porous medium" --PPD</p>
</div>
<br>
<br>
<div>
<img src="ani.gif" class="center">
</div>
<br>
<br>
<div>
<img src="auto3.jpg" class="center">
</div>
</body>
</html>