1
0
mirror of https://github.com/DanilaFe/abacus synced 2025-04-22 08:27:12 -07:00
Commit Graph

401 Commits

Author SHA1 Message Date
8711143145 Add a proper About page. 2017-08-15 01:02:16 -07:00
2b41078d52 Add the download page. 2017-08-15 00:40:28 -07:00
36a6bee9b5 Remove the rounded borders. 2017-08-15 00:40:21 -07:00
3c203be7af Change download to link to the Download page. 2017-08-15 00:40:05 -07:00
aedb446a64 Move button styling into scss. 2017-08-15 00:31:47 -07:00
3332c7ce1b Add a home layout. 2017-08-15 00:14:20 -07:00
ba38e112c8 Change the code font. 2017-08-14 23:42:17 -07:00
813c6529d8 Add some style to code. 2017-08-14 22:58:32 -07:00
8940ae94de Add the page layout for pages like About. 2017-08-14 22:58:27 -07:00
174029a3b4 Add support for navbar links. 2017-08-14 22:46:39 -07:00
ad3628ce43 Use the center class for centering the content. 2017-08-14 22:36:46 -07:00
bad0b1e87a Add a header. 2017-08-14 22:36:36 -07:00
cd8624c69d Add some basic CSS styling. 2017-08-14 22:36:26 -07:00
2ef95dc7cb Add the CSS file and link to it from head. 2017-08-14 21:40:37 -07:00
f2e434fcab Use the minima head.html include. 2017-08-14 21:28:28 -07:00
cf129b9ba7 Modify 404 to use the base layout. 2017-08-14 21:22:55 -07:00
ceb039f290 Start the base page layout. 2017-08-14 21:22:43 -07:00
082f92c924 Add a new head include. 2017-08-14 21:22:34 -07:00
0263c96b96 Remove default theme altogether. 2017-08-14 21:16:35 -07:00
83fd849e19 Overwrite the default header and footer. Temporarily blank. 2017-08-14 21:13:33 -07:00
5e6d19cf12 Create the about page. 2017-08-14 21:12:41 -07:00
23cac13260 Delete the about me page, and add a folder for pages. 2017-08-14 21:11:16 -07:00
7fff994da4 Remove the default post. 2017-08-14 19:42:14 -07:00
b3649fa539 Configure the default site. 2017-08-14 19:42:06 -07:00
4b656aa2d5 Create basic Jekyll template. 2017-08-14 19:21:17 -07:00
245a468293 Format code. 2017-08-14 19:03:52 -07:00
57439b938d Delete old, unused code. 2017-08-13 16:49:25 -07:00
84691a238e Move the JavaFX files written in Kotlin to the FX module. 2017-08-13 01:51:53 -07:00
745142e687 Reduce Kotlin version to 1.7 2017-08-13 01:08:19 -07:00
861bdf372d Split the project into separate modules. 2017-08-12 21:11:01 -07:00
cb104d5d5a Merge remote-tracking branch 'origin/inv-trig-doc' 2017-08-11 22:25:45 -07:00
e40e43f11e Merge branch 'inv-trig'
# Conflicts:
#	src/main/java/org/nwapw/abacus/plugin/StandardPlugin.java
2017-08-11 22:13:20 -07:00
4787386bf5 Merge branch 'master' of github.com:DanilaFe/abacus 2017-08-11 22:10:42 -07:00
Arthur Drobot
3d20073ae8 Inverse trig documentation. 2017-08-11 21:07:34 -07:00
Arthur Drobot
5aab5d967d Add examples to documentation of trig functions. 2017-08-11 20:32:39 -07:00
2e14a70950 Merge branch 'inv-trig'
# Conflicts:
#	src/main/java/org/nwapw/abacus/plugin/StandardPlugin.java
2017-08-11 12:29:12 -07:00
Arthur Drobot
d514c7f75c Modify sqrt comment. 2017-08-11 01:23:01 -07:00
Arthur Drobot
2e4e095dc1 Write arctan and add arccot. 2017-08-11 01:19:13 -07:00
cd097ff5e6 Remove useless comment. 2017-08-10 22:16:12 -07:00
79c4588bee Fix typos created in removing the promoteTo calls. 2017-08-09 19:23:44 -07:00
f8e3d6ce87 Phase out as many promoteTo calls as possible. 2017-08-09 19:04:32 -07:00
Arthur Drobot
49df790004 Revert "Write a RationalNumber class."
This reverts commit f3942b6760.
2017-08-09 18:43:52 -07:00
6cded712b0 Make the C in nCr capital. 2017-08-09 17:15:12 -07:00
Arthur Drobot
3f0a30221a Add arcsec. Adjust some comments. 2017-08-09 16:04:26 -07:00
Arthur Drobot
9c7dccf116 Add arccsc. 2017-08-09 15:57:02 -07:00
Arthur Drobot
52697aea95 Add arccos. 2017-08-09 15:08:54 -07:00
Arthur Drobot
e06bf52f53 Add arcsin. 2017-08-09 12:47:43 -07:00
fd2619a8b7 Add optimization to NPR. 2017-08-09 12:47:22 -07:00
26e9e15998 Implement two combinatorics operators. 2017-08-09 12:34:02 -07:00
fc0549b2d8 Add a random function. 2017-08-09 11:51:12 -07:00