Code Monkey home page Code Monkey logo

Comments (10)

lbecerra99 avatar lbecerra99 commented on June 17, 2024

is it already in a table?

from brownfox.

jayseeg avatar jayseeg commented on June 17, 2024

no, I think it's just a series of a tags with content in them:

        <div class="media-wrapper">
      <div class="store-items">
        <a href="http://www.cdbaby.com/cd/tomhagerman" class="store-item" target="_blank">
          <img src="/img/download.jpg" class="store-image" />
          <span class="store-item-title">Idle Creatures</span>
        </a>
        <a href="http://www.cdbaby.com/cd/hagerman" class="store-item" target="_blank">
          <img src="/img/TheBreakfastPlayground.jpg" class="store-image" />
          <span class="store-item-title">The Breakfast Playground</span>
        </a>
        <a href="http://www.cdbaby.com/cd/tomhagerman2" class="store-item" target="_blank">
          <img src="/img/WaterMusic.jpg" class="store-image" />
          <span class="store-item-title">Water Music</span>
        </a>
        <a href="http://devotchka.myshopify.com/collections/cd-vinyl/products/cd-tom-hagerman-3-cd-bundle" class="store-item" target="_blank">
          <img src="/img/3discBundle.jpg" class="store-image" />
          <span class="store-item-title">3 CD Bundle</span>
        </a>
        <a href="https://itunes.apple.com/us/artist/tom-hagerman/id216928883" class="store-item" target="_blank">
          <img src="/img/3discBundle.jpg" class="store-image" />
          <span class="store-item-title">ITunes</span>
        </a>
      </div>
    </div>

from brownfox.

lbecerra99 avatar lbecerra99 commented on June 17, 2024

could we put them in a table?

from brownfox.

lbecerra99 avatar lbecerra99 commented on June 17, 2024

that may make it look better just happening

from brownfox.

lbecerra99 avatar lbecerra99 commented on June 17, 2024

but im not sure about adding content with that....

from brownfox.

jayseeg avatar jayseeg commented on June 17, 2024

are you looking to make it layout like this:

image title link to buy

?

if so, maybe try making two rows of it in a codepen like so:

<div class="store-item">
  <img src="/img/download.jpg" class="store-image" />
  <span class="store-title">Idle Creatures</span>
  <a href="http://www.cdbaby.com/cd/tomhagerman" class="store-buy-link" target="_blank">Buy Now</a>
</div>

& then add styles to get it how you're thinking:

.store-item {
}

.store-image {
  float: left;
  max-width: 125px;
}

.store-title {
  float: left;
  display: inline-block;
}

.store-buy-link {
  float: left;
  display: inline-block;
}

from brownfox.

jayseeg avatar jayseeg commented on June 17, 2024

I'll check in in the morning to see if @lbecerra99 has any updates here.

@Delta-Duhrโ€”feel free to take a look at it.

from brownfox.

lbecerra99 avatar lbecerra99 commented on June 17, 2024

the store page is currently under construction i cannot work on it if i dont know what im working with

from brownfox.

lbecerra99 avatar lbecerra99 commented on June 17, 2024

PS is the contact page fixed? you deleted that issue but I didnt send you anything to fix it...... @Delta-Duhr @jayseeg

from brownfox.

Delta-Duhr avatar Delta-Duhr commented on June 17, 2024

Go to http://173.255.211.63/store.php to see the final version

from brownfox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.