Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Don't Merge]: Created a featured project section for showcasing the projects. #898

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Gitstar-OC
Copy link
Contributor

The projects section is completely dynamic and created as an array so that there will not be any repitions, it will take the following things.

const projectData = [
  {
    name: ""
    time: 20,
    description: ``,
    doubloons: 1475,
    projectImagePath: '/dummyImage.png', // path or link of the image.
    Option: { // for the top image 
      src: '', // cloud image link 
      name: '', // name and alt text
    },
    otherOptions: { // for the bottom images.  
      src: [
        '',
        '',
        '',
      ],
      name: ['SD Card', 'OpenAI Credits ', 'iFixit Kit'], // alt for the images respectively 
    },
  },

It currently looks like the below image
Screenshot 2024-12-01 000033

but it is not optimized for mobile screen and I don't know how to show it on mobile. Any ideas will help.

Don't Merge

Copy link

vercel bot commented Nov 30, 2024

@Gitstar-OC is attempting to deploy a commit to the Hack Club Team on Vercel.

A member of the Team first needs to authorize it.

@Gitstar-OC Gitstar-OC marked this pull request as draft November 30, 2024 19:52
@Gitstar-OC
Copy link
Contributor Author

Gitstar-OC commented Nov 30, 2024

#272 @polytroper. Hey Chris could you review it and tell me how shoudl I aim for that same thing on smaller devices ? It's not properly implemented on smaller devices for now.

Should I just remove the arrows from it and show it in a vertical way ?

@Gitstar-OC Gitstar-OC changed the title Created a featured project section for showcasing the projects. [Don't Merge]: Created a featured project section for showcasing the projects. Nov 30, 2024
@Gitstar-OC Gitstar-OC marked this pull request as ready for review December 3, 2024 03:23
Copy link

vercel bot commented Dec 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
high-seas ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 11, 2024 8:11pm

@lachlanjc
Copy link
Member

lachlanjc commented Dec 5, 2024

📝 Changed routes:

/marketing
Screenshot of /marketing
(view full size)

Commit 1779154 (https://high-seas-4w2t0snin.hackclub.dev).

@Gitstar-OC
Copy link
Contributor Author

Gitstar-OC commented Dec 5, 2024

Who approved this ? Any thoughts on it

@malted malted marked this pull request as draft December 6, 2024 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants