Skip to content

Commit

Permalink
Add content to _data
Browse files Browse the repository at this point in the history
  • Loading branch information
Serubin committed Nov 28, 2017
1 parent 76bc29a commit a26e530
Show file tree
Hide file tree
Showing 10 changed files with 212 additions and 214 deletions.
6 changes: 5 additions & 1 deletion _config.yml
@@ -1,6 +1,10 @@
name: "Solomon Rubin"
blog_title: "Thoughts and Ramblings"
description: ""
description: "I am currently a <b>Software Systems Engineer</b> at the <b>MITRE</b> Corperation <br />
actively continuing my education and learning both in and out of school. <br />
Over the last eight years I have developed an extensive technical skillset <br/>
focusing on <b>Full-Stack Development</b> and general <b>Software Engineering</b>. <br />
I have particular intrest in <b>Linux</b> and <b>Open Source</b> Software development."

url: "https://serubin.net"
# URL for open-graph things which appear not
Expand Down
22 changes: 22 additions & 0 deletions _data/education.yml
@@ -0,0 +1,22 @@
- title: "Rochester Institute of Technology"
icon: "fa-paw"
meta: "Rochester, NY :: 2014-2019"
desc:
- "Major: Computer Science BS"
- "Courses taken: Data Structures, Distributed & Parallel Systems, Python, Java, Assembly, and C"
- "President: Linux User Group (2 years)"
- title: "Northeastern University"
icon: "fa-university"
meta: "Boston, Ma :: 2012-2014"
desc:
- "Non-Degree Computer Science Program (12 Credit)"
- "Courses taken: TCP/IP 1 & 2, Databases, Web Design"
- "Program Pioneers, Original Cohort"
- title: "Minuteman High School"
icon: "fa-book"
meta: "Lexington, Ma :: 2010-2014"
desc:
- "Highschool Diploma, with honors"
- "Computer Science Vocational Certificate"
- "Student Government: School Board & Council Representative"

10 changes: 10 additions & 0 deletions _data/links.yml
@@ -0,0 +1,10 @@
- title: "Resume"
link: "https://serubin.net/resume"
icon: "fa-file-text"
- title: "Github"
link: "https://github.com/Serubin"
icon: "fa-github"
- title: "Linkedin"
link: "https://linkedin.com/in/serubin"
icon: "fa-linkedin"

27 changes: 27 additions & 0 deletions _data/projects.yml
@@ -0,0 +1,27 @@
- title: "PulseClient"
img: "assets/images/projects/pulseclient.jpg"
desc: "PulseClient is an Open Source alternative client for the popular SMS app PulseSMS on android. PulseClient uses Vue.js to create a lightning fast, responsive webapp to enable easier and faster SMS communication from your computer."
links:
- title: "Source Code"
link: "https://github.com/Serubin/PulseClient-Vue"

- title: "Manglr"
img: "assets/images/projects/openshorturl.jpg"
desc: "A highly functional and featured, self-deployable URL shortener. Designed as a standalone application Manglr allows for anyone to host their own URL Shortener and track analytics and statistics on their users and shortened URLs. Work in Progress."
links:
- title: "Source Code"
link: "https://github.com/Serubin/Manglr"

- title: "Dotfiles"
img: "assets/images/projects/dotfiles.jpg"
desc: "The Dotfiles project is exactly what it sounds like. This dotfiles framework provides lightweight highly configured and highly configurable default configurtion. It provides a starting point for ZSH, Bash, Vim (as an IDE), tmux, and much more. Also features a very usable installer and updater."
links:
- title: "Source Code"
link: "https://github.com/Serubin/Dotfiles"

