GithubHelp home page GithubHelp logo

amplication / site Goto Github PK

View Code? Open in Web Editor NEW
14.0 9.0 10.0 31.74 MB

The Amplication website

Home Page: https://amplication.com

HTML 40.12% CSS 50.79% JavaScript 0.35% SCSS 8.74%
hacktoberfest

site's Introduction

Amplication site

This repo holds the code for the first Amplication.com site and it is no longer in use

site's People

Contributors

alonram avatar basilvictor avatar code-reaper08 avatar iddan avatar leeyaacov avatar matanforu avatar nir9 avatar rutam21 avatar sohailg avatar tupe12334 avatar udanna avatar yuval-hazaz avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

site's Issues

Upgrade the Issue Template to use GitHub Issue forms ๐Ÿ“œ

Introduction

GitHub has recently rolled out a public beta for their issue forms feature. This would allow us to create interactive issue templates and validate them.

Amplication Site currently doesn't use any issue template format. The task is to create GitHub issue forms for this repository.

Tasks summary:

  • Fork & clone this repository
  • Prepare bug report issue form in .github/ISSUE_TEMPLATE/bug.yaml
  • Prepare documentation issue form in .github/ISSUE_TEMPLATE/documentation.yaml
  • Prepare feature request issue form in .github/ISSUE_TEMPLATE/feature.yaml
  • Push changes to master and test issue forms on your fork
  • Submit pull request

Customizing the default scrollbar

The default scrollbar looks a little jarring. Customizing it to the website's color theme enhances the look and feel. This is just an suggestive enhancement.

Existing scrollbar:
image

Button icon text spacing not present

In the current version of the website some buttons having icon with text to their right don't have proper spacing in between them.
Screenshot
image

๐Ÿš€ Feature: Add a PR Template

๐Ÿ”– Feature description

This issue aims to bring in a standard template that will be used whenever we raise a PR to this repository.

๐ŸŽค Pitch

Well, whenever the community contributes, we want to ensure they have followed certain guidelines and their contribution is up to the mark. Adding a PR template would enable the maintainers to have a quick check whether the contributor has gone through all the required steps before raising a PR or not.

โœŒ๏ธ Solution

A PR template yaml file needs to be added to the .github folder.

๐Ÿ”„๏ธ Alternative

This is the best-suited approach to address this issue.

๐Ÿ‘€ Have you spent some time checking if this issue has been raised before?

  • I checked and didn't find a similar issue

๐Ÿข Have you read the Code of Conduct?

๐Ÿš€ Feature: Modularize the site

๐Ÿ”– Feature description

Use a SSG to be able to break up the code and make updates easy across this site.

๐ŸŽค Pitch

  • By using a SSG we can break out reusable parts of the site so they can be updated only once.
  • With a build process we can apply cool "tricks" to improve the sites performance.
    • Minifying HTML
    • Inlining critical CSS
  • Now that generic components and parts of the code are no longer in the same file as the content of the pages.
    • The content of the pages are easier to read and edit.
  • We can apply different loading behaviors when in development vs production, like CSS files can be deferred in prod as we inline critical CSS. Same as JS.
    • Overall this would improve FCP, TTI, TBT, and more!
  • Some values can be written into the HTML rather than requiring HTTP requests on client.
    • Like the version number, it's now outputted into the HTML and not gotten with a get request on client.
  • We can use data sources to create HTML
    • The teams page is hardcoded HTML, instead we could just loop over data entries in a JSON to render team members.

โœŒ๏ธ Solution

I created a PR for this.

๐Ÿ”„๏ธ Alternative

You could manually go in and change every file...

๐Ÿ‘€ Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

๐Ÿข Have you read the Code of Conduct?

๐Ÿ› Bug Report: Bug in the main page/team page when screen wider than 1920px

It seems that the hero is aligned to the left while all other content is in the center. It's noticeable as soon as the screen becomes wider than the regular 1920 px width
image

also, on the team page, when we go wider than 1920px, the text on the left side become tiny while the main img on the right grow with the page due to the responsive
image

Add a Contributing Guidelines and CODE_OF_CONDUCT file to the repository

Introduction

Amplication Site currently doesn't have Contributing Guidelines and CODE_OF_CONDUCT files. The task is to create these two files for this repository as per the files in Amplication repository.

Tasks summary:

  • Fork & clone this repository
  • Prepare Contributing Guidelines file in CONTRIBUTING.md
  • Prepare CODE_OF_CONDUCT file in CODE_OF_CONDUCT.md
  • Push changes to master and test issue forms on your fork
  • Submit pull request

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.