aboutsummaryrefslogtreecommitdiff
path: root/frontend/src
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2016-12-18 09:40:21 -0800
committerChristine Dodrill <me@christine.website>2016-12-18 09:40:21 -0800
commitaaca2fa191978c52ff048f7e72f7549c5fc10651 (patch)
treef48bb8272807ea4889da7ab2288188f1071475e5 /frontend/src
parentfa35fffbfb586b07fc1d8c134d8183437045c679 (diff)
downloadxesite-aaca2fa191978c52ff048f7e72f7549c5fc10651.tar.xz
xesite-aaca2fa191978c52ff048f7e72f7549c5fc10651.zip
frontend/Layout: use browser styles for bullets
Diffstat (limited to 'frontend/src')
-rw-r--r--frontend/src/Layout.purs4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/Layout.purs b/frontend/src/Layout.purs
index ff81103..c04a907 100644
--- a/frontend/src/Layout.purs
+++ b/frontend/src/Layout.purs
@@ -154,14 +154,14 @@ index =
, span [] [ text "I am a GitHub power user. I am constantly learning new languages and tools. I strongly believe in knowing many languages and ways to do things so I can pick the right tool for the job." ]
, h2 [] [ text "Skills" ]
, ul
- []
+ [ className "browser-default" ]
[ li [] [ text "Go, Moonscript, Lua, Python, C, Nim, Haskell" ]
, li [] [ text "Docker deployments" ]
, li [] [ text "Research, Development and Experimentation" ]
]
, h2 [] [ text "Side Projects" ]
, ul
- []
+ [ className "browser-default" ]
[ li [] [ text "Real-time globally distributed chat server maintenance" ]
, li [] [ text "Mashups of chat, video and music" ]
]