- title: "Mindcloud"
img: "assets/images/projects/mindcloud.jpg"
desc: "Minecloud was a project born out of a business idea to better connect thinkers with doers by creating an online social conversation framework to help enable doers to respond directly to \"problems\" identified by thinkers and respond with \"solutions\". The main task was to create a scaleable social framework prototype to faciliate the \"problem\", \"solution\" framework in just under 7 months."
links:
- title: "Source Code"
link: "https://github.com/Serubin/Mindcloud"
25 changes: 25 additions & 0 deletions _data/skills_accomplishments.yml
@@ -0,0 +1,25 @@
- title: "Awards and Certifications"
icon: "fa-folder"
desc:
- "SkillsUSA: National Bronze Web Design Champion"
- "OSHA - 10 Hours"
- "RIT: Computing Award (Scholarship)"
- title: "Programming"
icon: "fa-cloud"
desc:
- "C, Java, Python"
- "JavaScript, NodeJS"
- "HTML/CSS, PHP"
- "Bash, SQL, LAMP"
- "Grunt, Maven, Make"
- "Git, SVN"
- title: "Systems & Apps"
icon: "fa-check"
desc:
- "Debian, Arch"
- "RHEL, ESXI"
- "MacOS"
- "Android System"
- "Distributed Systems"
- "Remote Systems"

27 changes: 27 additions & 0 deletions _data/work.yml
@@ -0,0 +1,27 @@
- title: "MITRE"
img: "assets/images/projects/mitre.jpg"
meta: "5/2016-Present :: McLean, Va"
desc: "MITRE is a not-for-profit government research enterprise that specalizes in Cyber Security and Technical innovation. I've worked as a Cyber Security and Software Engineer taking part in a a number of projects ranging from reverse engineer to creating analytic tools. I've created low level emulation software and also worked heavily on the development of high profile cyber threat analysis tools, as well as various other high profile project."

- title: "MIT Lincoln Lab"
img: "assets/images/projects/mitll.jpg"
meta: "2/2014-8/2015 :: Boston, Ma"
desc: "MIT Lincoln Lab is a government funded military research facility in which I was introduced to real-world project flows on a huge scale as well as challenging engineering problems that tested my own knowledge. I explored a plethora of projects such as machine learning and detection algerithms, and large scale paraellel computing."

- title: "RIT End-Point Engineering"
img: "assets/images/projects/ritits.jpg"
meta: "9/2014-Present :: Rochester, Ny"
desc: "Endpoint Engineering is a team working out of RIT's IT service which serves to manage and maintain all software and updates on all University owned machines. I helped to modernize legacy systems to user friendly, highly functional applications."

- title: "Escapecraft"
img: "assets/images/projects/escapecraft.jpg"
meta: "2011-2015 :: Online"
desc: "Escapecraft is a Minecraft gaming community where I was introduced to the foundations of System Adminastration and Programming in an environment that provided a platform for rapid, hands on team learning."
projects:
- title: "Serubans (Java)"
link: "https://github.com/Serubin/SeruBans"
- title: "Hatme (Java)"
link: "https://github.com/Serubin/HatMe/"
- title: "EscapePlug (Java)"
link: "https://github.com/Escapecraft/EscapePlug"

10 changes: 8 additions & 2 deletions _includes/footer.html
Expand Up @@ -2,8 +2,14 @@
<div id="spacer"></div>
<div id="footer-inner">
<ul class="buttons">
<li style="padding:5px;"><a href="http://github.com/Serubin" alt="Github" target="_blank" class="button special"> <strong>Github</a></li>
<li><a href="http://linkedin.com/in/serubin" alt="Linkedin" target="_blank" class="button special"> <strong>LinkedIn</a></li>
{% for link in site.data.links %}
<li>
<a href="{{ link.link }}" alt="{{ link.title }}" target="_blank" class="button special">
<span class="icon {{ link.icon }}"> </span>
<strong>{{ link.title }}</strong>
</a>
</li>
{% endfor %}
</ul>

<p class="copyright">
Expand Down
Binary file added assets/images/projects/pulseclient.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 14 additions & 11 deletions assets/scss/_sections.scss
Expand Up @@ -24,17 +24,6 @@ header {
position: relative;
text-align: center;

&:before, &:after {
border-bottom: solid 1.5px;
border-top: solid 1.5px;
content: '';
height: 7px;
opacity: 0.1;
position: absolute;
top: 1.75em;
width: 43%;
}

&:before {
left: 0;
}
Expand Down Expand Up @@ -63,6 +52,20 @@ header {
opacity: 0.35;
}
}

.buttons li a.button {
min-width: 12em;
.icon {
cursor: pointer;
text-align: center;
top: 0em;
}

.icon:before {
font-size: 1.5em;
opacity: 1;
}
}
}

footer {
Expand Down

0 comments on commit a26e530

Please sign in to comment.