[:html
 [:head
  [:title "Contact - Matthew Fors"]
  [:link
   {:rel "shortcut icon",
    :type "image/x-icon",
    :href "photos/favicon.ico"}]
  [:link {:rel "stylesheet", :href "styles/normalize.css"}]
  [:link {:rel "stylesheet", :href "styles/skeleton.css"}]
  [:link {:rel "stylesheet", :href "styles/style.css"}]]
 [:body
  [:div
   {:class "container"}
   [:div
    {:class "row nav", :style "padding: 20px 0 30px 0"}
    [:h5
     {:class "two columns nav-item",
      :style "width: 100/12%;",
      :onClick "location.href='about.html'"}
     "About"]
    [:h5
     {:class "two columns nav-item",
      :style "width: 100/12%;",
      :onClick "location.href='blog.html'"}
     "Blog"]
    [:h5
     {:class "two columns nav-item selected-nav",
      :style "width: 100/12%;",
      :onClick "location.href='contact.html'"}
     "Contact"]
    [:h5
     {:class "six columns right-text bold nav-item",
      :onClick "location.href='index.html'"}
     "(enforser)"]]]
  (([:div
     {:class "container"}
     [:div
      {:class "row"}
      [:pre
       [:code
        "\n#\n# How to get in touch:\n#\n     "
        [:li
         [:a
          {:href "https://app.ens.domains/enforser.eth"}
          "enforser.eth"]]
        [:li [:a {:href "https://github.com/enforser"} "Github"]]
        [:li
         [:a
          {:href "https://www.linkedin.com/in/matthew-fors-8b655699/"}
          "LinkedIn"]]
        [:li
         [:a {:href "mailto:trailcapital@gmail.com"} "E-mail"]]]]]]))
  [:div
   {:class "container"}
   [:a
    {:class "twelve columns",
     :style "text-align: right",
     :href "/contact-as-code.html"}
    "Hiccup"]]]]
Back