Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update project-2048.html #7

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content=" FILL ME IN ">
<meta name="author" content=" FILL ME IN ">
<title>Cameron Pittman: Portfolio</title>
<meta name="description" content=" Optimized portfolio based on Cameron's initial framework ">
<meta name="author" content=" ********** Miguel Rodriguez ********** ">
<title>Miguel Rodriguez: Portfolio</title>

<!-- Hmm, what is the impact of web fonts on speed? Measure it... -->
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">
<!-- link href="//fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet" -->

<link href="css/style.css" rel="stylesheet">
<link href="css/print.css" rel="stylesheet">
<link href="css/print.css" rel="stylesheet" media="print">

<script>
(function(w,g){w['GoogleAnalyticsObject']=g;
Expand Down
12 changes: 6 additions & 6 deletions project-2048.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content=" FILL ME IN ">
<meta name="author" content=" FILL ME IN ">
<title>Cameron Pittman: Portfolio</title>
<meta name="description" content=" Optimized portfolio based on Cameron's initial framework ">
<meta name="author" content=" ********** Miguel Rodriguez ********** ">
<title>Miguel Rodriguez: Portfolio</title>

<!-- Hmm, what is the impact of web fonts on speed? Measure it... -->
<!-- <link href="//fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet"> -->

<link href="css/style.css" rel="stylesheet">
<link href="css/print.css" rel="stylesheet">
<link async href="css/print.css" rel="stylesheet" media="print">

<script>
(function(w,g){w['GoogleAnalyticsObject']=g;
Expand All @@ -22,7 +22,7 @@
ga('send', 'pageview');
</script>
<script src="//www.google-analytics.com/analytics.js"></script>
<script src="js/perfmatters.js"></script>
<script async src="js/perfmatters.js"></script>
</head>

<body>
Expand All @@ -38,7 +38,7 @@

<div class="content">

<img class="img-responsive" src="http://cameronwp.github.io/udportfolio/img/2048.png">
<img class="img-responsive" src="/img/2048.png">

<p>Bacon ipsum dolor sit amet et pork belly porchetta excepteur dolor, laborum laboris magna labore dolore in fugiat beef ribs. Fugiat leberkas nulla do kevin dolore. Flank hamburger dolor swine prosciutto sirloin pig jerky sunt consequat pariatur. Mollit meatloaf nostrud laboris shoulder excepteur velit officia meatball nisi turkey. Nulla jowl spare ribs, et drumstick magna frankfurter.</p>

Expand Down