Browse Source

Updated website with personal information

master
Jeffery Russell 6 years ago
parent
commit
5b7ae44c14
1 changed files with 10 additions and 11 deletions
  1. +10
    -11
      index.html

+ 10
- 11
index.html View File

@ -5,8 +5,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<meta name="description" content="Portfolio website for Jeffery Russell a computer science student at RIT">
<meta name="author" content="Jeffery Russell">
<title>Jeffery Russell</title>
@ -28,7 +28,7 @@
<!-- Navigation -->
<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">Start Bootstrap</a>
<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">
Menu
<i class="fa fa-bars"></i>
@ -52,11 +52,11 @@
<!-- Header -->
<header class="masthead">
<div class="container">
<img class="img-fluid" src="img/profile.png" alt="">
<div class="intro-text">
<span class="name">Start Bootstrap</span>
<span class="name">Jeffery Russell</span>
<hr class="star-light">
<span class="skills">Web Developer - Graphic Artist - User Experience Designer</span>
<span class="skills">First year computer science student at RIT</span>
</div>
</div>
</header>
@ -138,15 +138,15 @@
<hr class="star-light">
<div class="row">
<div class="col-lg-4 ml-auto">
<p>Freelancer is a free bootstrap theme created by Start Bootstrap. The download includes the complete source files including HTML, CSS, and JavaScript as well as optional LESS stylesheets for easy customization.</p>
<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>
</div>
<div class="col-lg-4 mr-auto">
<p>Whether you're a student looking to showcase your work, a professional looking to attract clients, or a graphic artist looking to share your projects, this template is the perfect starting point!</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 8 programming languages: PHP, Java, Python, SQL, HTML, Bash, C# and VB. </p>
</div>
<div class="col-lg-8 mx-auto text-center">
<a href="#" class="btn btn-lg btn-outline">
<i class="fa fa-download"></i>
Download Theme
Download Portfolio
</a>
</div>
</div>
@ -160,7 +160,7 @@
<hr class="star-primary">
<div class="row">
<div class="col-lg-8 mx-auto">
<p>Jeffery@jrtechs.net</p>
</div>
</div>
</div>
@ -508,7 +508,6 @@
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/freelancer.min.js"></script>

Loading…
Cancel
Save