Giter Site home page Giter Site logo

authorizer.dev's People

Contributors

lakhansamani avatar nikhil-varma avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

authorizer.dev's Issues

Fix feature image sizes

Image size are bit inconsistent example modern stack image is small compared to others.
Also we can make text contrast

Screenshot 2022-07-07 at 4 53 06 PM

I like how it is done here,
We can ignore left side but see well right side features are well designed and contrast text is used.
We can have 3 in one row for large screen
https://stellate.co/

Screenshot 2022-07-07 at 4 54 11 PM

Add testimony

Aris Ripandi

First time I found Authorizer at Product Hunt I fall in love with this. Then I realize this is a perfect fit solution for me. So, I want to say thank you for building an amazing product. Especially as you made it Open Source.

Fix spacing

Currently, there is

  • logo is bit left and not aligned with content
  • uneven spacing between sections (too much of space)
  • uneven spacing between images (db images rows has quite more space, profile images)

Use live example on hero section

Instead of an image, use the following code

Note: replace classes from tailwind

<div className="flex-1 flex flex-col justify-center items-center bg-gray-50 rounded p-10 ml-0 md:ml-10 shadow-sm mt-10 md:-mt-12">
				<h3 className="font-extrabold text-2xl sm:text-3xl flex items-center pb-10">
					Try it now ๐Ÿ‘‡
				</h3>
				<div className="block p-6 max-w-sm bg-white rounded-lg border border-gray-200 shadow-md w-full">
					{loading ? (
						<Loader />
					) : (
						<>
							{user ? (
								<div>
									<h1 className="font-extrabold text-xl md:text-2xl text-center">
										๐Ÿ™‡โ€โ™‚๏ธ
									</h1>
									<p className="text-lg text-gray-600 text-center">
										Welcome, {user.email}
									</p>
									<h1 className="font-bold text-xl md:text-2xl text-center text-gray-800">
										Thank you for trying Authorizer demo
									</h1>

									<br />
									<div className="flex justify-center">
										<button
											type="button"
											className="text-white bg-blue-500 hover:bg-blue-400 font-medium rounded-lg text-lg px-8 py-2.5 mr-2 mb-2"
											onClick={logout}
										>
											Logout
										</button>
									</div>
								</div>
							) : (
								<div className="authorizer-login">
									<Authorizer />
								</div>
							)}
						</>
					)}
				</div>
			</div>

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.