Giter Club home page Giter Club logo

linkfree_generator's Introduction

Hi there👋, I'm Tom!

const name = 'Tom';

Developer dev = new Developer(name);

while(dev.isCoding())
{
  dev.listenToMusic();
  dev.openStackOverFlow();
  dev.drinkWater();
}

Check out my portfolio website to get to know my tech stack and some other cool stuff.

linkfree_generator's People

Contributors

codeajay avatar darkterminal avatar loftwah avatar prajwalborkar avatar schmelto avatar thegoodgamer14 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

linkfree_generator's Issues

[Bug]: Links Fields Broken

What happened?

The Links Section Fields are broken. Script removed.
I WIP for that bug

What browsers are you seeing the problem on?

No response

Relevant log output

No response

[Bug]: Button size inconsistency

What happened?

Screenshot 2022-06-11 190047

The delete button should be the same height as the input fields and should be right aligned to match the alignment of the 'Add row' button

What browsers are you seeing the problem on?

Chrome

Relevant log output

No response

[Feat]: Update to Version 2

Feature request

example json:

{
  "name": "Eddie Jaoude",
  "type": "personal",
  "displayStatsPublic": true,
  "bio": "Open Source DevRel | Founder of **EddieHub** | GitHub Star",
  "avatar": "https://github.com/eddiejaoude.png",
  "tags": ["Open Source", "javascript", "typescript", "nextjs", "DevOps"],
  "socials": [
    { "platform": "twitter", "url": "https://twitter.com/eddiejaoude" },
    { "platform": "github", "url": "https://github.com/eddiejaoude" }
  ],
  "links": [
    {
      "name": "Business DevRel Services",
      "url": "http://eddiejaoude.io",
      "icon": "link"
    }
  ],
  "milestones": [
    {
      "title": "Started Freelancing",
      "date": "May 2010",
      "icon": "dollar",
      "color": "grey",
      "description": "Started freelancing again",
      "url": "https://www.eddiejaoude.io/"
    }
  ]
}

[Bug]: No main element

What happened?

The document is missing a main tag. Change the div with class container to a main tag instead.

What browsers are you seeing the problem on?

No response

Relevant log output

No response

[Bug]: h3 should be h2

What happened?

The h3 tags wrapping Links and Milestones headings should be h2 tags.

What browsers are you seeing the problem on?

No response

Relevant log output

No response

[Bug]: Need More Colums for Milestones

What happened?

Missing Column for color
The Complete Milestones columns is:

  • Title ✔️
  • Date ✔️
  • Icon ✔️
  • Color ✖️
  • Description ✔️
  • URL ✔️

Screenshot

image

What browsers are you seeing the problem on?

No response

Relevant log output

No response

[Bug]: Responsivity

What happened?

Screenshot 2022-06-11 191046

Currently some fields overflow on ipad and mobile. Add mobile responsivity so that this works at all screen sizes.

What browsers are you seeing the problem on?

Chrome

Relevant log output

No response

[Bug]: Typo in Milestones

What happened?

The title in Milestones section says:
Desctiption

instead of Description

What browsers are you seeing the problem on?

Chrome

Relevant log output

No response

[Bug]: Date input is missing an aria-label

What happened?

The date input element in the milestones section has no label and therefore needs an aria-label attribute adding to make it accessible.

<input type="date" name="date" aria-label="date" class="form-control" placeholder="">

What browsers are you seeing the problem on?

Chrome

Relevant log output

No response

[Feat]: add support for testimonials

Feature request

Our LinkFree profile generator should include a feature to support testimonials. Users should be able to enter their profile information, including their LinkFree username, and display the names of individuals who gave them testimonials. Additionally, the feature should provide a mechanism for users to enable or disable these testimonials using checkboxes or a similar approach.

[Feat]: Update available icons dynamically

Feature request

Icons can be dynamically found here. I noticed your version was slightly behind or didn't include all of them. You could gather them here and generate the options this way. It would be a cool feature. I could build it if you'd like a PR.

[Feat]: add tests for icons

Feature request

with #33 icons will be fetched automatically. As validation tests could be implemented so that the call on
https://raw.githubusercontent.com/EddieHubCommunity/LinkFree/main/src/config/links.json returns a json object with the key validIcons

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.