Code Monkey home page Code Monkey logo

ezpie's Introduction

hey there


๐Ÿง‘โ€๐Ÿ’ป About Me :

I am a all in one Developer from India.

  • ๐Ÿ”ญ I like to make webapps with react(and angular), mobile apps, games, machine learning models, and a lot more.

  • โšก In my free time, I solve programming problems at leetcode(for no reason).

  • ๐Ÿ“ซHow to reach me: gmail Badge


๐Ÿ› ๏ธ Languages and Tools :

ย  ย  ย  ย  ย  ย  ย  ย  ย  ย  ย  ย  ย  ย  ย  ย  ย  ย  ย 

๐Ÿ”ฅ My Stats :

my's GitHub stats GitHub Streak
Top Langs


โœ๏ธ Blog Posts :

ezpie's People

Contributors

akebu6 avatar allcontributors[bot] avatar andemosa avatar ayushhagarwal avatar bhavil-13 avatar ezpieco avatar imgbotapp avatar mcjill avatar mellen avatar ngdream avatar saarthakmaini avatar vijendrapandey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ezpie's Issues

Spacing

The initial website makes the logo really large and leaves a lot of white space which means that the user has to scroll all the down as shown in the screenshots below. The spacing can be reduced to make it user-friendly and less of a scroll

Screenshot 2023-04-20 at 11 16 51 PM

Screenshot 2023-04-20 at 11 16 37 PM

Typos in About Us

The About Us Page on the site has typos that made it hard to understand what the all essence of the project is. I can work on fixing it

Screenshot 2023-04-18 at 9 34 51 PM

Vuejs todo app tutorial

If you know about vue and whould like to make a blog about how to make one simple todo app with it, you can add your blog here.

Follow along these steps in order to make your first blog post in ezpie:

  • Create a file in src/pages/blogs give it a nice title like - learn-vue-by-making-a-todo-app.md

  • Now copy paste this scrap of code in the top of the file:

    ---
    layout: ../../layout/PostLayout.astro
    title: One nice title
    description: give it a clean description. Can be the first para of your blog
    published: what's the date?
    author: you name
    permalink: /blogs/{the title}
    image: /images/thumbnail/{if you have one}.{any, svg is perferred}
    ---
    
  • You can also add a thumbnail if you like, in the public/images/thumbnail svg is perferred

  • Make so content: Now start writing what comes into your mind about how you can create a todo app just the same way you did the first time

  • You can check how it looks by running npm run dev

If you have any issue or any idea that you may want to add just ask me. I will help you any moment you want ๐Ÿ˜„

Tailwindcss error with navbar

I am kind of not good with tailwind and I just came across this error where the hamburger manu will just won't work

issue

On clicking the hamburger menu the navbar should expand and show the navbar links like any other navbar whould, but for some reason it just won't do that I tried a bunch of tricks but they just won't work.

If anyone knows how to solve it would be a plasure if you help out.

Ezpie in newer styles

Hey @ngdream and @Bhavil-13, I think we should convert ezpie into using jekyll.
if you will be comfortable with it do tell.

If there be any problems create an issue and put it in the new ezpie milestone.

Post not appearing But link is

As you can see from this image the link to the top 5 python tricks post is there, but the page is not appearing.

Link is there
image

But no page?
image

If you also open the _site dirctory you can see that the post is there, but still the page is not appearing.
If anyone can solve this, I would be happy to take it ๐Ÿ˜„

Report borken links

Check our site Ezpie for broken links

This issue is for HackToberFest 2022

Follow these steps to report the list of broken links:

๐Ÿ“‹ Steps

  • Visit the site at Ezpie
  • Click at links to see if they are working or not
  • If a link is working then see for links which are not in the other pages
  • Once you are done, you can copy and paste this format at your new issue:
# Report of broken links

1.  URL of broken link - 
image of broken link

2. Repeat for rest

Any issues?

If you have any issue, small or big, you can always ask for help ๐Ÿ˜„. I would be happy to help you in your hacktoberfest contribution ๐Ÿ˜€

Create a blog for 'What are classes in python'

Hi @ngdream can you make a blog for What are class in python?
If yes then follow these steps to make your first PR at ezpie

Step

  • Create a folder inside the blogs folder like this: blogs/ngdream
  • copy paste this code and get started
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="../../css/base.css">
    <link rel="icon" type="image/x-icon" href="../../asset/logo/profile.png">

    <title>ezpie - how to create a rest api using flask</title>
</head>

<body>
    <div class="main-body">
        <!-- Your code -->

        <!-- Ends here -->
        <section class="share">
            <div class="options">
                <p class="text">Like the article? share it &#128516</p>
                <a href="https://twitter.com/intent/tweet" target="_blank" class="link">
                    <img src="../../asset/logo/internet/Twitter-logo.png" alt="tweet about a ezpie blog" width="30px">
                </a>
                <a href="https://dev.to/new" target="_blank" class="link">
                    <img src="../../asset/logo/internet/dev-logo.png" alt="blog about a ezpie blog at dev" width="30px">
                </a>
            </div>
        </section>
    </div>

    <footer class="foot">
        <section class="foot-main">
            <div class="detail">
                <h1 class="head">Ezpie</h1>
                <p><strong>Email</strong>: [email protected]</p>
            </div>
            <div class="tags">
                <h3 class="Header">Top tags</h3>
                <ul class="links">
                    <li><a href="../../searcher/api.html" class="list-item">API</a></li>
                    <li><a href="../../searcher/docker.html" class="list-item">Docker</a></li>
                    <li><a href="../../searcher/python.html" class="list-item">Python</a></li>
                    <li><a href="../../searcher/javascript.html" class="list-item">Javascript</a></li>
                    <li><a href="../../searcher/github.html" class="list-item">GitHub</a></li>
                </ul>
            </div>
            <div class="challenges">
                <h3 class="Header">challenges</h3>
                <!-- TODO add example links -->
                <ul class="links">
                    <li><a href="#" class="list-item">Python challenges</a></li>
                    <li><a href="#" class="list-item">Java challenges</a></li>
                    <li><a href="#" class="list-item">Javascript challenges</a></li>
                    <li><a href="#" class="list-item">Golang challenges</a></li>
                </ul>
            </div>

            <div class="Company">
                <h3 class="Header">Company</h3>
                <ul class="links">
                    <!-- TODO add links -->
                    <li><a href="../company/about.html" class="list-item">About</a></li>
                    <li><a href="../company/privacy.html" class="list-item">Privacy Policy</a></li>
                    <li><a href="../company/terms.html" class="list-item">Terms conditions</a></li>
                </ul>
            </div>
        </section>
        <hr>
        <section class="info">
            <p class="copyright">Copyright (c) 2022 Ezpie</p>
            <div class="net">
                <a href="https://github.com/ishaan010" target="_blank" class="link">
                    <img class="net-icon" src="../../asset/logo/internet/github-logo.png" alt="Ezpie github page"
                        width="30px">
                </a>
                <a href="https://twitter.com/EzpieCo" target="_blank" class="link">
                    <img src="../../asset/logo/internet/Twitter-logo.png" alt="Ezpie twitter page" width="30px"
                        class="net-icon">
                </a>
                <a href="https://dev.to/ishaan010" target="_blank" class="link">
                    <img src="../../asset/logo/internet/dev-logo.png" alt="Ezpie dev.to page" class="net-icon"
                        width="30px">
                </a>
            </div>
        </section>
    </footer>

</body>

</html>

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.