diff --git a/.github/workflows/community.yml b/.github/workflows/community.yml index c02919d..4029af1 100644 --- a/.github/workflows/community.yml +++ b/.github/workflows/community.yml @@ -1,3 +1,5 @@ +name: "Welcome New Contributors" + on: issues: types: [opened] @@ -5,11 +7,20 @@ on: types: [opened] jobs: - welcome: + welcome-new-contributor: runs-on: ubuntu-latest steps: - - uses: actions/first-interaction@v1 + - name: "Greet the contributor" + uses: garg3133/welcome-new-contributors@v1.2 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: '

Welcome to CommunityPro

Thank you for raising an Issue in this community!

If you are willing to join the community, connect via

We appreciate every contribution, so consider adding your profile in the pratice contribution repo

' - pr-message: '

Welcome to CommunityPro

Thank you for raising an Issue in this community!

If you are willing to join the community, connect via

We appreciate every contribution, so consider adding your profile in the pratice contribution repo

' + token: ${{ secrets.GITHUB_TOKEN }} + issue-message: "# Welcome to CommunityPro \n\ Thank you @contributor_name for raising an Issue in this community! :zap: \n\ If you are willing to join the community, connect via + - [WhatsApp](https://chat.whatsapp.com/BMFVTksMg269GdgsviJzLm) + - [LinkedIn](https://www.linkedin.com/company/communitypro) + - [Discord](https://discord.gg/BGu8xqMtnC) + - [CommunityPro Organization Page](https://github.com/CommunityPro) by raising an [Issue](https://github.com/CommunityPro/support/issues/new?assignees=&labels=invite+me+to+the+organisation&template=invitation.yml&title=Please+invite+me+to+the+Community+Organization) \n\ We appreciate every contribution, so consider adding your profile in the [Pratice Contribution](https://github.com/CommunityPro/Practice-Contribution) \n\ ## Happy Coding :rocket:" + pr-message: "# Welcome to CommunityPro \n\ Thank you @contributor_name for making a pull request in this community! :zap: \n\ If you are willing to join the community, connect via + - [WhatsApp](https://chat.whatsapp.com/BMFVTksMg269GdgsviJzLm) + - [LinkedIn](https://www.linkedin.com/company/communitypro) + - [Discord](https://discord.gg/BGu8xqMtnC) + - [CommunityPro Organization Page](https://github.com/CommunityPro) by raising an [Invitational Issue](https://github.com/CommunityPro/support/issues/new?assignees=evavic44&labels=invite+me+to+the+organisation&template=invitation.yml&title=Please+invite+me+to+the+Community+Organization) \n\ We appreciate every contribution, so consider adding your profile in the [Pratice Contribution](https://github.com/CommunityPro/Practice-Contribution) \n\ ## Happy Coding :rocket:" diff --git a/.github/workflows/invitation.yml b/.github/workflows/invitation.yml index 38836b5..bcf8da5 100644 --- a/.github/workflows/invitation.yml +++ b/.github/workflows/invitation.yml @@ -10,8 +10,8 @@ jobs: uses: vj-abigo/invite-on-label@v1.2 with: organization: CommunityPro - label: invite me to the organization + label: invite me to the organisation repo-token: ${{ secrets.GITHUB_TOKEN }} - comment: '

Invitation sent to join the Organisation

Welcome to the community🎉

Dont forget after accepting to make it public so it appears on your GitHub profile for everyone else to see. You can read more on how to do that, here.
Tips for practising:
Now you are a member, add your profile to this practice repo, you can find instructions on how to add your name to the README here

Remember contributing to open source is not just about code, its about collaboration, communication and adding value
Thank you and welcome to the community

' + comment: '

Invitation sent to join the Organisation

Welcome to the community🎉

Dont forget after accepting to make it public so it appears on your GitHub profile for everyone else to see. You can read more on how to do that, here.
Tips for practising:
Now you are a member, add your profile to this practice repo, you can find instructions on how to add your name to the README here

Remember contributing to open source is not just about code, its about collaboration, communication and adding value
Thank you and welcome to the community

