From 58539e45e449e3b60cb9fe60084ca64dd4072994 Mon Sep 17 00:00:00 2001 From: Emile Date: Sat, 23 Feb 2019 21:12:51 +0100 Subject: :art: dark mode --- .idea/workspace.xml | 30 ++++++++++++++++++++------- src/css/custom.css | 23 ++++++++++++++++++++ src/index.html | 60 ++++++++++++++++++++++++++--------------------------- 3 files changed, 76 insertions(+), 37 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5c5b038..4b09fc8 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,10 +2,9 @@ - - - - + + + - + + + + + + + + + + - + @@ -44,6 +52,7 @@ @@ -169,9 +178,16 @@ + + + + + + + - + diff --git a/src/css/custom.css b/src/css/custom.css index e070193..8c0ce19 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -1,10 +1,33 @@ /* stylelint-disable selector-list-comma-newline-after */ +html, body { + background-color: #333333; +} + +.text-muted { + color: #cecece !important +} + +.text-unmuted { + color: #e6e6e6 !important; + border-bottom: 1px solid #fff !important; + padding-bottom: 3px !important; +} + +.dark-box { + background-color: #333333; + border: 1px solid #cecece; +} + .blog-header { line-height: 1; border-bottom: 1px solid #e5e5e5; } +.dark-footer { + background-color: #292929 !important; +} + .blog-header-logo { font-family: "Playfair Display", Georgia, "Times New Roman", serif; font-size: 2.25rem; diff --git a/src/index.html b/src/index.html index 5d6a1d0..df4b1ff 100644 --- a/src/index.html +++ b/src/index.html @@ -32,7 +32,7 @@
@@ -64,7 +64,7 @@
-
+

Generation and Simulation

Generating star clusters and simulating the forces acting in them seemed like a good way to learn a lot of new programming concepts. You can find many of the results on this page and read the blogpost I update regularly by clicking on the button below.

Read the Blogpost! @@ -75,14 +75,14 @@
-
+
Documentation

- Writeup + Writeup

Feb 3 2019
-

The complete project is documented so that everybody can access +

The complete project is documented so that everybody can access and use it a a reference for other projects.

Read the writeup
@@ -90,14 +90,14 @@
-
+
Tech

- Code + Code

Feb 3 2019
-

The simulator is completely writting in +

The simulator is completely writting in go and can be found in the git.

Read the code @@ -110,14 +110,14 @@
-
+
Tech

- Generator + Generator

Feb 3 2019
-

+

The generator generates stars using the NFW profile.

Read the code @@ -126,14 +126,14 @@
-
+
Storage

- Database + Database

Feb 3 2019
-

A PostgreSQL +

A PostgreSQL database is used to store the stars.

Read the code @@ -146,14 +146,14 @@
-
+
Tech

- Manager + Manager

Feb 3 2019
-

+

The manager container distributes the stars that need to be processed by providing them to the simulation services.

@@ -163,14 +163,14 @@
-
+
Tech

- Simulator + Simulator

Feb 3 2019
-

+

The simulator continer gets stars from the manager, calculates their new position and inserts them into the next timestep.

@@ -184,14 +184,14 @@
-
+
Load balancing

- Traefik + Traefik

Feb 3 2019
-

+

Routing traffic is done using Traefik, "A reverse proxy / load balancer that's easy, dynamic, automatic, fast [...]"

@@ -201,14 +201,14 @@
-
+
Monitoring

- Grafana + Prometheus + Grafana + Prometheus

Feb 3 2019
-

+

The metrics are pushed to prometheus and displayed in a nice dashboard using grafana.

@@ -222,14 +222,14 @@
-
+
Visualizing

- Manager + Manager

Feb 3 2019
-

+

The manager container distributes the stars that need to be processed by providing them to the simulation services.

@@ -241,7 +241,7 @@
-