diff --git a/index.html b/index.html index 2b2324f..454ce30 100644 --- a/index.html +++ b/index.html @@ -17,8 +17,8 @@
@@ -33,40 +33,37 @@
-
  • +
  • @@ -221,26 +218,25 @@
    Custom Full-Stack eCommerce website Created custom e-commerce website, both front-end and - back-end, from scratch; previously at piazzaoptical.com (code - at + >Both front-end and back-end from scratch; previously at + piazzaoptical.com (code at https://git.sakal.us/avraham/piazzaoptical.com). Frontend was implemented in - mithril.js. For the - backend, nginx was setup as reverse proxy and TLS termination; - but the application code was implemented with - LuaJIT using + >). Frontend in + mithril.js. Backend w/ + nginx as reverse proxy and TLS termination; application code + in lua-http. The database was an - LMDB KV store library - running as part of the LuaJIT app server using + > + on LuaJIT. Database was an + LMDB KV store exposed + with custom wrapper using lightningmdb - Lua bindings; rolled-my-own wrapper around this so as to store - JSON objects (in the form of compressed Lua tables using + Lua bindings; stored JSON objects w/ references (in the form + of compressed Lua tables using bitser).
    diff --git a/styles.css b/styles.css index d562625..3caed7a 100644 --- a/styles.css +++ b/styles.css @@ -68,10 +68,11 @@ section.sections { } */ section.sections > section > label { - float: left; + font-size: 1.4em; + /* float: left; width: 8em; height: 2em; - margin-right: 0.7em; + margin-right: 0.7em; */ /* border: 1px solid black; */ /* padding-bottom: 0.5em; */ }