Skip to content

Commit

Permalink
deploy: 6d2232c
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasRamos5 committed Jul 10, 2023
1 parent 3c8a697 commit adfc62f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
10 changes: 5 additions & 5 deletions assets/css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions college board/java/2023/06/13/Mario.html
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ <h1 class="post-title p-name" itemprop="name headline">Mario Lesson</h1><p class
c2.drawImage(this.image, this.position.x, this.position.y);
}
}
class tube {
class Tube {
constructor(image) {
this.position = {
x: 10,
Expand All @@ -959,7 +959,7 @@ <h1 class="post-title p-name" itemprop="name headline">Mario Lesson</h1><p class
image2.onload = function() {
const player2 = new Player2();
const platform2 = new Platform2(image2);
const tube = new tube(image2);
const tube = new Tube(image2);
const keys2 = {
right: {
pressed: false
Expand Down Expand Up @@ -1035,7 +1035,13 @@ <h1 class="post-title p-name" itemprop="name headline">Mario Lesson</h1><p class
});
};

image2.src = 'https://samayass.github.io/samayaCSA/images/platform.png';
const imageTube = new Image();
imageTube.onload = function() {
image2.src = 'https://samayass.github.io/samayaCSA/images/platform.png';
};

imageTube.src = 'https://samayass.github.io/samayaCSA/images/platform.png';

</script>

</div>
Expand Down
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.1.1">Jekyll</generator><link href="https://nicholasramos5.github.io/VSCodings/feed.xml" rel="self" type="application/atom+xml" /><link href="https://nicholasramos5.github.io/VSCodings/" rel="alternate" type="text/html" /><updated>2023-07-09T23:18:33-05:00</updated><id>https://nicholasramos5.github.io/VSCodings/feed.xml</id><title type="html">Nicholas’ fastpages</title><subtitle>A very cool blog platform</subtitle><entry><title type="html">Mario Lesson</title><link href="https://nicholasramos5.github.io/VSCodings/college%20board/java/2023/06/13/Mario.html" rel="alternate" type="text/html" title="Mario Lesson" /><published>2023-06-13T00:00:00-05:00</published><updated>2023-06-13T00:00:00-05:00</updated><id>https://nicholasramos5.github.io/VSCodings/college%20board/java/2023/06/13/Mario</id><author><name></name></author><category term="college board" /><category term="java" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">College Board Notes</title><link href="https://nicholasramos5.github.io/VSCodings/college%20board/java/2023/06/10/CollegeBoardPrep.html" rel="alternate" type="text/html" title="College Board Notes" /><published>2023-06-10T00:00:00-05:00</published><updated>2023-06-10T00:00:00-05:00</updated><id>https://nicholasramos5.github.io/VSCodings/college%20board/java/2023/06/10/CollegeBoardPrep</id><author><name></name></author><category term="college board" /><category term="java" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">APCSA Reflection</title><link href="https://nicholasramos5.github.io/VSCodings/college%20board/java/2023/06/06/Reflection.html" rel="alternate" type="text/html" title="APCSA Reflection" /><published>2023-06-06T00:00:00-05:00</published><updated>2023-06-06T00:00:00-05:00</updated><id>https://nicholasramos5.github.io/VSCodings/college%20board/java/2023/06/06/Reflection</id><author><name></name></author><category term="college board" /><category term="java" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">Lesson 3 Hacks</title><link href="https://nicholasramos5.github.io/VSCodings/college%20board/java/2023/04/27/LessonTheLast.html" rel="alternate" type="text/html" title="Lesson 3 Hacks" /><published>2023-04-27T00:00:00-05:00</published><updated>2023-04-27T00:00:00-05:00</updated><id>https://nicholasramos5.github.io/VSCodings/college%20board/java/2023/04/27/LessonTheLast</id><author><name></name></author><category term="college board" /><category term="java" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">Title</title><link href="https://nicholasramos5.github.io/VSCodings/2023/04/27/Lesson3.html" rel="alternate" type="text/html" title="Title" /><published>2023-04-27T00:00:00-05:00</published><updated>2023-04-27T00:00:00-05:00</updated><id>https://nicholasramos5.github.io/VSCodings/2023/04/27/Lesson3</id><author><name></name></author><summary type="html"><![CDATA[]]></summary></entry></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.1.1">Jekyll</generator><link href="https://nicholasramos5.github.io/VSCodings/feed.xml" rel="self" type="application/atom+xml" /><link href="https://nicholasramos5.github.io/VSCodings/" rel="alternate" type="text/html" /><updated>2023-07-10T14:27:22-05:00</updated><id>https://nicholasramos5.github.io/VSCodings/feed.xml</id><title type="html">Nicholas’ fastpages</title><subtitle>A very cool blog platform</subtitle><entry><title type="html">Mario Lesson</title><link href="https://nicholasramos5.github.io/VSCodings/college%20board/java/2023/06/13/Mario.html" rel="alternate" type="text/html" title="Mario Lesson" /><published>2023-06-13T00:00:00-05:00</published><updated>2023-06-13T00:00:00-05:00</updated><id>https://nicholasramos5.github.io/VSCodings/college%20board/java/2023/06/13/Mario</id><author><name></name></author><category term="college board" /><category term="java" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">College Board Notes</title><link href="https://nicholasramos5.github.io/VSCodings/college%20board/java/2023/06/10/CollegeBoardPrep.html" rel="alternate" type="text/html" title="College Board Notes" /><published>2023-06-10T00:00:00-05:00</published><updated>2023-06-10T00:00:00-05:00</updated><id>https://nicholasramos5.github.io/VSCodings/college%20board/java/2023/06/10/CollegeBoardPrep</id><author><name></name></author><category term="college board" /><category term="java" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">APCSA Reflection</title><link href="https://nicholasramos5.github.io/VSCodings/college%20board/java/2023/06/06/Reflection.html" rel="alternate" type="text/html" title="APCSA Reflection" /><published>2023-06-06T00:00:00-05:00</published><updated>2023-06-06T00:00:00-05:00</updated><id>https://nicholasramos5.github.io/VSCodings/college%20board/java/2023/06/06/Reflection</id><author><name></name></author><category term="college board" /><category term="java" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">Lesson 3 Hacks</title><link href="https://nicholasramos5.github.io/VSCodings/college%20board/java/2023/04/27/LessonTheLast.html" rel="alternate" type="text/html" title="Lesson 3 Hacks" /><published>2023-04-27T00:00:00-05:00</published><updated>2023-04-27T00:00:00-05:00</updated><id>https://nicholasramos5.github.io/VSCodings/college%20board/java/2023/04/27/LessonTheLast</id><author><name></name></author><category term="college board" /><category term="java" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">Title</title><link href="https://nicholasramos5.github.io/VSCodings/2023/04/27/Lesson3.html" rel="alternate" type="text/html" title="Title" /><published>2023-04-27T00:00:00-05:00</published><updated>2023-04-27T00:00:00-05:00</updated><id>https://nicholasramos5.github.io/VSCodings/2023/04/27/Lesson3</id><author><name></name></author><summary type="html"><![CDATA[]]></summary></entry></feed>

0 comments on commit adfc62f

Please sign in to comment.