' env: INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }} diff --git a/README.md b/README.md index dda1f9f..2a1a65c 100644 --- a/README.md +++ b/README.md @@ -22,16 +22,17 @@ Are you already a member of this community, follow these steps to make this orga - Navigate to the community homepage and click the people link. - + + - In the search box, enter your name or username. - + - On the far right, click the `private` dropdown and select `public` - + Now you should see communitypro on your GitHub profile page. -Did we leave any important FAQ, rasie an issue to add them here 👉🏽 Issue +Did we leave any important FAQ, raise an [issue](https://github.com/CommunityPro/support/issues/new/choose) to add them here. diff --git a/community_assets/iconified/apple-touch-icon-114x114.png b/community_assets/iconified/apple-touch-icon-114x114.png new file mode 100644 index 0000000..231d31c Binary files /dev/null and b/community_assets/iconified/apple-touch-icon-114x114.png differ diff --git a/community_assets/iconified/apple-touch-icon-120x120.png b/community_assets/iconified/apple-touch-icon-120x120.png new file mode 100644 index 0000000..18e6e74 Binary files /dev/null and b/community_assets/iconified/apple-touch-icon-120x120.png differ diff --git a/community_assets/iconified/apple-touch-icon-144x144.png b/community_assets/iconified/apple-touch-icon-144x144.png new file mode 100644 index 0000000..508c38b Binary files /dev/null and b/community_assets/iconified/apple-touch-icon-144x144.png differ diff --git a/community_assets/iconified/apple-touch-icon-152x152.png b/community_assets/iconified/apple-touch-icon-152x152.png new file mode 100644 index 0000000..cf01513 Binary files /dev/null and b/community_assets/iconified/apple-touch-icon-152x152.png differ diff --git a/community_assets/iconified/apple-touch-icon-180x180.png b/community_assets/iconified/apple-touch-icon-180x180.png new file mode 100644 index 0000000..e978fb2 Binary files /dev/null and b/community_assets/iconified/apple-touch-icon-180x180.png differ diff --git a/community_assets/iconified/apple-touch-icon-57x57.png b/community_assets/iconified/apple-touch-icon-57x57.png new file mode 100644 index 0000000..c5f8da8 Binary files /dev/null and b/community_assets/iconified/apple-touch-icon-57x57.png differ diff --git a/community_assets/iconified/apple-touch-icon-72x72.png b/community_assets/iconified/apple-touch-icon-72x72.png new file mode 100644 index 0000000..c46731f Binary files /dev/null and b/community_assets/iconified/apple-touch-icon-72x72.png differ diff --git a/community_assets/iconified/apple-touch-icon-76x76.png b/community_assets/iconified/apple-touch-icon-76x76.png new file mode 100644 index 0000000..71df48d Binary files /dev/null and b/community_assets/iconified/apple-touch-icon-76x76.png differ diff --git a/community_assets/iconified/apple-touch-icon.png b/community_assets/iconified/apple-touch-icon.png new file mode 100644 index 0000000..c5f8da8 Binary files /dev/null and b/community_assets/iconified/apple-touch-icon.png differ diff --git a/community_assets/iconified/favicon.ico b/community_assets/iconified/favicon.ico new file mode 100644 index 0000000..f9180e4 Binary files /dev/null and b/community_assets/iconified/favicon.ico differ diff --git a/community_assets/iconified/iconifier-readme.txt b/community_assets/iconified/iconifier-readme.txt new file mode 100644 index 0000000..7e89412 --- /dev/null +++ b/community_assets/iconified/iconifier-readme.txt @@ -0,0 +1,32 @@ + +Thanks for using iconifier.net to create Apple icon and favicon files for your website. See http://iconifier.net/readme for the latest information. + +Most browsers will find the Apple icons in the root folder of your website. Add the following HTML to your page if necessary to specify other locations, remembering to include the correct path: + + + + + + + + + + + + +Most browsers will find the favicon file in the root folder of your website but there are some exceptions: + + 1. On Joomla websites, copy the favicon.ico to your active template folder at: /templates/[your_template_name]. + + 2. On WordPress websites you may need to upload the favicon.ico file to your current theme's main folder as well as your website root folder. For more details, see http://codex.wordpress.org/Creating_a_Favicon. + + 3. On Drupal websites, navigate to the admin/build/themes/settings/[your_theme_name] page in the admin area of the site and choose the favicon.ico file in the 'Shortcut icon settings' section of the theme configuration page and upload the file. For more details, see the official Drupal favicon changing instructions at: http://drupal.org/node/362265 + +If your favicon.ico file isn't in the root folder, it's probably a good idea to place a copy in the root folder anyway as some web servers expect to see a favicon.ico file in this location and will add errors to the error log if the file is not found. + +I'm very grateful to Chris Jean for sharing his excellent PHP-ICO tool which can now be found on GitHub at https://github.com/chrisbliss18/php-ico. PHP-ICO enables favicon files to be created with PHP and the GD library only. + +If you find this tool useful, please Tweet, Share, Like, +1 and if you are really keen, include attribution in your humans.txt file! Thanks. + +iconifier.net is provided for free by Webilicious® Web Design and Development Services - Joomla!® website creation, maintainance and security specialists - http://webilicious.com.au. + diff --git a/dist/assets/favicon.ico b/dist/assets/favicon.ico new file mode 100644 index 0000000..f9180e4 Binary files /dev/null and b/dist/assets/favicon.ico differ diff --git a/dist/css/main.css b/dist/css/main.css index b61748a..f45c9cb 100644 --- a/dist/css/main.css +++ b/dist/css/main.css @@ -90,7 +90,8 @@ a { height: 100%; } #container-right .form-header { font-family: "Poppins", sans-serif; - text-align: center; } + text-align: center; + margin-bottom: 30px; } #container-right .form-header h1 { font-size: 1.5rem; font-weight: 600; } @@ -102,6 +103,16 @@ a { #container-right .form-header p { color: #6c6e72; margin-bottom: 1rem; } + #container-right .form-cta { + font-family: "Poppins", sans-serif; + text-align: center; } + #container-right .form-cta p { + font-weight: 600; + color: #ffffff; + margin-bottom: 1rem; } + #container-right .form-cta li { + list-style: none; + padding-bottom: 5px; } #container-right .form-group { margin: 0.4rem 0; } #container-right .form-group label { @@ -109,6 +120,8 @@ a { #container-right .form-group input, #container-right .form-group .btn { font-family: "Poppins", sans-serif; + font-size: 1.4rem; + text-align: center; padding: 1rem 2rem; background: transparent; color: #ffffff; @@ -186,8 +199,8 @@ a { .container { grid-template-columns: 1fr; grid-auto-rows: 200px auto; - transition: 0.3s ease-in-out; } - #container-left { - padding: 1rem; } - #container-left .overlay h2 { - font-size: 2rem; } } + transition: 0.3s ease-in-out; } } + +@media (min-width: 992px) { + .form-container { + margin-top: 80px; } } diff --git a/dist/css/main.css.map b/dist/css/main.css.map new file mode 100644 index 0000000..1a9d457 --- /dev/null +++ b/dist/css/main.css.map @@ -0,0 +1,11 @@ +{ + "version": 3, + "mappings": "AAGA,AAAA,CAAC,CAAC;EACA,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,CAAC;EACV,UAAU,EAAE,UAAU;CACvB;;AAED,UAAU;EACR,WAAW,EAAE,SAAS;EACtB,UAAU,EAAE,MAAM;EAClB,WAAW,EAAE,MAAM;EACnB,GAAG,EAAE,gBAAgB,EACnB,4CAA4C,CAAC,kBAAkB;;;AAGnE,AAAA,IAAI,CAAC;EACH,UAAU,EChBC,OAAO;EDiBlB,KAAK,EChBO,OAAO;EDiBnB,WAAW,ECVA,SAAS,EAAE,UAAU;EDWhC,WAAW,EAAE,GAAG;EAChB,SAAS,EAAE,MAAM;CAClB;;AAED,AAAA,GAAG,CAAC;EACF,KAAK,EAAE,IAAI;CACZ;;AAED,AAAA,CAAC,CAAC;EACA,KAAK,EC3BO,OAAO;ED4BnB,eAAe,EAAE,IAAI;CACtB;;AAED,AAAA,KAAK,CAAC;EACJ,WAAW,EAAE,MAAM;EACnB,KAAK,ECnCW,OAAO;EDoCvB,SAAS,EAAE,MAAM;CAClB;;AAED,AAAA,OAAO,CAAC;EACN,YAAY,EAAE,MAAM;EACpB,UAAU,EAAE,MAAM;EAClB,UAAU,EAAE,MAAM;CACnB;;AAGD,AAAA,UAAU,CAAC;EACT,OAAO,EAAE,IAAI;EACb,qBAAqB,EAAE,SAAS;EAChC,cAAc,EAAE,mBAAmB;EACnC,MAAM,EAAE,SAAS;EACjB,SAAS,EAAE,MAAM;EACjB,OAAO,EAAE,IAAI;EACb,MAAM,EAAE,iBAAiB;EACzB,aAAa,ECzCN,IAAI;CD0CZ;;AAGD,AAAA,eAAe,CAAC;EE1Dd,OAAO,EAAE,IAAI;EACb,cAAc,EAAE,MAAM;EACtB,WAAW,EAAE,UAAU;EACvB,eAAe,EAAE,MAAM;EACvB,UAAU,EAAE,IAAI;EAChB,MAAM,EAAE,IAAI;EFuDZ,UAAU,EAAE,wCAAwC,CAAC,SAAS,CAAC,MAAM,CACnE,YAAY;EACd,qBAAqB,EAAE,GAAG;EAC1B,aAAa,EAAE,WAAW;EAC1B,UAAU,EAAE,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,mBAAmB,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG;EAC9E,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,mBAAmB;CAiC7B;;AAzCD,AAUE,eAVa,AAUZ,QAAQ,CAAC;EACR,OAAO,EAAE,EAAE;EACX,QAAQ,EAAE,QAAQ;EAClB,GAAG,EAAE,CAAC;EACN,IAAI,EAAE,CAAC;EACP,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,UAAU,EAAE,uBAAuB;EACnC,cAAc,EAAE,KAAK;CACtB;;AAnBH,AAqBE,eArBa,CAqBb,QAAQ,CAAC;EACP,WAAW,ECtEA,SAAS,EAAE,UAAU;EDuEhC,WAAW,EAAE,GAAG;EAKhB,OAAO,EAAE,GAAG;CAQb;;AApCH,AAyBI,eAzBW,CAqBb,QAAQ,CAIN,EAAE,CAAC;EACD,SAAS,EAAE,IAAI;CAChB;;AA3BL,AA8BI,eA9BW,CAqBb,QAAQ,CASN,KAAK,CAAC;EACJ,KAAK,EAAE,IAAI;EACX,OAAO,EAAE,MAAM;EACf,gBAAgB,ECzFR,OAAO;ED0Ff,aAAa,EAAE,GAAG;CACnB;;AAnCL,AAsCE,eAtCa,CAsCb,QAAQ,GAAG,CAAC,CAAC;EACX,OAAO,EAAE,GAAG;CACb;;AAIH,AAAA,gBAAgB,CAAC;EACf,OAAO,EAAE,WAAW;EACpB,aAAa,EAAE,WAAW;EAC1B,UAAU,EAAE,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,mBAAmB,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG;CAgI/E;;AAnID,AAKE,gBALc,CAKd,eAAe,CAAC;EElGhB,OAAO,EAAE,IAAI;EACb,cAAc,EAAE,MAAM;EACtB,eAAe,EAAE,MAAM;EACvB,MAAM,EAAE,IAAI;CFiGX;;AAPH,AAUE,gBAVc,CAUd,YAAY,CAAC;EACX,WAAW,ECvGA,SAAS,EAAE,UAAU;EDwGhC,UAAU,EAAE,MAAM;CAiBnB;;AA7BH,AAaI,gBAbY,CAUd,YAAY,CAGV,EAAE,CAAC;EACD,SAAS,EAAE,MAAM;EACjB,WAAW,EAAE,GAAG;CACjB;;AAhBL,AAkBI,gBAlBY,CAUd,YAAY,CAQV,EAAE,CAAC;EACD,MAAM,EAAE,eAAe;EACvB,SAAS,EAAE,MAAM;EACjB,WAAW,EAAE,GAAG;EAChB,KAAK,EC5HO,OAAO;CD6HpB;;AAvBL,AAyBI,gBAzBY,CAUd,YAAY,CAeV,CAAC,CAAC;EACA,KAAK,EChIO,OAAO;EDiInB,aAAa,EAAE,IAAI;CACpB;;AA5BL,AAgCE,gBAhCc,CAgCd,WAAW,CAAC;EACV,MAAM,EAAE,QAAQ;CAuEjB;;AAxGH,AAmCI,gBAnCY,CAgCd,WAAW,CAGT,KAAK,CAAC;EACJ,SAAS,EAAE,MAAM;CAClB;;AArCL,AAwCI,gBAxCY,CAgCd,WAAW,CAQT,KAAK;AAxCT,gBAAgB,CAgCd,WAAW,CAST,IAAI,CAAC;EACH,WAAW,ECtIF,SAAS,EAAE,UAAU;EDuI9B,OAAO,EAAE,SAAS;EAClB,UAAU,EAAE,WAAW;EACvB,KAAK,ECjJG,OAAO;EDkJf,MAAM,ECtIG,GAAG,CAAC,KAAK,CAAC,IAAI;EDuIvB,aAAa,EAAE,GAAG;EAClB,MAAM,EAAE,QAAQ;EAChB,UAAU,EAAE,gBAAgB;CAO7B;;AAxDL,AAmDM,gBAnDU,CAgCd,WAAW,CAQT,KAAK,AAWF,MAAM;AAnDb,gBAAgB,CAgCd,WAAW,CAST,IAAI,AAUD,MAAM,CAAC;EACN,UAAU,EAAE,OAAO;EACnB,OAAO,EAAE,IAAI;EACb,MAAM,EAAE,GAAG,CAAC,KAAK,CC7JT,OAAO;CD8JhB;;AAvDP,AA0DI,gBA1DY,CAgCd,WAAW,CA0BT,KAAK,CAAA,AAAA,IAAC,CAAK,MAAM,AAAX;AA1DV,gBAAgB,CAgCd,WAAW,CA2BT,KAAK,CAAA,AAAA,IAAC,CAAK,OAAO,AAAZ;AA3DV,gBAAgB,CAgCd,WAAW,CA4BT,KAAK,CAAA,AAAA,IAAC,CAAK,KAAK,AAAV;AA5DV,gBAAgB,CAgCd,WAAW,CA6BT,IAAI,CAAC;EACH,KAAK,EAAE,IAAI;CACZ;;AA/DL,AAkEI,gBAlEY,CAgCd,WAAW,CAkCT,KAAK,CAAA,AAAA,IAAC,CAAK,MAAM,AAAX,EAAa;EACjB,UAAU,EAAE,0BAA0B,CAAC,SAAS,CAAC,MAAM,CAAC,SAAS,CAC/D,eAAiB;EACnB,eAAe,EAAE,IAAI;EACrB,qBAAqB,EAAE,IAAI;EAC3B,qBAAqB,EAAE,IAAI;CAC5B;;AAxEL,AA2EI,gBA3EY,CAgCd,WAAW,CA2CT,KAAK,CAAA,AAAA,IAAC,CAAK,OAAO,AAAZ,EAAc;EAClB,UAAU,EAAE,uBAAuB,CAAC,SAAS,CAAC,MAAM,CAAC,SAAS,CAAC,eACxD;EACP,eAAe,EAAE,IAAI;EACrB,qBAAqB,EAAE,IAAI;EAC3B,qBAAqB,EAAE,IAAI;CAC5B;;AAjFL,AAoFI,gBApFY,CAgCd,WAAW,CAoDT,KAAK,CAAA,AAAA,IAAC,CAAK,KAAK,AAAV,EAAY;EAChB,UAAU,EAAE,0BAA0B,CAAC,SAAS,CAAC,MAAM,CAAC,SAAS,CAC/D,eAAiB;EACnB,eAAe,EAAE,IAAI;EACrB,qBAAqB,EAAE,IAAI;EAC3B,qBAAqB,EAAE,IAAI;CAC5B;;AA1FL,AA6FI,gBA7FY,CAgCd,WAAW,CA6DT,IAAI,CAAC;EACH,UAAU,ECrMA,OAAO;EDsMjB,MAAM,EAAE,IAAI;EACZ,MAAM,EAAE,OAAO;EACf,KAAK,ECtME,OAAO;EDuMd,WAAW,EAAE,GAAG;CACjB;;AAnGL,AAqGI,gBArGY,CAgCd,WAAW,CAqET,IAAI,AAAA,MAAM,CAAC;EACT,UAAU,EAAE,OAA2C;CACxD;;AAvGL,AA2GE,gBA3Gc,CA2Gd,WAAW,CAAC,QAAQ,CAAC;EACnB,UAAU,EAAE,MAAM;EAClB,MAAM,EAAE,MAAM;EACd,SAAS,EAAE,OAAO;CAoBnB;;AAlIH,AAgHI,gBAhHY,CA2Gd,WAAW,CAAC,QAAQ,CAKlB,CAAC,CAAC;EACA,OAAO,EAAE,YAAY;EACrB,MAAM,EC1MG,GAAG,CAAC,KAAK,CAAC,IAAI;ED2MvB,aAAa,EC5MV,IAAI;ED6MP,OAAO,EAAE,aAAa;EACtB,MAAM,EAAE,QAAQ;EAChB,UAAU,EAAE,gBAAgB;CAC7B;;AAvHL,AAyHI,gBAzHY,CA2Gd,WAAW,CAAC,QAAQ,CAclB,CAAC,AAAA,MAAM,CAAC;EACN,UAAU,EC/NH,OAAO;EDgOd,KAAK,EClOK,OAAO;EDmOjB,MAAM,EAAE,GAAG,CAAC,KAAK,CCnOP,OAAO;CDoOlB;;AA7HL,AA+HI,gBA/HY,CA2Gd,WAAW,CAAC,QAAQ,CAoBlB,GAAG,CAAC;EACF,KAAK,EC/NE,IAAI;CDgOZ;;AAKL,MAAM,EAAE,SAAS,EAAE,KAAK;EACtB,AAAA,UAAU,CAAC;IACT,qBAAqB,EAAE,OAAO;IAC9B,UAAU,EAAE,gBAAgB;GAC7B;;;AAGH,MAAM,EAAE,SAAS,EAAE,KAAK;EACtB,AAAA,UAAU,CAAC;IACT,qBAAqB,EAAE,OAAO;IAC9B,UAAU,EAAE,gBAAgB;GAC7B;EAED,AAAA,eAAe,CAAC;IACd,aAAa,EAAE,WAAW;IAE1B,OAAO,EAAE,IAAI;GAMd;EATD,AAKI,eALW,CAIb,QAAQ,CACN,EAAE,CAAC;IACD,SAAS,EAAE,IAAI;GAChB;;;AAKP,MAAM,EAAE,SAAS,EAAE,KAAK;EACtB,AAAA,UAAU,CAAC;IACT,qBAAqB,EAAE,GAAG;IAC1B,cAAc,EAAE,UAAU;IAC1B,UAAU,EAAE,gBAAgB;GAC7B;EAED,AAAA,eAAe,CAAC;IACd,OAAO,EAAE,IAAI;GAMd;EAPD,AAGI,eAHW,CAEb,QAAQ,CACN,EAAE,CAAC;IACD,SAAS,EAAE,IAAI;GAChB", + "sources": [ + "../../scss/main.scss", + "../../scss/_variables.scss", + "../../scss/_mixins.scss" + ], + "names": [], + "file": "main.css" +} \ No newline at end of file diff --git a/dist/css/thankyou.css.map b/dist/css/thankyou.css.map new file mode 100644 index 0000000..f86a9da --- /dev/null +++ b/dist/css/thankyou.css.map @@ -0,0 +1,11 @@ +{ + "version": 3, + "mappings": "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", + "sources": [ + "../../scss/thankyou.scss", + "../../scss/_mixins.scss", + "../../scss/_variables.scss" + ], + "names": [], + "file": "thankyou.css" +} \ No newline at end of file diff --git a/dist/index.html b/dist/index.html index bc9fc65..374bf3d 100644 --- a/dist/index.html +++ b/dist/index.html @@ -12,6 +12,7 @@ name="keywords" content="Open source, Victor Eke, Communitypro, eddiehub, github organisation" /> + - Join Communitypro + Join CommunityPro
@@ -45,14 +46,24 @@

