You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[:span#totalcounter (.format df (:total @solved-stats))] " problems solved and counting!"]
[:div (if-user [{:keys [user]}]
[:p"Go " [:a {:href"/problems" } "solve some problems"] ", " user "!"]
login-box)]]
[:div#info
[:h3"What is 4Clojure?"]
[:p"4Clojure is a resource to help fledgling clojurians learn the language through interactive problems. The first few problems are easy enough that even someone with no prior experience should find the learning curve forgiving. See 'Help' for more information."]
[:h3"Is this site written in Clojure?"]
"Absolutely! This site was created using a variety of open source Clojure (and Java) libraries. In fact, the "
[:a {:href repo-url} "code for this site"]
" is itself open source. Once you've mastered the language, feel free to contribute something back to the community."]]})