Giter Site home page Giter Site logo

site's People

Contributors

3t8 avatar aadixc0de avatar adityyaa-10 avatar akshatcoder-hash avatar dependabot[bot] avatar mukul108 avatar nooras avatar oussamaosman02 avatar shoray2002 avatar slim-codes avatar vivekpal1 avatar yash-var avatar yutyo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

site's Issues

Add dark mode

Add dark mode to the whole website

  • add toggle to header

NPM Install throwing error

Error shown after running NPM install

  • Environment - Ubuntu (Linux)
  • I just encountered an issue while working on issue #87

Screenshot from 2022-10-19 22-37-06

Screenshot from 2022-10-19 22-35-59

[reactjs eslint] Error: Missing "key" prop for element in iterator react/jsx-key in ./pages/devs.js

Unable to deploy the website due to this error.
Please check these lines in ./pages/devs.js

<div className={styles.teams}>
                            {details.map(item =>
                                <div>
                                    {item.username &&
                                        <div key={item.username}>
                                            <img title={item.username} src={github + item.username + png} className={styles.profileImg} />
                                            <div className={styles.buttonGap}>
                                                <button className={styles.whiteBtn} onClick={() => { window.open(github + item.username, "_blank") }}><MdCode className={styles.icon} />GitHub</button>
                                                <button className={styles.whiteBtn} onClick={() => { window.open(twitter + item.twitterUsername, "_blank") }}><FaTwitter className={styles.icon} />Twitter</button>
                                                <button className={styles.whiteBtn} onClick={() => { window.open(item.portfolio, "_blank") }}><FaUserCircle className={styles.icon} />Portfolio</button>
                                            </div>
                                            <hr />
                                        </div>
                                    }
                                </div>
                            )}
                        </div>

Screenshot from 2022-10-16 16-17-48

Top most content is not visible

Due to the fixed Navbar, the top most content, i.e., the headings of the pages are not properly visible

๐Ÿ‘‡๐Ÿป๐Ÿ‘‡๐Ÿป

Screenshot from 2022-10-16 01-06-59
Screenshot from 2022-10-16 01-07-15

Packages

I have seen the code and the package.json have some old versions that might be updated.
This are the suggested changes:

package version used recommended version type
@typeform/embed-react 1.21.0 2.1.0 major
next 12.1.0 12.3.1 minor
next-pwa 5.5.4 5.6.0 minor
react 17.0.2 18.2.0 major
react-dom 17.0.2 18.2.0 major
react-icons 4.3.1 4.4.0 minor

But, with the updated dependecies, react-device-mockups and react-mockup trhow me an error while trying to install them

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.