diff --git a/.all-contributorsrc b/.all-contributorsrc index b3094f89d..18bef61d0 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -270,9 +270,19 @@ "contributions": [ "code" ] + }, + { + "login": "krushiraj", + "name": "Krushi Raj Tula", + "avatar_url": "https://avatars0.githubusercontent.com/u/19507241?v=4", + "profile": "http://krushiraj.github.io", + "contributions": [ + "code" + ] } ], "repoType": "github", "repoHost": "https://github.com", - "contributorsPerLine": 7 + "contributorsPerLine": 7, + "commitConvention": "none" } diff --git a/README.md b/README.md index 1429c10df..f60434915 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Coderplex Website -[![Build Status](https://travis-ci.org/coderplex/coderplex.svg?branch=master)](https://travis-ci.org/coderplex/coderplex) [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo) ![coderplex](https://david-dm.org/coderplex/coderplex.svg) [![All Contributors](https://img.shields.io/badge/all_contributors-27-orange.svg?style=flat-square)](#contributors) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://github.com/coderplex/coderplex/blob/master/LICENSE) +[![Build Status](https://travis-ci.org/coderplex/coderplex.svg?branch=master)](https://travis-ci.org/coderplex/coderplex) [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo) ![coderplex](https://david-dm.org/coderplex/coderplex.svg) [![All Contributors](https://img.shields.io/badge/all_contributors-28-orange.svg?style=flat-square)](#contributors-) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://github.com/coderplex/coderplex/blob/master/LICENSE) ## Follow our community here at [https://www.coderplex.org](https://www.coderplex.org) @@ -23,7 +23,8 @@ We welcome pull requests from beginners and seasoned javaScript developers alike Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)): - + + @@ -59,7 +60,10 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds +
Vinay Puppal
Vinay Puppal

🐛 💻 🤔 👀
Shahed Nasser
Shahed Nasser

💻
deep
deep

💻 📖
VickyAbishek
VickyAbishek

💻
Krushi Raj Tula
Krushi Raj Tula

💻
+ + diff --git a/components/common/airtable-form.js b/components/common/airtable-form.js new file mode 100644 index 000000000..1129e4665 --- /dev/null +++ b/components/common/airtable-form.js @@ -0,0 +1,32 @@ +import React from 'react'; +import Head from 'next/head'; +import styled from 'react-emotion'; + +import Layout from './layout'; + +export default ({ formId, height }) => { + return ( + + +