Skip to content

Commit

Permalink
stuff added
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisAdrian142 committed Feb 9, 2024
1 parent 656e5e7 commit 62f5159
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ <h1>About me</h1>
<!-- todo: background video -->
<div class="background-video">
<video autoplay muted loop>
<source src="/Videos/intro.mp4" type="video/mp4" />
<source src="Videos/intro.mp4" type="video/mp4" />
</video>
</div>
<br />
Expand All @@ -551,7 +551,7 @@ <h3><span class="hobbies">My hobbies: </span></h3>
></span
>
<img
src="/images/v12044gd0000cki9093c77ufrfbsva4g.gif"
src="images/v12044gd0000cki9093c77ufrfbsva4g.gif"
alt=""
class="hobbies-image"
/>
Expand All @@ -566,7 +566,7 @@ <h3><span class="hobbies">My hobbies: </span></h3>
<i>"Bravo Six, Going Dark."</i>
</span>
<img
src="/images/v09044g40000ce5nsgjc77udo2vfirs0.gif"
src="images/v09044g40000ce5nsgjc77udo2vfirs0.gif"
alt=""
class="hobbies-image"
/>
Expand All @@ -581,7 +581,7 @@ <h3><span class="hobbies">My hobbies: </span></h3>
<i>"Wubba Lubba Dub Dub!"</i>
</span>
<img
src="/images/v0f044gc0000clj6ibvog65glckc77e0.gif"
src="images/v0f044gc0000clj6ibvog65glckc77e0.gif"
alt=""
class="hobbies-image"
/>
Expand Down
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
<!-- ? VIDEO -->
<div class="contact-box">
<video autoplay muted loop class="contact-video">
<source src="/Videos/rickmortyContact.mov" />
<source src="Videos/rickmortyContact.mov" />
</video>
</div>

Expand Down
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
rel="stylesheet"
/>
<link rel="stylesheet" href="images/" />
<link rel="stylesheet" href="/icons/" />
<link rel="stylesheet" href="/Videos/" />
<link rel="stylesheet" href="icons/" />
<link rel="stylesheet" href="Videos/" />

<style>
body {
Expand Down Expand Up @@ -529,7 +529,7 @@ <h1>About me</h1>
<!-- todo: background video -->
<div class="background-video">
<video autoplay muted loop>
<source src="/Videos/intro.mp4" type="video/mp4" />
<source src="Videos/intro.mp4" type="video/mp4" />
</video>
</div>
<br />
Expand All @@ -555,7 +555,7 @@ <h3><span class="hobbies">My hobbies: </span></h3>
></span
>
<img
src="/images/v12044gd0000cki9093c77ufrfbsva4g.gif"
src="images/v12044gd0000cki9093c77ufrfbsva4g.gif"
alt=""
class="hobbies-image"
/>
Expand All @@ -570,7 +570,7 @@ <h3><span class="hobbies">My hobbies: </span></h3>
<i>"Bravo Six, Going Dark."</i>
</span>
<img
src="/images/v09044g40000ce5nsgjc77udo2vfirs0.gif"
src="images/v09044g40000ce5nsgjc77udo2vfirs0.gif"
alt=""
class="hobbies-image"
/>
Expand All @@ -585,7 +585,7 @@ <h3><span class="hobbies">My hobbies: </span></h3>
<i>"Wubba Lubba Dub Dub!"</i>
</span>
<img
src="/images/v0f044gc0000clj6ibvog65glckc77e0.gif"
src="images/v0f044gc0000clj6ibvog65glckc77e0.gif"
alt=""
class="hobbies-image"
/>
Expand Down
10 changes: 5 additions & 5 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@
id="hotspots-container"
class="hidden w-90 mw-1200 mx-auto rounded shadow text-center"
style="
background: url(/images/RickPickle.png);
background: url(images/RickPickle.png);
background-size: 100% auto;
background-repeat: no-repeat;
background-position: center;
Expand All @@ -705,7 +705,7 @@
>
<div
style="
background: url(/images/AlpacaGenerator.png);
background: url(images/AlpacaGenerator.png);
padding-bottom: 40%;
background-size: contain;
background-repeat: no-repeat;
Expand All @@ -728,7 +728,7 @@
>
<div
style="
background: url(/images/AccordionProject.png);
background: url(images/AccordionProject.png);
padding-bottom: 40%;
padding-top: 5%;
background-size: contain;
Expand All @@ -750,7 +750,7 @@
>
<div
style="
background: url(/images/F22project.png);
background: url(images/F22project.png);
padding-bottom: 40%;
background-size: contain;
background-repeat: no-repeat;
Expand All @@ -774,7 +774,7 @@
>
<div
style="
background: url(/images/pickle\ rick.jpeg);
background: url(images/pickle\ rick.jpeg);
padding-bottom: 40%;
background-size: contain;
background-repeat: no-repeat;
Expand Down

0 comments on commit 62f5159

Please sign in to comment.