Skip to content

Commit

Permalink
removed slideshow from featured page, added pictures, fixed typo, and…
Browse files Browse the repository at this point in the history
… linked video to the main page.
  • Loading branch information
rambriz91 committed Mar 2, 2024
1 parent 4067aa3 commit 27d0a15
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ column-gap: 1em;
font-weight: 900 !important;
}

#nova-img {
.nova-img {
width: 350px;
margin-left: auto;
margin-right: auto;
Expand Down
27 changes: 16 additions & 11 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

<div class="slider">
<h1 class="heading"><img height="50px" class="heading-icon" src="../assets/images/logo.png"/> ARC Featured Pets</h1>

<div class="slideshow" id="featured-pets"></div>
<!-- commented out slider per client request -->
<!-- <div class="slideshow" id="featured-pets"></div> -->
</div>

<!-- <div class="slider"> -->
Expand All @@ -30,22 +30,27 @@ <h2> Meet Nova! </h2>
<p>Beautiful, classic Doggo girl, over a year old, healthy, friendly, spayed, up to date on all vaccinations. Lots of basic training under her belt, adoptions only AVAILABLE IN SAN DIEGO COUNTY, CA!
Nova arrives with a complete trousseau, including bedding, doggy-wear, toys, bowls, treat bags, and much, much more. We have invested a great deal into this valuable beauty.

As you see in the photos, Nova is LOVING and GREAT with well-bred teenagers, too!
As you see in the photos, Nova is LOVING and GREAT with well-behaved teenagers, too!

While deafness can be a recessive trait for Doggos: We GUARANTEE that this VERY GOOD GIRL is absolutely not deaf at all. In fact, she can hear a food wrapper anywhere on your property, lol! Food driven and highly trainable. Our rescue will only consider families experienced with Doggo Argentinos/similar breeds. Please do your research before contacting us.

While we have no papers on Nova, she certainly APPEARS to conform to the traditional standards of excellence- we have observed many of the traditional genetic, behavioral traits and characteristics of Doggos in this beauty!</p>

<img id="nova-img" src="../subdirs/nova/Nova-1.jpg"/>
<img id="nova-img" src="../subdirs/nova/Nova-2.jpg"/>
<img id="nova-img" src="../subdirs/nova/Nova-3.jpg"/>
<img id="nova-img" src="../subdirs/nova/Nova-4.jpg"/>
<img id="nova-img" src="../subdirs/nova/Nova-5.jpg"/>
<img class="nova-img" src="../subdirs/nova/Nova-1.jpg"/>
<img class="nova-img" src="../subdirs/nova/Nova-2.jpg"/>
<img class="nova-img" src="../subdirs/nova/Nova-3.jpg"/>
<img class="nova-img" src="../subdirs/nova/Nova-4.jpg"/>
<img class="nova-img" src="../subdirs/nova/Nova-5.jpg"/>
<img class='nova-img' src="../subdirs/nova/Nova-6.JPG" alt="Nova pointing"/>
<img class='nova-img' src="../subdirs/nova/Nova-7.jpg" alt="Nova eating treats"/>
<img class='nova-img' src="../subdirs/nova/Nova-8.jpg" alt="Nova on the couch"/>
<img class='nova-img' src="../subdirs/nova/Nova-9.jpg" alt="Nova with person"/>
<img class='nova-img' src="../subdirs/nova/Nova-10.jpg" alt="Nova with teens"/>

<video width="320" height="240" controls>
<video width="640" height="480" controls>
<source src="Nova-video-1.mp4" type="video/mp4">
</video>
<video width="320" height="240" controls>
<video width="640" height="480" controls>
<source src="Nova-video-2.mp4" type="video/mp4">
</video>
</div>
Expand All @@ -54,7 +59,7 @@ <h2> Meet Nova! </h2>
<h1 class="heading"><img height="50px" class="heading-icon" src="../assets/images/logo.png"/> ARC TV</h1>

<div class="fade-left"></div>
<iframe style="width: 66vw; height:75vh;" src="https://youtu.be/L4LwkeiE9cc?si=jIsZ6O6ViMPtZ8q7" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/L4LwkeiE9cc?si=PUOSGFwODwC9QeUa" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<div class="fade-right"></div>
</div>

Expand Down
Binary file added subdirs/nova/Nova-10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added subdirs/nova/Nova-6.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added subdirs/nova/Nova-7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added subdirs/nova/Nova-8.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added subdirs/nova/Nova-9.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 27d0a15

Please sign in to comment.