summaryrefslogtreecommitdiff
path: root/project/assets
diff options
context:
space:
mode:
Diffstat (limited to 'project/assets')
-rw-r--r--project/assets/css/default.css13
-rw-r--r--project/assets/css/integral.css7
-rw-r--r--project/assets/dld/integral_scripts.zipbin0 -> 2018 bytes
-rw-r--r--project/assets/img/cos_pi_x.pngbin0 -> 27833 bytes
-rw-r--r--project/assets/img/minus_one_exp_x_full_plot.pngbin0 -> 63434 bytes
-rw-r--r--project/assets/img/minus_one_exp_x_real_values_only.pngbin0 -> 8873 bytes
-rw-r--r--project/assets/img/sin_pi_x.pngbin0 -> 27281 bytes
7 files changed, 20 insertions, 0 deletions
diff --git a/project/assets/css/default.css b/project/assets/css/default.css
index fb1de72..83cd85a 100644
--- a/project/assets/css/default.css
+++ b/project/assets/css/default.css
@@ -21,6 +21,19 @@ div.precontain {
}
+div.mathblock {
+ display: inline-block;
+ text-align: left;
+ background-color: #ffa5a5;
+ border-radius: 1.5em;
+ padding: 2em 2em 2em 2em;
+ margin: 1em 2em 1em 2em;
+ /* width should be equal to code and pre, but for some reason this needs 45em instead of 60em... bug? */
+ /* what are the default widths, margins, and paddings used in browsers anyway? */
+ width: 45em;
+}
+
+
code {
display: inline-block;
text-align: left;
diff --git a/project/assets/css/integral.css b/project/assets/css/integral.css
new file mode 100644
index 0000000..94130ec
--- /dev/null
+++ b/project/assets/css/integral.css
@@ -0,0 +1,7 @@
+
+
+table#component {
+ margin: auto;
+}
+
+
diff --git a/project/assets/dld/integral_scripts.zip b/project/assets/dld/integral_scripts.zip
new file mode 100644
index 0000000..82ad952
--- /dev/null
+++ b/project/assets/dld/integral_scripts.zip
Binary files differ
diff --git a/project/assets/img/cos_pi_x.png b/project/assets/img/cos_pi_x.png
new file mode 100644
index 0000000..7254624
--- /dev/null
+++ b/project/assets/img/cos_pi_x.png
Binary files differ
diff --git a/project/assets/img/minus_one_exp_x_full_plot.png b/project/assets/img/minus_one_exp_x_full_plot.png
new file mode 100644
index 0000000..1927f52
--- /dev/null
+++ b/project/assets/img/minus_one_exp_x_full_plot.png
Binary files differ
diff --git a/project/assets/img/minus_one_exp_x_real_values_only.png b/project/assets/img/minus_one_exp_x_real_values_only.png
new file mode 100644
index 0000000..f8cea87
--- /dev/null
+++ b/project/assets/img/minus_one_exp_x_real_values_only.png
Binary files differ
diff --git a/project/assets/img/sin_pi_x.png b/project/assets/img/sin_pi_x.png
new file mode 100644
index 0000000..9996cd5
--- /dev/null
+++ b/project/assets/img/sin_pi_x.png
Binary files differ