index.org 984 B

My Portfolio Website

This is a really simple HTML portfolio website. Let's see how it works !

This is a quote!

./img/norm.jpeg

Check out this centered text!

I am a subheading!

And I have more stuff to say!

1^st This is interesting!


  (setq my-onlinep nil)
  (unless
      (condition-case nil
          (delete-process
           (make-network-process
            :name "my-check-internet"
            ;; my own server
            :host "209.51.188.148"
            :service 80))
        (error "No network connection" t))
    (setq my-onlinep t))

I am the aside

<p>
Check out my cool blog posts!
</p>