Skip to content

Instantly share code, notes, and snippets.

View josephmaxim's full-sized avatar
🚀
@josephmxm on twitter

Joseph Maxim josephmaxim

🚀
@josephmxm on twitter
View GitHub Profile
@josephmaxim
josephmaxim / marketing_makers.md
Created April 15, 2019 22:12
A list of communities to share your blog post and products as an indie maker.

A list of communities to share your blog post and products as an indie maker.

Most of this groups have between 10k-14million members. Important: In order to avoid being banned or being labeled as spam, Engage with members first by leaving a like/upvote and comment on their posts. Wait at least a week before posting.

@josephmaxim
josephmaxim / skewed-example.App.css
Created January 7, 2018 01:35
Skewed Container Example CSS
/* App.css */
.bg-image1 {
background: url('https://source.unsplash.com/4uojMEdcwI8/1600x900') no-repeat center;
background-size: cover;
width: 100%;
min-height: 600px;
color: #fff;
}
.container {
@josephmaxim
josephmaxim / skewed-example.App.js
Created January 7, 2018 01:33
Skewed Container Example
// App.js
import React, { Component } from 'react';
import './App.css';
import SkewedContainer from 'sc-react';
class App extends Component {
render() {
return (
<div>
<SkewedContainer bottom="left" bgColor="#ffffff" noMargin>