Browse Source

Uploaded resume to website

master
jrtechs 6 years ago
parent
commit
27d06fd7c4
2 changed files with 39 additions and 21 deletions
  1. BIN
      Jeffery_Russell_Resume.pdf
  2. +39
    -21
      index.html

BIN
Jeffery_Russell_Resume.pdf View File


+ 39
- 21
index.html View File

@ -16,7 +16,8 @@
<!-- Custom fonts for this template -->
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic"
rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="css/freelancer.min.css" rel="stylesheet">
@ -29,7 +30,9 @@
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Jeffery Russell</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive"
aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
</button>
@ -56,7 +59,7 @@
<div class="intro-text">
<span class="name">Jeffery Russell</span>
<hr class="star-light">
<span class="skills">First year computer science student at RIT</span>
<span class="skills">Computer Science Student at RIT</span>
</div>
</div>
</header>
@ -138,13 +141,23 @@
<hr class="star-light">
<div class="row">
<div class="col-lg-4 ml-auto">
<p>I am currently a first year computer science student at the Golisano College of Computing and Information Science at Rochester Institute of Technology.</p>
<p>I am currently a sophomore studying Computer Science Rochester Institute of Technology. I am a very
outgoing person who enjoys collaborating and working with others. Feel free to check out my github and
other websites to see what I have been working on.</p>
</div>
<div class="col-lg-4 mr-auto">
<p>I am very passionate about coding and the open source community. Over the course of my life I have strove to learn more. Currently I know 9 programming languages: PHP, Java, Python, SQL, HTML, Bash, Java Script, C# and VB. </p>
<!--
<p>I am very passionate about coding and the open source community. Over the course of my life I
have strove to learn more. Currently I know 9 programming languages: PHP, Java, Python, SQL, HTML,
Bash, Java Script, C and VB. </p>
-->
<p>I am a self proclaimed geek; I have been programming since I salvaged parts to build a computer when
I was in 6th grade. Computers are my lifeblood. When I am not programming - or reading - I enjoy
excising and riding my bike.</p>
</div>
<div class="col-lg-8 mx-auto text-center">
<a href="#" class="btn btn-lg btn-outline">
<a href="https://jrtechs.me/Jeffery_Russell_Resume.pdf" class="btn btn-lg btn-outline">
<i class="fa fa-download"></i>
Download Portfolio
</a>
@ -194,16 +207,12 @@
<i class="fa fa-fw fa-wordpress"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn-social btn-outline" href="#">
<i class="fa fa-fw fa-linkedin"></i>
</a>
</li>
</ul>
</div>
<div class="footer-col col-md-4">
<h3>About This Website</h3>
<p>Feel free to check out the source code for this website on my <a href="https://github.com/jrtechs">github</a>.</p>
<p>Feel free to check out the source code for this website on my
<a href="https://github.com/jrtechs">github</a>.</p>
</div>
</div>
</div>
@ -243,10 +252,12 @@
<h2>Pioneer Malting Employee Website</h2>
<hr class="star-primary">
<img class="img-fluid img-centered" src="img/portfolio/pioneer.png" alt="">
<p>Over several months I built a web application for pioneer malting which kept track of inventory, clients, payroll hours,
<p>Over several months I built a web application for pioneer malting which kept track of
inventory, clients, payroll hours,
orders, batches, and shipments.
This website was built using PHP, SQL, HTML, and CSS.
With the source code being well over ten thousand lines long, it has pushed me towards refining my coding conventions and version control
With the source code being well over ten thousand lines long, it has pushed me towards refining
my coding conventions and version control
to an art. I currently host and maintain this website on my personal linux server.
</p>
<ul class="list-inline item-details">
@ -298,7 +309,8 @@
<h2>Hoffends Employee Website</h2>
<hr class="star-primary">
<img class="img-fluid img-centered" src="img/portfolio/hoffends.png" alt="">
<p> This is a PHP website that keeps track of employee hours for payroll. I also built an android app which interfaces with this website so
<p> This is a PHP website that keeps track of employee hours for payroll. I also built an
android app which interfaces with this website so
employees can conveniently clock in/out with an android tablet when they arrive at work.
</p>
<ul class="list-inline item-details">
@ -356,7 +368,8 @@
<h2>Personal Blog</h2>
<hr class="star-primary">
<img class="img-fluid img-centered" src="img/portfolio/jrtechs.net.png" alt="">
<p>Initially started when I was in middle school, <a href="http://jrtechs.net">jrtechs</a> is a personal blog where I post projects that I have been working on.</p>
<p>Initially started when I was in middle school, <a href="http://jrtechs.net">jrtechs</a>
is a personal blog where I post projects that I have been working on.</p>
<ul class="list-inline item-details">
<li>Date:
<strong>
@ -395,9 +408,11 @@
<h2>Java Tanks Game</h2>
<hr class="star-primary">
<img class="img-fluid img-centered" src="img/portfolio/tanks.png" alt="">
<p>Usually in high school AP classes after the final exam in May you have nothing to do in June. However, during my junior year of high school
<p>Usually in high school AP classes after the final exam in May you have nothing to do in June.
However, during my junior year of high school
I took it upon myself to teach my AP programming class java GUIs -
something not covered in the curriculum. After personally teaching the class several lessons, we started making a tanks game - using git for version control.</p>
something not covered in the curriculum. After personally teaching the class several lessons,
we started making a tanks game - using git for version control.</p>
<ul class="list-inline item-details">
<li>Date:
<strong>
@ -436,7 +451,8 @@
<h2>Musical Floppy Drives</h2>
<hr class="star-primary">
<img class="img-fluid img-centered" src="img/portfolio/floppy.jpg" alt="">
<p>Being somebody that happens to posses 10 floppy drives, I decided to make something with them. As the title suggests, I wired 8 floppy drives
<p>Being somebody that happens to posses 10 floppy drives, I decided to make something with them.
As the title suggests, I wired 8 floppy drives
to a raspberry pi to play music off them.</p>
<ul class="list-inline item-details">
<li>Date:
@ -482,8 +498,10 @@
<h2>Quotes Website for a Friend</h2>
<hr class="star-primary">
<img class="img-fluid img-centered" src="img/portfolio/quotes.png" alt="">
<p>In high school my friend had a static web page where he posted quotes that people said. During winter break I decided amp up his project and
create a dynamic website in PHP that would display the quotes on pictures of pandas. Along with displaying quotes, this website also has a web forum where
<p>In high school my friend had a static web page where he posted quotes that people said. During
winter break I decided amp up his project and
create a dynamic website in PHP that would display the quotes on pictures of pandas. Along with
displaying quotes, this website also has a web forum where
registered users can submit new quotes.</p>
<ul class="list-inline item-details">
<li>Date:

Loading…
Cancel
Save