Developers community

>
-

Communitypro

+

CommunityPro

A community of developers learning by teaching and building open source Projects

+
+

+ Follow these three steps to join us: +

+
    +
  • Click the join button
  • +
  • Provide few of your details
  • +
  • Check your mailbox for invitation 🚀
  • +
+
-
+ + +
diff --git a/scss/main.scss b/scss/main.scss index a6f1e8a..6130ed2 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -114,6 +114,7 @@ a { .form-header { font-family: $font-stack-2; text-align: center; + margin-bottom: 30px; h1 { font-size: 1.5rem; font-weight: 600; @@ -132,6 +133,21 @@ a { } } + // Call to Action + .form-cta { + font-family: $font-stack-2; + text-align: center; + p { + font-weight: 600; + color: $light-color; + margin-bottom: 1rem; + } + li{ + list-style: none; + padding-bottom: 5px; + } + } + // Form Group .form-group { margin: 0.4rem 0; @@ -144,6 +160,8 @@ a { input, .btn { font-family: $font-stack-2; + font-size: 1.4rem; + text-align: center; padding: 1rem 2rem; background: transparent; color: $light-color; @@ -266,13 +284,10 @@ a { grid-auto-rows: 200px auto; transition: 0.3s ease-in-out; } - - #container-left { - padding: 1rem; - .overlay { - h2 { - font-size: 2rem; - } - } +} + // Desktop screens +@media (min-width: 992px) { + .form-container { + margin-top: 80px; } }