Code Monkey home page Code Monkey logo

prometheus's Introduction

Product & Development & Clowning

Born and raised in the Amazon, Manaus city, I am half computer scientist, half actor, half creator and another half bad in mathmatics.

🎟 Ingresse

I co-founded @ingresse in 2012. It changed the way tickting services were provided in Brazil. As the tech founder, I helped a team that did a lot with few resources, creations such as:

  • Backstage: the first all-in solution for events. From entrance control to sales reports.
  • Ticketing as a Service: we are the first company, and only one, to provide software solutions to other ticketing companies that wants to have a high level tech but have no money or time to create their own.
  • Ticketing transfer: we allowed our customers to send their tickets to their friends within the platform. It is an example of such a small feature that changed the way other tickting companies started to deal with the social aspect of events.

🌳 BrazilJS Manaus

BrazilJS Manaus was an event that allowed me to give back to Manaus part of so much things that I got by being raised there. I deployed the event with friends and we could give local developers the sense of being part of a worldwide commmunity. The mini-tiny-short-documentary above can give you a piece of understand about what happened there.

✍️ bissuh.com

Sometimes I do write my own ideas or free-translations of great articles that I get contact with. Some of my best articles ideas are:

prometheus's People

Contributors

bissuh avatar i-robi avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

prometheus's Issues

Links with underline

Since we need, almost all the time, links without underline, maybe we should add a special class to specify which links we wants underline when hovered and let all the links be text-decoration: none.

Because I already had to modify too many links to remove the underline.

Aplicar font-weight 400

Faltou aplicar nas fontes do formulário de login: "Já tem cadastro? É só entrar"

e faltou aplicar na fonte do cadastro: "Ou crie sua conta:"

Screen Shot 2013-01-03 at 11 00 31 AM

Screen Shot 2013-01-03 at 11 00 23 AM

Home posters - Event title hidden

Robi,

when the event title has more width than 120px, as defined in the prometheus, the event title break in two lines. Today I put the ... automatically by adding this css:

white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 120px;

This is my suggestions about how to do it. I didn't added it because you said you wants to follow the modifications, but I am not able to move foward without it. When you can update it?

Thank you,

Dropdown buttons box: too much padding

I recommend to remove all this padding inside the box. I don't recommend to use the triangle connecting the box with the dropdow, maybe we can do just like Google does (see example below).

Screen Shot 2013-03-27 at 11 47 17 AM

Screen Shot 2013-03-27 at 11 49 09 AM

Search bar and top bar buttons

I recommend to adopt only one kind of top bar, my vote if for no divisions top bar.

Is that really useful to have buttons inside the top bar? Can't we just recommend to do not use buttons in top bar?

Screen Shot 2013-03-27 at 11 39 21 AM

Grid & Boxes

Are we keeping the same old width predefinitions for boxes (span1, span2 etc), or we are adopting new ones?

Add Slider component

We should add a slider component as used to define tickets price in event form. The actual has a bug:the user cannot goes to 0 or 100 values because of a problem selecting the max right and max left.

Screen Shot 2013-03-27 at 12 10 33 PM

Prometheus sprites

Robi,

what about modify everything in sprites? we have tom much icons at the home page to load them as individual images. Do you agree with that? If yes, let's add it as a sprite to all prometheus.

It will help us to organize and manage all the images inside the img folder.

Thank you,

Container class position

@i-Robi I suggest to put the code above from line 261 to 35:

.container {
width: 960px;
margin: 0 auto;
}

.container:before,
.container:after {
display: table;
content: "";
}

.container:after {
clear: both;
}

.center {
margin: 0 auto;
}

Image sliders: customizable

Is it possible to customize the silders? For example, remove the bottom pagination, hide the timers and page numbers in top left etc.

Modify .center margin

We should remove .center margin top and bottom, because it changes other css predefinitions. This class should be:

.center {
margin-left: auto;
margin-right: auto;
}

p:last-child with margin-bottom

@i-Robi we should specify for

p:last-child {
margin-bottom: 0;
}

instead of

p:last-child {
margin: 0;
}

Because it remove all the other margins in my other last paragraph tags.

On/Off buttons

The moves are too fast. In mobile model we should allow it to take 100% width.

Pagination component: lose visibility right on background

If we put the pages right on the background, it can be a little bit hard to see. It is hard to see the ">>" in the sides.

Some Pagination good practices from "Smashing Magazine"

Good Practices Of Pagination Design
(7 Aspects according to Faruk Ates)

  • Provide large clickable areas
  • Don’t use underlines
  • Identify the current page
  • Space out page links
  • Provide Previous and Next links
  • Use First and Last links (where applicable)
  • Put First and Last links on the outside

I like our actual pagination model, but the only problem is that it does not allow me to jump pages. See Google Example too.

Screen Shot 2013-03-27 at 12 03 09 PM

Screen Shot 2013-03-27 at 12 05 09 PM

Image folder structure [prometheus.css]

Our project has css and image folders at the same level. So, for the images access, is recommended to add a ../ to go up one level and reference correctly.

It requires to put prometheus.css file inside a folder css.

Ex.:

body {
background: url('img/bg-pattern.png');
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 300;
font-size: 16px;
}

should be

body {
background: url('../img/bg-pattern.png');
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 300;
font-size: 16px;
}

Icon set for 16px

Let's add the 16px icon set and adjust prometheus to work with it.

@i-Robi I can ask Juliana to help us with it. But you can do it if you think it goes faster.

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.