Browse Source

Fixed font awsome and added buttons in header section to link sections.

master
jrtechs 5 years ago
parent
commit
7fe535113a
2 changed files with 21 additions and 3 deletions
  1. +1
    -1
      css/freelancer.css
  2. +20
    -2
      index.html

+ 1
- 1
css/freelancer.css View File

@ -190,7 +190,7 @@ header.masthead {
header.masthead .intro-text .name
{
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size:6vw;
font-size:5vw;
font-weight: 700;
display: block;
text-transform: uppercase;

+ 20
- 2
index.html View File

@ -10,7 +10,10 @@
<title>Jeffery Russell</title>
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- <link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"> -->
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<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">
@ -67,9 +70,24 @@
<!-- Header -->
<header class="masthead banner">
<div class="intro-text">
<span class="name">Jeffery Russell</span>
<span class="name pt-md-5">Jeffery Russell</span>
<hr class="star-light">
<span class="skills">Computer Science Student at RIT</span>
<br>
<div class="row">
<div class="md-6">
<a href="#portfolio" class="btn btn-lg btn-outline js-scroll-trigger p-4 center-text">
<i class="fa fa-wrench"></i>
Projects
</a>
</div>
<div class="md-6">
<a href="#portfolio" class="btn btn-lg btn-outline js-scroll-trigger p-4 center-text">
<i class="fa fa-wrench"></i>
Projects
</a>
</div>
</div>
</div>
</header>

Loading…
Cancel
Save