Compare commits
3 Commits
1d319245d3
...
bee7521c9f
Author | SHA1 | Date |
---|---|---|
Ray Elliott | bee7521c9f | |
Ray Elliott | 1844932450 | |
Ray Elliott | 15d191d397 |
14
config.toml
14
config.toml
|
@ -44,17 +44,17 @@ url = "https://www.linkedin.com/in/rayelliottdev"
|
||||||
|
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "About"
|
name = "Posts"
|
||||||
weight = 3
|
weight = 5
|
||||||
|
url ="posts/"
|
||||||
|
[[menu.main]]
|
||||||
|
name = "About Me"
|
||||||
|
weight = 8
|
||||||
url = "about/"
|
url = "about/"
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Portfolio"
|
name = "Portfolio"
|
||||||
weight = 5
|
|
||||||
url = "categories/portfolio/"
|
|
||||||
[[menu.main]]
|
|
||||||
name = "Posts"
|
|
||||||
weight = 10
|
weight = 10
|
||||||
url ="posts/"
|
url = "categories/portfolio/"
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Categories"
|
name = "Categories"
|
||||||
weight = 20
|
weight = 20
|
||||||
|
|
|
@ -1,20 +1,11 @@
|
||||||
---
|
---
|
||||||
title: "About Me"
|
title: "About Me"
|
||||||
date: 2020-01-31T12:54:00Z
|
date: 2020-01-31T12:54:00Z
|
||||||
draft: true
|
|
||||||
---
|
---
|
||||||
|
|
||||||
I am a UK based, freelance, front-end **Web Developer**.
|
I am a UK based, freelance, front-end **Web Developer**.
|
||||||
|
|
||||||
## What Do I Do?
|
* I work with small businesses to **Build** and **Grow** their online presence.
|
||||||
|
|
||||||
I work with small businesses to build and strengthen their online presence.
|
|
||||||
|
|
||||||
## What Can I Do For You
|
|
||||||
|
|
||||||
... what do i give the customer that sets me above others ...
|
|
||||||
... what problems of the customer do I solve ...
|
|
||||||
|
|
||||||
* I create **[Bespoke Websites](/tags/bespoke)** using the latest technologies.
|
* I create **[Bespoke Websites](/tags/bespoke)** using the latest technologies.
|
||||||
* I work with a number of **[Content Management Systems](/tags/cms)**, including **[WordPress](/tags/wordpress)**.
|
* I work with a number of **[Content Management Systems](/tags/cms)**, including **[WordPress](/tags/wordpress)**.
|
||||||
* I develop custom **Themes** and **Plugins**.
|
* I develop custom **Themes** and **Plugins**.
|
||||||
|
@ -27,6 +18,7 @@ I work with small businesses to build and strengthen their online presence.
|
||||||
## All Of My Work Is
|
## All Of My Work Is
|
||||||
|
|
||||||
* Fully optimised for on-site **SEO**.
|
* Fully optimised for on-site **SEO**.
|
||||||
|
* Built with **Security** in mind.
|
||||||
* **Mobile Friendly** and responsive.
|
* **Mobile Friendly** and responsive.
|
||||||
* Built for **Performance** and **Speed**.
|
* Built for **Performance** and **Speed**.
|
||||||
* **Accessible** and standards compliant.
|
* **Accessible** and standards compliant.
|
||||||
|
|
Reference in New Issue