coala Landing Page - https://gitlab.com/coala/landing is needed as backend

Related tags

CSS lint website coala
Overview

landing-frontend

coala Landing Page - https://gitlab.com/coala/landing is needed as backend

Usage

To run locally:

$ git clone https://github.com/coala/landing-frontend.git
$ cd landing-frontend
$ python2 -m SimpleHTTPServer 8080

Open http://localhost:8080 in your browser.

Adding new code snippets

  • Open /data/snippets and add .md file with code snippet in it.
  • Enclose that code snippet with ```.
  • Open /resources/js/snippets.js and add the name of newly added language and the name of its corresponding .md file.
Comments
  • Add: message when contributors list ends

    Add: message when contributors list ends

    The show more button disappears and message is shown

    Closes https://github.com/coala/landing-frontend/issues/183

    For short term contributors: we understand that getting your commits well defined like we require is a hard task and takes some learning. If you look to help without wanting to contribute long term there's no need for you to learn this. Just drop us a message and we'll take care of brushing up your stuff for merge!

    Checklist

    • [x] I read the commit guidelines and I've followed them.
    • [x] I ran coala over my code locally. (All commits have to pass individually. It is not sufficient to have "fixup commits" on your PR, our bot will still report the issues for the previous commit.) You will likely receive a lot of bot comments and build failures if coala does not pass on every single commit!

    After you submit your pull request, DO NOT click the 'Update Branch' button. When asked for a rebase, consult coala.io/rebase instead.

    Please consider helping us by reviewing other peoples pull requests as well:

    The more you review, the more your score will grow at coala.io and we will review your PRs faster!

    status/approved 
    opened by yashovardhan 51
  • home.html: Made headers imperative

    home.html: Made headers imperative

    Closes https://github.com/coala/landing-frontend/issues/80

    For short term contributors: we understand that getting your commits well defined like we require is a hard task and takes some learning. If you look to help without wanting to contribute long term there's no need for you to learn this. Just drop us a message and we'll take care of brushing up your stuff for merge!

    Checklist

    • [x ] I read the commit guidelines and I've followed them.
    • [x ] I ran coala over my code locally. (All commits have to pass individually. It is not sufficient to have "fixup commits" on your PR, our bot will still report the issues for the previous commit.) You will likely receive a lot of bot comments and build failures if coala does not pass on every single commit!

    After you submit your pull request, DO NOT click the 'Update Branch' button. When asked for a rebase, consult coala.io/rebase instead.

    Please consider helping us by reviewing other peoples pull requests as well:

    The more you review, the more your score will grow at coala.io and we will review your PRs faster!

    process/wip size/S 
    opened by bhyang 25
  • getinvolved.html: string-length restriction added

    getinvolved.html: string-length restriction added

    getinvolved.html: String-length restricted to 30.

    Earlier the member bio and his commit count collided as shown below - capture

    But after the changes it now looks like - capture1

    Closes https://github.com/coala/landing-frontend/issues/108

    size/XS 
    opened by aalind0 22
  • about.html: Fix link to point to bears docs

    about.html: Fix link to point to bears docs

    The link pointed to http://coala.io/#!/languages, it now points to https://coala.io/#/languages.

    Closes https://github.com/coala/landing-frontend/issues/232

    For short term contributors: we understand that getting your commits well defined like we require is a hard task and takes some learning. If you look to help without wanting to contribute long term there's no need for you to learn this. Just drop us a message and we'll take care of brushing up your stuff for merge!

    Checklist

    • [ x] I read the commit guidelines and I've followed them.
    • [x] I ran coala over my code locally. (All commits have to pass individually. It is not sufficient to have "fixup commits" on your PR, our bot will still report the issues for the previous commit.) You will likely receive a lot of bot comments and build failures if coala does not pass on every single commit!

    After you submit your pull request, DO NOT click the 'Update Branch' button. When asked for a rebase, consult coala.io/rebase instead.

    Please consider helping us by reviewing other peoples pull requests as well:

    The more you review, the more your score will grow at coala.io and we will review your PRs faster!

    process/pending review 
    opened by cornu-ammonis 21
  • coalaOnline: Add support for optional settings

    coalaOnline: Add support for optional settings

    screen shot 2017-08-08 at 5 26 18 am screen shot 2017-08-08 at 5 27 34 am

    For short term contributors: we understand that getting your commits well defined like we require is a hard task and takes some learning. If you look to help without wanting to contribute long term there's no need for you to learn this. Just drop us a message and we'll take care of brushing up your stuff for merge!

    Checklist

    • [ ] I read the commit guidelines and I've followed them.
    • [ ] I ran coala over my code locally. (All commits have to pass individually. It is not sufficient to have "fixup commits" on your PR, our bot will still report the issues for the previous commit.) You will likely receive a lot of bot comments and build failures if coala does not pass on every single commit!

    After you submit your pull request, DO NOT click the 'Update Branch' button. When asked for a rebase, consult coala.io/rebase instead.

    Please consider helping us by reviewing other peoples pull requests as well:

    The more you review, the more your score will grow at coala.io and we will review your PRs faster!

    size/S status/approved 
    opened by hemangsk 21
  • coalaonline.html: Change

    coalaonline.html: Change "Add Bear" button font to Roboto

    This changes the font of the "Add Bear" button on Coala Online from Times New Roman to Roboto.

    Closes https://github.com/coala/landing-frontend/issues/270

    For short term contributors: we understand that getting your commits well defined like we require is a hard task and takes some learning. If you look to help without wanting to contribute long term there's no need for you to learn this. Just drop us a message and we'll take care of brushing up your stuff for merge!

    Checklist

    • [ ] I read the commit guidelines and I've followed them.
    • [ ] I ran coala over my code locally. (All commits have to pass individually. It is not sufficient to have "fixup commits" on your PR, our bot will still report the issues for the previous commit.) You will likely receive a lot of bot comments and build failures if coala does not pass on every single commit!

    After you submit your pull request, DO NOT click the 'Update Branch' button. When asked for a rebase, consult coala.io/rebase instead.

    Please consider helping us by reviewing other peoples pull requests as well:

    The more you review, the more your score will grow at coala.io and we will review your PRs faster!

    difficulty/newcomer size/XS process/approved 
    opened by Akhelesh 15
  • Animation Under All Tabs are Working

    Animation Under All Tabs are Working

    Highlighting animation are working under all tabs on navigation between different tabs.

    Fixes https://github.com/coala/landing-frontend/issues/295

    For short term contributors: we understand that getting your commits well defined like we require is a hard task and takes some learning. If you look to help without wanting to contribute long term there's no need for you to learn this. Just drop us a message and we'll take care of brushing up your stuff for merge!

    Checklist

    • [x] I read the commit guidelines and I've followed them.
    • [x] I ran coala over my code locally. (All commits have to pass individually. It is not sufficient to have "fixup commits" on your PR, our bot will still report the issues for the previous commit.) You will likely receive a lot of bot comments and build failures if coala does not pass on every single commit!

    After you submit your pull request, DO NOT click the 'Update Branch' button. When asked for a rebase, consult coala.io/rebase instead.

    Please consider helping us by reviewing other peoples pull requests as well:

    The more you review, the more your score will grow at coala.io and we will review your PRs faster!

    type/bug difficulty/low size/XS process/approved 
    opened by AkshJain99 14
  • Make copyright year dynamic in coala.io

    Make copyright year dynamic in coala.io

    This entrypoint ensures copyright year in foot of coala.io updates every year automatically. This helps in not updating the same every year. Closes https://github.com/coala/landing-frontend/issues/290

    type/bug difficulty/newcomer size/XS process/approved 
    opened by Vaibhav911 13
  • home.html: Wrap --pre in a  code tag

    home.html: Wrap --pre in a code tag

    For short term contributors: we understand that getting your commits well defined like we require is a hard task and takes some learning. If you look to help without wanting to contribute long term there's no need for you to learn this. Just drop us a message and we'll take care of brushing up your stuff for merge!

    Checklist

    • [X] I read the commit guidelines and I've followed them.
    • [X] I ran coala over my code locally. (All commits have to pass individually. It is not sufficient to have "fixup commits" on your PR, our bot will still report the issues for the previous commit.) You will likely receive a lot of bot comments and build failures if coala does not pass on every single commit!

    After you submit your pull request, DO NOT click the 'Update Branch' button. When asked for a rebase, consult coala.io/rebase instead.

    Please consider helping us by reviewing other peoples pull requests as well:

    The more you review, the more your score will grow at coala.io and we will review your PRs faster!

    difficulty/newcomer process/wip size/XS status/STALE 
    opened by gabru-md 13
  • style.css : make search bar placeholder visible in all browser + styling

    style.css : make search bar placeholder visible in all browser + styling

    Closes https://github.com/coala/landing-frontend/issues/119

    For short term contributors: we understand that getting your commits well defined like we require is a hard task and takes some learning. If you look to help without wanting to contribute long term there's no need for you to learn this. Just drop us a message and we'll take care of brushing up your stuff for merge!

    Checklist

    • [x] I read the commit guidelines and I've followed them.
    • [x] I ran coala over my code locally. (All commits have to pass individually. It is not sufficient to have "fixup commits" on your PR, our bot will still report the issues for the previous commit.) You will likely receive a lot of bot comments and build failures if coala does not pass on every single commit!

    After you submit your pull request, DO NOT click the 'Update Branch' button. When asked for a rebase, consult coala.io/rebase instead.

    Please consider helping us by reviewing other peoples pull requests as well:

    The more you review, the more your score will grow at coala.io and we will review your PRs faster!

    size/S 
    opened by rahulkrishnan98 13
  • .coafile: Add IndentationBear, indent style.css

    .coafile: Add IndentationBear, indent style.css

    .coafile: Add IndentationBear, indent style.css

    As pointed out in the gitter channel, the formatting in style.css was mixed up. This PR corrects my previous unintended commit.

    Closes #97

    For short term contributors: we understand that getting your commits well defined like we require is a hard task and takes some learning. If you look to help without wanting to contribute long term there's no need for you to learn this. Just drop us a message and we'll take care of brushing up your stuff for merge!

    Checklist

    • [X] I read the commit guidelines and I've followed them.
    • [X] I ran coala over my code locally. (All commits have to pass individually. It is not sufficient to have "fixup commits" on your PR, our bot will still report the issues for the previous commit.) You will likely receive a lot of bot comments and build failures if coala does not pass on every single commit!

    After you submit your pull request, DO NOT click the 'Update Branch' button. When asked for a rebase, consult coala.io/rebase instead.

    Please consider helping us by reviewing other peoples pull requests as well:

    The more you review, the more your score will grow at coala.io and we will review your PRs faster!

    size/S 
    opened by kaustubhhiware 11
  • Strange string change

    Strange string change

    https://hosted.weblate.org/translate/coala/gci-leaders/en/?checksum=bf4e096f27c5759 got changed to "Don't know" with four dots following it…

    By this person https://hosted.weblate.org/user/nrsorte/

    opened by comradekingu 0
  • Proper mobile view of About page.

    Proper mobile view of About page.

    Mobile view of about page looks fine now by adding scrolling feature.

    Fixes https://github.com/coala/landing-frontend/issues/298

    For short term contributors: we understand that getting your commits well defined like we require is a hard task and takes some learning. If you look to help without wanting to contribute long term there's no need for you to learn this. Just drop us a message and we'll take care of brushing up your stuff for merge!

    Checklist

    • [x] I read the commit guidelines and I've followed them.
    • [x] I ran coala over my code locally. (All commits have to pass individually. It is not sufficient to have "fixup commits" on your PR, our bot will still report the issues for the previous commit.) You will likely receive a lot of bot comments and build failures if coala does not pass on every single commit!

    After you submit your pull request, DO NOT click the 'Update Branch' button. When asked for a rebase, consult coala.io/rebase instead.

    Please consider helping us by reviewing other peoples pull requests as well:

    The more you review, the more your score will grow at coala.io and we will review your PRs faster!

    difficulty/low size/XS process/pending review 
    opened by AkshJain99 11
  • get_involved tab: Typo in the words 'newcomers' guide'

    get_involved tab: Typo in the words 'newcomers' guide'

    To remain consistent with the title of the page that the link is leading to and with the rest of the docs and website, the words newcomer guide should be changed to newcomers' guide. Although this issue is trivial, since this is one of the first pages a developer sees, this should be definitely be corrected.

    This could be a suitable issue for newcomers.

    area/documentation 
    opened by shashank-b 1
  • api.coala.io: Header's aspect ratio not consistent (in mobile browsers)

    api.coala.io: Header's aspect ratio not consistent (in mobile browsers)

    This issue is very similar to https://github.com/coala/landing-frontend/issues/299. Everything there holds true for this one, just that this one is for api.coala.io instead of docs.coala.io. This would make a nice newcomer issue. Once one of them is solved, the person can follow the same process to solve the other one.

    Overview Description

    The coala header in https://api.coala.io/en/latest/ gets scaled only horizontally when viewed using mobile browsers leading to a distortion of the logo. It would be better if the consistency of the logo is maintained.

    Steps to Reproduce

    Open https://api.coala.io/en/latest/ in any mobile web browser (portrait mode)

    Actual Results

    Header distorition

    Expected Results

    If the image scales while preserving aspect ratio and is aligned to the center or to the left, the logo would remain round.

    difficulty/newcomer 
    opened by shashank-b 15
  • docs.coala.io: Header's aspect ratio not consistent (in mobile browsers)

    docs.coala.io: Header's aspect ratio not consistent (in mobile browsers)

    Overview Description

    The coala header in https://docs.coala.io/en/latest/ gets scaled only horizontally when viewed using mobile browsers leading to a distortion of the logo. It would be better if the consistency of the logo is maintained, else the koala bear starts looking like a starved chipmunk :smile:

    Steps to Reproduce

    1. Open https://docs.coala.io/en/latest/ in any mobile web browser (portrait mode)

    Actual Results

    Header distortion

    Expected Results

    If the image scales while preserving aspect ratio and is aligned to the center or to the left, the logo would remain round.

    type/bug difficulty/newcomer area/documentation 
    opened by shashank-b 6
Owner
coala development group
coala development group
A responsive, Bootstrap landing page template created by Start Bootstrap

Start Bootstrap - Landing Page Landing Page is a multipurpose landing page template for Bootstrap created by Start Bootstrap. Preview View Live Previe

Start Bootstrap 1.4k Jan 3, 2023
Minimal landing page for developers

Dev Landing Page Minimal landing page for developers. Developers don't talk much. Their code does all the talking. So here's a minimal landing page fo

Dinesh Pandiyan 1.2k Jan 4, 2023
Increase your landing page conversion rates.

Ouibounce Originally created by Carl Sednaoui from MailCharts. Maintained and improved by generous contributors. Ouibounce: A small library enabling y

Carl Sednaoui 2.3k Dec 9, 2022
Esri GitHub landing page

esri.github.io Landing page for Esri open source projects. Both the project categories and search suggestions in http://esri.github.io are powered by

Esri 470 Dec 31, 2022
Tailwind CSS Starter Template - Landing Page

Tailwind Toolbox - Landing Page Template Landing Page is an open source, generic landing page template for Tailwind CSS created by Tailwind Toolbox. G

Tailwind Toolbox 908 Jan 8, 2023
A web app landing page theme created by Start Bootstrap

Start Bootstrap - New Age New Age is a web app landing page theme for Bootstrap created by Start Bootstrap. Preview View Live Preview Status Download

Start Bootstrap 996 Dec 26, 2022
Landing page starter

?? Fresh Fresh is a free landing page starter built by cssninjaStudio. ✌️ preview Check out the live demo by clicking here. Fresh is built with Bulma

cssninja 486 Dec 23, 2022
Startup Landing Page Components for React.js

neal-react neal-react is a collection of reactjs components to quickly build landing pages. I found that using hosted services like Launchrock doesn't

Denny Britz 1.4k Nov 30, 2022
🖼 A pure client-side landing page template that you can fork, customize and host freely. Relies on Mailchimp and Google Analytics.

landing-page-boilerplate A pure client-side landing page template that you can freely fork, customize, host and link to your own domain name (e.g. usi

Adrien Joly 129 Dec 24, 2022
Serverless Pre-Rendering Landing Page

Serverless Pre-Rendering Demo Read the blog post Checkout the demo Developing By default, the content on the site is based off our public Notion page.

Vercel 389 Dec 21, 2022
🎉 Personal landing page template

Landing Page Personal landing page template. Designed to keep simplicity in mind in both setup and UI. Stack HTML CSS Font Awesome Themes Couple custo

Madza 77 Dec 22, 2022
FREE Bootstrap Landing Page Template for Developers and Startups

Theme Details & Demo Details: https://themes.3rdwavemedia.com/bootstrap-templates/startup/appkit-landing-free-bootstrap-theme-for-developers-and-start

Xiaoying Riley 158 Nov 30, 2022
a Plex landing page that redirects you to various sites.

PlexRedirect a Plex landing page that redirects you to various sites. Blank spaces are where your server name goes. If you don't have a server name yo

null 222 Dec 29, 2022
Projeto responsivo, que simula uma Landing Page de uma site de turismos.

FlexTurismos Projeto responsivo, que simula uma Landing Page de um site de turismos. Tecnologias utilizadas: Site com a tela interia Click aqui para a

Ricardo 1 Jan 29, 2022
Ta-vivo Landing page

Ta-vivo landing page Getting Started Prerequisites Node.js 12+ (versions below could work, but are not tested) Installing Clone the repository Install

Ta-vivo 6 Oct 10, 2022
A Unique Food order landing page web application called 'HOMELY' where you can select available meals and add them to cart then order them.

End Result Click the link : https://foodapp-by-eniola.netlify.com Getting Started with Create React App This project was bootstrapped with Create Reac

Eniola Odunmbaku 26 Dec 31, 2022
Feature rich CSS framework for the new decade https://shorthandcss.com

Shorthand Shorthand is a CSS framework and does not include any javascript. You can customize the framework by using .scss only. Size Dist File URL Li

Shorthand 251 Sep 24, 2022
:mountain_bicyclist: Landing Pages of Ant Design System

Ant Design Landing Landing Pages of Ant Design System English | 简体中文 What is Landing? Landing is a template built by Ant Motion's motion components. I

Ant Design Team 5.2k Dec 31, 2022
A responsive HTML template for coding projects with a clean, user friendly design. Crafted with the latest web technologies, the template is suitable for landing pages and documentations.

Scribbler - a responsive HTML template for coding projects and documentations Scribbler is a responsive HTML/CSS/Javascript template designed for deve

Amie Chen 394 Jan 1, 2023