diff --git a/portfolio/images/.gitignore b/portfolio/images/.gitignore
index 7f3df16..818476d 100644
--- a/portfolio/images/.gitignore
+++ b/portfolio/images/.gitignore
@@ -1 +1,2 @@
-plamo/*
\ No newline at end of file
+plamo/*
+software/*
\ No newline at end of file
diff --git a/portfolio/pages/en/software/projects/board-of-education-bot.md b/portfolio/pages/en/software/projects/board-of-education-bot.md
new file mode 100644
index 0000000..dafd88e
--- /dev/null
+++ b/portfolio/pages/en/software/projects/board-of-education-bot.md
@@ -0,0 +1,120 @@
+---
+logosub: "Software developer"
+language: "en"
+title: "Board of Education Bot"
+---
+
+The Board of Education (Ro)Bot is a development platform made by Parallax.
+
+This school project was mainly to learn about basic electronics and programming for embedded devices. The BoeBot was created by Parallax and uses the Javelin stamp processor. This processor accepts the high-level programming language Java to control different pieces of hardware on the robot. The robot started as a simple prototype board with two servo motors. Sensors and actuators were later placed on the breadboard to allow sensory input and output. We created a GUI named "Robot at Work" which allowed the robot to follow a path using QPI linefollowers. The robot could also be controlled with an IR remote control.
+
+
+
+
+
+
+
+
+
+ Class diagram
+
+
+
+
+
+
+
+
+
+
+
+ Javelin board
+
+
+
+
+
+
+
+
+
+
+
+
+ GUI design
+
+
+
+
+
+
+
+
+
+
+
+
+ Robot top
+
+
+
+
+
+
+
+
+
+
+
+
+ Robot side
+
+
+
\ No newline at end of file