Skip to content

Commit

Permalink
Merge pull request 0xFloyd#10 from MrRyanFloyd/link-change
Browse files Browse the repository at this point in the history
Change links
  • Loading branch information
0xFloyd authored Aug 13, 2021
2 parents e411286 + d8dd290 commit f246090
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 16 deletions.
44 changes: 29 additions & 15 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -1065,18 +1065,18 @@ Ammo().then((Ammo) => {
0x0077b5,
true
);
createBox(
35,
2,
-70,
4,
4,
1,
boxTexture.globe,
URL.ryanfloyd,
0xffffff,
false
);
// createBox(
// 35,
// 2,
// -70,
// 4,
// 4,
// 1,
// boxTexture.globe,
// URL.ryanfloyd,
// 0xffffff,
// false
// );

createBox(
27,
Expand All @@ -1091,8 +1091,21 @@ Ammo().then((Ammo) => {
false
);

// createBox(
// 44,
// 2,
// -70,
// 4,
// 4,
// 1,
// boxTexture.writing,
// URL.devTo,
// 0x000000,
// false
// );

createBox(
44,
35,
2,
-70,
4,
Expand All @@ -1108,8 +1121,9 @@ Ammo().then((Ammo) => {
floatingLabel(11.875, 4.5, -70, 'Github');
floatingLabel(19.125, 4.5, -70, 'LinkedIn');
floatingLabel(26.875, 4.5, -70, 'Email');
floatingLabel(35, 6.5, -70, ' Static \nWebsite');
floatingLabel(44, 6.5, -70, ' How I \nmade this');
// floatingLabel(35, 6.5, -70, ' Static \nWebsite');
floatingLabel(35, 6.5, -70, ' How I \nmade this');
// floatingLabel(44, 6.5, -70, ' How I \nmade this');

allSkillsSection(-50, 0.025, 20, 40, 40, boxTexture.allSkills);
allSkillsSection(61, 0.025, 13, 30, 60, inputText.activities);
Expand Down
2 changes: 1 addition & 1 deletion src/resources/textures.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ URL.ryanfloyd = 'https://ryanfloyd.io';
URL.bagholderBets = 'https://bagholder-bets.herokuapp.com';
URL.homeSweetHomeURL = 'https://github.com/MrRyanFloyd/home-sweet-127.0.0.1';
URL.gitHub = 'https://github.com/MrRyanFloyd/Portfolio_2020';
URL.twitter = 'https://twitter.com/mrryanfloyd';
URL.twitter = 'https://twitter.com/0xFloyd';
URL.LinkedIn = 'https://www.linkedin.com/in/ryan-floyd/';
URL.email = 'https://mailto:[email protected]';
URL.githubBagholder = 'https://github.com/MrRyanFloyd/bagholder-bets';
Expand Down

0 comments on commit f246090

Please sign in to comment.