Skip to content

Commit

Permalink
Change url from adamgraham.io to adamgraham.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgraham committed Sep 29, 2024
1 parent 61a76e0 commit 4ee5cb4
Show file tree
Hide file tree
Showing 82 changed files with 5,521 additions and 769 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
siteMetadata: {
title: 'Adam Graham',
siteUrl: 'https://adamgraham.io',
siteUrl: 'https://adamgraham.github.io',
description:
'Adam Graham is a professional software engineer and game developer inspired by a passion for art, design, and engineering.',
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@adamgraham/portfolio",
"version": "1.0.0",
"homepage": "https://adamgraham.io",
"homepage": "https://adamgraham.github.io",
"private": true,
"dependencies": {
"@zigurous/css-styles": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/GalleryPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const GalleryPage = ({ category, gallery, location }) => {
id={category}
location={location}
metadata={{
url: `https://adamgraham.io/${category}`,
url: `https://adamgraham.github.io/${category}`,
title: `Adam Graham • ${titleCase(category)}`,
}}
>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Project.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const Project = ({ className, project }) => (
)}
{section.mainVideo && (
<EmbeddedYouTube
origin="https://adamgraham.io"
origin="https://adamgraham.github.io"
videoId={section.mainVideo}
/>
)}
Expand Down Expand Up @@ -98,7 +98,7 @@ const Project = ({ className, project }) => (
<EmbeddedYouTube
className="margin-bottom-lg"
key={video}
origin="https://adamgraham.io"
origin="https://adamgraham.github.io"
videoId={video}
/>
))}
Expand Down
2 changes: 1 addition & 1 deletion src/components/ProjectPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const ProjectPage = ({ category, gallery, location, project }) => {
id={project.id}
location={location}
metadata={{
url: `https://adamgraham.io/${project.category}/${project.id}`,
url: `https://adamgraham.github.io/${project.category}/${project.id}`,
title: `Adam Graham • ${project.title}`,
description: project.description_short || project.description,
image: project.image && project.image.sharp.original.src,
Expand Down
16 changes: 8 additions & 8 deletions src/data/websites.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"buttons": [
{
"name": "View Website",
"link": "https://adamgraham.io/preview/alliumfloral"
"link": "https://adamgraham.github.io/preview/alliumfloral"
}
],
"sections": [
Expand Down Expand Up @@ -106,7 +106,7 @@
"buttons": [
{
"name": "View Website",
"link": "https://adamgraham.io/preview/demonthon"
"link": "https://adamgraham.github.io/preview/demonthon"
}
],
"sections": [
Expand Down Expand Up @@ -137,7 +137,7 @@
"buttons": [
{
"name": "View Website",
"link": "https://adamgraham.io/preview/besuper"
"link": "https://adamgraham.github.io/preview/besuper"
}
],
"sections": [
Expand Down Expand Up @@ -168,7 +168,7 @@
"buttons": [
{
"name": "View Website",
"link": "https://adamgraham.io/preview/ashantisjones"
"link": "https://adamgraham.github.io/preview/ashantisjones"
}
],
"sections": [
Expand Down Expand Up @@ -199,7 +199,7 @@
"buttons": [
{
"name": "View Website",
"link": "https://adamgraham.io/preview/margaretbaughman"
"link": "https://adamgraham.github.io/preview/margaretbaughman"
}
],
"sections": [
Expand Down Expand Up @@ -233,7 +233,7 @@
"buttons": [
{
"name": "View Website",
"link": "https://adamgraham.io/preview/taylorcochranmusic"
"link": "https://adamgraham.github.io/preview/taylorcochranmusic"
}
],
"sections": [
Expand Down Expand Up @@ -267,7 +267,7 @@
"buttons": [
{
"name": "View Website",
"link": "https://adamgraham.io/preview/squishem"
"link": "https://adamgraham.github.io/preview/squishem"
}
],
"sections": [
Expand Down Expand Up @@ -301,7 +301,7 @@
"buttons": [
{
"name": "View Website",
"link": "https://adamgraham.io/preview/letitbeard"
"link": "https://adamgraham.github.io/preview/letitbeard"
}
],
"sections": [
Expand Down
6 changes: 3 additions & 3 deletions static/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ RewriteEngine on
RewriteBase /

# Redirect www to non www
RewriteCond %{HTTP_HOST} ^www.adamgraham.io
RewriteRule (.*) http://adamgraham.io/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^www.adamgraham.github.io
RewriteRule (.*) http://adamgraham.github.io/$1 [R=301,L]

# Redirect http to https
RewriteCond %{HTTPS} off
RewriteCond %{HTTP_HOST} ^adamgraham.io
RewriteCond %{HTTP_HOST} ^adamgraham.github.io
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
#Header always set Content-Security-Policy "upgrade-insecure-requests;"

Expand Down
2 changes: 1 addition & 1 deletion static/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
adamgraham.io
adamgraham.github.io
440 changes: 438 additions & 2 deletions static/preview/andrewmack/static/js/main.01d1064d.chunk.js

Large diffs are not rendered by default.

480 changes: 478 additions & 2 deletions static/preview/andrewmack/static/js/main.0dc4d246.chunk.js

Large diffs are not rendered by default.

440 changes: 438 additions & 2 deletions static/preview/andrewmack/static/js/main.1ac86791.chunk.js

Large diffs are not rendered by default.

471 changes: 469 additions & 2 deletions static/preview/andrewmack/static/js/main.2806e5b9.chunk.js

Large diffs are not rendered by default.

513 changes: 511 additions & 2 deletions static/preview/andrewmack/static/js/main.2a557fdb.chunk.js

Large diffs are not rendered by default.

480 changes: 478 additions & 2 deletions static/preview/andrewmack/static/js/main.3c432196.chunk.js

Large diffs are not rendered by default.

485 changes: 483 additions & 2 deletions static/preview/andrewmack/static/js/main.bb7b66d7.chunk.js

Large diffs are not rendered by default.

485 changes: 483 additions & 2 deletions static/preview/andrewmack/static/js/main.e3891539.chunk.js

Large diffs are not rendered by default.

513 changes: 511 additions & 2 deletions static/preview/andrewmack/static/js/main.e9020ceb.chunk.js

Large diffs are not rendered by default.

485 changes: 483 additions & 2 deletions static/preview/andrewmack/static/js/main.f8d0a200.chunk.js

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions static/preview/besuper/about-krystal-kara.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
<meta property="og:locale" content="en_US"/><!-- custom meta -->
<meta property="og:image" content="http://www.besuperinitiative.com/assets/be-super-website.png"/><!-- custom meta -->
<meta property="og:description" content="Be Super strives to use comic book characters as educational tools to understand social justice issues. A movement calling for everyone to be the hero within."/><!-- custom meta -->

<script type="text/javascript">
// Update the 'nojs'/'js' class on the html node
document.documentElement.className = document.documentElement.className.replace(/\bnojs\b/g, 'js');

// Check that all required assets are uploaded and up-to-date
if(typeof Muse == "undefined") window.Muse = {}; window.Muse.assets = {"required":["jquery-1.8.3.min.js", "museutils.js", "museconfig.js", "jquery.watch.js", "jquery.musemenu.js", "require.js", "about-krystal-kara.css"], "outOfDate":[]};
</script>

<link rel="shortcut icon" href="images/a-master-dark-favicon.ico?crc=4251471574"/>
<title>Be Super | About Krystal Kara</title>
<!-- CSS -->
Expand All @@ -49,7 +49,7 @@
body { margin:0; padding:0; overflow:visible; }
</style>
<!--HTML Widget code-->

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
Expand All @@ -58,8 +58,8 @@

ga('create', 'UA-79545688-1', 'auto');
ga('send', 'pageview');
</script>
</script>

<style>

.Button_Close{
Expand All @@ -70,7 +70,7 @@
-o-transition: all .8s ease .0s;
transition: all .8s ease .0s;


}


Expand All @@ -82,9 +82,9 @@
-o-transition: all .8s ease .0s;
transition: all .8s ease .0s;


}


.Button_Close{

Expand All @@ -99,26 +99,26 @@
-o-transform: rotate(3360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);

}


</style>




</head>
<body>

<!--HTML Widget code-->



<div class="clearfix" id="page"><!-- column -->
<div class="position_content" id="page_position_content">
<div class="size_fixed colelem" id="u11853"><!-- custom html -->

</div>
<a class="nonblock nontext pinned-colelem" id="u7312" href="team.html"><!-- simple frame --></a>
<a class="nonblock nontext Button Button_Close clearfix pinned-colelem" id="buttonu7313" href="team.html"><!-- container box --><div class="grpelem" id="u7315" data-mu-ie-matrix="progid:DXImageTransform.Microsoft.Matrix(M11=0.7071,M12=0.7071,M21=-0.7071,M22=0.7071,SizingMethod='auto expand')" data-mu-ie-matrix-dx="4" data-mu-ie-matrix-dy="-12"><!-- simple frame --></div><div class="grpelem" id="u7314" data-mu-ie-matrix="progid:DXImageTransform.Microsoft.Matrix(M11=0.7071,M12=-0.7071,M21=0.7071,M22=0.7071,SizingMethod='auto expand')" data-mu-ie-matrix-dx="4" data-mu-ie-matrix-dy="-12"><!-- simple frame --></div></a>
Expand Down Expand Up @@ -147,8 +147,8 @@
</div>
<div class="clearfix colelem" id="pu7310"><!-- group -->
<div class="size_fixed grpelem" id="u7310"><!-- custom html -->


</div>
<div class="grpelem" id="u1036"><!-- simple frame --></div>
</div>
Expand All @@ -175,7 +175,7 @@ <h3>Krystal Kara</h3>
<p><span><a class="nonblock" href="assets/be-super-proposal.pdf" target="_blank">Be Super Proposal</a></span> // <span><a class="nonblock" href="assets/be-super-harassment-policy-2016.pdf" target="_blank">Harassment Policy</a></span> // <span><a class="nonblock" href="mailto:[email protected]">[email protected]</a></span></p>
</div>
<div class="clearfix colelem" id="u1054-8"><!-- content -->
<p>Copyright © Be Super 2016 // All Rights Reserved // Designed by <span><a class="nonblock" href="http://adamgraham.io" target="_blank">Adam Graham</a></span></p>
<p>Copyright © Be Super 2016 // All Rights Reserved // Designed by <span><a class="nonblock" href="http://adamgraham.github.io" target="_blank">Adam Graham</a></span></p>
</div>
</div>
</div>
Expand Down Expand Up @@ -211,11 +211,11 @@ <h3>Krystal Kara</h3>
</script>
<!-- RequireJS script -->
<script src="scripts/require.js?crc=4108833657" type="text/javascript" async data-main="scripts/museconfig.js?crc=4242129463" onload="if (requirejs) requirejs.onError = function(requireType, requireModule) { if (requireType && requireType.toString && requireType.toString().indexOf && 0 <= requireType.toString().indexOf('#scripterror')) window.Muse.assets.check(); }" onerror="window.Muse.assets.check();"></script>

<!--HTML Widget code-->




</body>
</html>
Loading

0 comments on commit 4ee5cb4

Please sign in to comment.