diff --git a/config.toml b/config.toml
index 31e6810..0b6070a 100644
--- a/config.toml
+++ b/config.toml
@@ -1,13 +1,12 @@
baseurl = "https://skaterdude97.github.io"
languageCode = "en-us"
-title = "Code Corner"
+title = "Andrei Stoica - Code Corner"
theme = "light-hugo"
author = "Andrei Stoica"
-copyright = "© Copyright 2017 Andrei Stoica"
+copyright = "© Copyright 2019 Andrei Stoica"
[Params]
email = "andrei.stoica.365@gmail.com"
github = "skaterdude97"
linkedin = "andrei-stoica"
-
diff --git a/content/pages/Resume.md b/content/pages/Resume.md
index 1da83c4..89acd20 100644
--- a/content/pages/Resume.md
+++ b/content/pages/Resume.md
@@ -4,91 +4,96 @@ title = "Resume"
+++
-Skills and Abilities
-------------------------
-* Organization skills
-* Teamwork skills developed/demonstrated during during volunteer work and
- during school projects,worked teams of 3 to 4
-* Strong independent worker throughout education getting assignments
- completed on time, and during volunteer work
+Education
+---------
+* **Bachelor of Science - Computer Science**, {{< date "2018" >}}
+
*University of Ontario Institute of Technology (UOIT), Oshawa, ON*
-Computer Skils
+* **Master of Science - Computer Science**,
+ {{< date "Expected Completion 2020" >}}
+
*University of Ontario Institute of Technology (UOIT), Oshawa, ON*
+
+Work Experience
+--------------------
+* **Teaching Assistant**
+*University of Ontario Institute of Technology (UOIT), Oshawa, ON*
+{{< date "Sept. 2017 - Apr. 2018; Sept 2018 - Present" >}}
+ - Lead students on in-class activities
+ - Corrected student work and provided feedback for improvement
+ - Courses:
+ {{< shortlist >}}
+ Mobile Devices
+ - Programing Workshop
+ - System Development and Integration
+ {{< /shortlist >}}
+
+* **Research Assistant**
+*University of Ontario Institute of Technology (UOIT), Oshawa, ON*
+{{< date "May 2018 - Aug. 2018" >}}
+ - Worked toward developing a framework for classifying text data
+ - created a neural network that can classifies Computer Science terms
+
+Software Development Experience
--------------
* Multiple Operating Systems - Linux and Windows experience in both school
work and personal life
-* **Programing languages used in school projects**
- - Java and JavaFX Library
+* **Programing languages and Frameworks**
+
+{{< shortlist >}}
+ Java and JavaFX Library
- Kotlin and Anko Library
- Assembly
- C/C++
- Python
+ - Tensorflow
+ - Numpy
+ - Clojure and ClojureScript
+ - Javascript
+ - Node.js
+ - HTML
+ - CSS
+{{< /shortlist >}}
* **Software Design and Development tools**
- - Unified Modeling Language
+
+{{< shortlist >}}
+ Unified Modeling Language
- Git
- Visual Studio
- Eclipse
- Android Studio
- MS Visio
-
-Work Experience *2017-present*
---------------------
-* **Teaching Assistant**
-*University of Ontario Institute of Technology (UOIT), Oshawa, ON*
- - Lead students on in-class activities
- - Corrected student work and provided feedback for improvement
-
-
-Volunteer Experience *2013-2014*
---------------------
-
-* Canadian Cancer Society Halton Unit
- - Worked in a team fundraising, selling daffodils to public to raise money
- for cancer
-* Oakville Ensemble
- - Organized musical equipment for live performance
-* Drew Hildenbrand Teen Benefit Fund
- - Registered participants, assigned identifying numbers to each runner to be
- tracked by organizers
- - Supplied multiple refreshments booths
-* Food for Life
- - Independently picked up food from local business to be donated to homeless
- and impoverished people
-* Oakville Family Ribfeast
- - Organized Recyclables, compost and waste to reduce ecological impact of
- event
-
-Education
----------
-* **Bachelor of Science - Computer Science**, *Graduating 2018*
-*University of Ontario Institute of Technology (UOIT), Oshawa, ON*
- - 2.88 GPA
+{{< /shortlist >}}
Project Experience
------------------
-* **Vigenère Cipher**, *April 12, 2016*
+* **Vigenère Cipher**, {{< date "April, 2016" >}}
- Created a program that encrypts a user provided string using a user
provided key, and can decrypt a ciphertext using a user provided key
using assembly language
-* **Java File Server**, *April 8, 2016*
+* **[Java File Server](github.com/andrei-stoica/csci2020u-TeamHypeFileSharing)**,
+ {{< date "April, 2016" >}}
- Programed a server and a client that used to upload files to the server
and retrieve them using Java.
-* **AVL Tree**, *December 4, 2015*
+* **[AVL Tree](github.com/andrei-stoica/CSCI-2010U_Assignment3_AVL_trees)**,
+ {{< date "December, 2015" >}}
- Created a program that processes a stream of integers and stores them in an
AVL tree, then print a graph of the tree and traverse it to find a specific
number using Java
-* **Falling Object Simulation**, *November 26, 2014*
+* **Falling Object Simulation**, {{< date "November, 2014" >}}
- Programed a simulation of the motion of an object that is a connected to
a bungee cord through the air using C++.
-Hobbies *2013-Present*
+Hobbies
-------
* Build computers for others, source and consult on components required,
- install and teach then to install themselves
-troubleshoot software issues; fix problems and after suggestion on avoiding future problems
+ install and teach then to install themselves troubleshoot software issues;
+ fix problems and after suggestion on avoiding future problems
* Set up printers; wired and wireless configuration
-
+* Maintain a home media and storage server for family running the latest
+ Ubuntu LTS
+* FOSS enthusiast
diff --git a/content/post/Welcome.md b/content/post/Welcome.md
index e2c7f71..dd58ea7 100644
--- a/content/post/Welcome.md
+++ b/content/post/Welcome.md
@@ -1,11 +1,23 @@
+++
-date = "2017-05-03T12:01:01-04:00"
+
+date = "2019-01-07T15:32:55-05:00"
title = "Welcome"
+++
Welcome to Code Corner!
=======================
-The purpose of this website is to serve as a spot to track my experiences and
-knowledge I gain during my exploration of computer science. It will also host
-my resume and links to my social media.
+Welcome to my website/blog. Going forward this will serve as a outlet for me to
+document and share my experiences as I explore the intricate world of computer
+science. I will be updating the blog portion of this site as I discover new
+interesting technologies.
+
+I am currently pursuing a Masters in Computer Science, supervised by
+[Dr Ken Pu](http://db.science.uoit.ca/). My work will focus on automatic topic
+discovery and understanding of text data. This will provide a large part of
+the posts made here in the future.
+
+This site also host my resume and links to my profiles on other platforms.
+
+Stay tuned for more,
+
Andrei
diff --git a/layouts/partials/foot.html b/layouts/partials/foot.html
new file mode 100644
index 0000000..fcf873f
--- /dev/null
+++ b/layouts/partials/foot.html
@@ -0,0 +1,4 @@
+