Browse Source

Changed some small consistency things with my blog.

master
jrtechs 5 years ago
parent
commit
3a41408281
4 changed files with 21 additions and 28 deletions
  1. +3
    -1
      README.md
  2. +13
    -13
      css/freelancer.css
  3. +1
    -1
      css/freelancer.min.css
  4. +4
    -13
      index.html

+ 3
- 1
README.md View File

@ -21,4 +21,6 @@ On the contact form I use google's
to use reCAPTCHA on your website, you need to sign up for an account on google's website.
The secret for the captcha goes in a text file above the root
directory for this website called "captchaSecret.txt". The destination
email address is stored above the root directory in a file called "email.txt".
email address is stored above the root directory in a file called "email.txt".
https://www.google.com/recaptcha/admin

+ 13
- 13
css/freelancer.css View File

@ -58,10 +58,10 @@ hr.star-light:after {
background-color: #18BC9C; }
hr.star-primary {
border-color: #2C3E50; }
border-color: #3B536B; }
hr.star-primary:after {
color: #2C3E50;
color: #3B536B;
background-color: white; }
.img-centered {
@ -105,7 +105,7 @@ section.success {
font-weight: 700;
text-transform: uppercase;
border: none;
background: #2C3E50; }
background: #3B536B; }
#mainNav a:focus {
outline: none; }
#mainNav .navbar-brand {
@ -133,7 +133,7 @@ section.success {
border-color: #18BC9C;
background-color: #18BC9C; }
@media (min-width: 992px) {
@media (min-width: 992 px) {
#mainNav {
padding-top: 25px;
padding-bottom: 25px;
@ -271,7 +271,7 @@ header.masthead {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background-color: #2C3E50; }
background-color: #3B536B; }
.portfolio-modal .close-modal .lr .rl {
/* Safari and Chrome */
z-index: 1052;
@ -281,7 +281,7 @@ header.masthead {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
background-color: #2C3E50; }
background-color: #3B536B; }
.portfolio-modal .modal-backdrop {
display: none;
@ -339,12 +339,12 @@ footer {
margin-bottom: 30px; }
footer .footer-above {
padding-top: 50px;
background-color: #2C3E50; }
background-color: #3B536B; }
footer .footer-col {
margin-bottom: 50px; }
footer .footer-below {
padding: 25px 0;
background-color: #2c3e50; }
background-color: #3B536B; }
.btn-outline {
font-size: 20px;
@ -361,8 +361,8 @@ footer {
.btn-primary {
font-weight: 700;
color: white;
border-color: #2C3E50;
background-color: #2C3E50; }
border-color: #3B536B;
background-color: #3B536B; }
.btn-primary.focus, .btn-primary:focus {
color: white;
border-color: black;
@ -390,10 +390,10 @@ footer {
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
border-color: #2C3E50;
background-color: #2C3E50; }
border-color: #3B536B;
background-color: #3B536B; }
.btn-primary .badge {
color: #2C3E50;
color: #3B536B;
background-color: white; }
.btn-success {

+ 1
- 1
css/freelancer.min.css
File diff suppressed because it is too large
View File


+ 4
- 13
index.html View File

@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Portfolio website for Jeffery Russell a computer science student at RIT">
@ -10,29 +9,23 @@
<title>Jeffery Russell</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- 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">
<!-- Custom styles for this template -->
<link href="css/freelancer.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
<button class="navbar-toggler" 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>
<div class="collapse navbar-collapse" id="navbarResponsive">
@ -908,7 +901,7 @@
</script>
<!-- For contact form -->
<script src='https://www.google.com/recaptcha/api.js'></script>
<script src="https://www.google.com/recaptcha/api.js"></script>
<!--
@ -921,10 +914,8 @@
`-` f/ ; / __/ \__ `/ |__/ |
`-' | -| =|\_ \ |-' |
__/ /_..-' ` ),' //
fL ((__.-'((___..-'' \__.'
Wacha doing here?
((__.-'((___..-'' \__.'
Check out more of my code at https://github.com/jrtechs
-->
</body>

Loading…
Cancel
Save