diff --git a/_data/authors.yml b/_data/authors.yml index 30df737d41..85a1cf0140 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -130,6 +130,7 @@ active-authors: - smartin - smendis-scottlogic - snandal + - srowan - ssibanda - swoods - tclarke-scottlogic @@ -1504,3 +1505,8 @@ authors: email: rvgoethem@scottlogic.com author-summary: "I am a Lead Dev in the Edinburgh office. I take ideas, add a dash of design, a sprinkle of code, et voilĂ !" picture: picture.png + srowan: + name: "Scott Rowan" + author-summary: "I am a Senior Developer based in the Glasgow office. I have a background in physics and cybersecurity, but now work predominately in financial technologies. Of all things software, I have particular passion for large-scale distributed systems and the infrastructure challenges that arise as a result." + email: srowan@scottlogic.com + picture: picture.jpg diff --git a/srowan/atom.xml b/srowan/atom.xml new file mode 100644 index 0000000000..d9414082f7 --- /dev/null +++ b/srowan/atom.xml @@ -0,0 +1,5 @@ +--- +author: srowan +layout: atom_feed +--- + diff --git a/srowan/feed.xml b/srowan/feed.xml new file mode 100644 index 0000000000..05d58625d6 --- /dev/null +++ b/srowan/feed.xml @@ -0,0 +1,5 @@ +--- +author: srowan +layout: rss_feed +--- + diff --git a/srowan/index.html b/srowan/index.html new file mode 100644 index 0000000000..f9bd86d781 --- /dev/null +++ b/srowan/index.html @@ -0,0 +1,6 @@ +-- +title: Scott Rowan +author: srowan +layout: default_author +--- + diff --git a/srowan/picture.jpg b/srowan/picture.jpg new file mode 100644 index 0000000000..658bd4f360 Binary files /dev/null and b/srowan/picture.jpg differ