Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Button resizing fixed for small screens #52

Open
wants to merge 54 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
92e6ec1
Update README.md
miguelsalazar Jun 7, 2016
431d87c
Update README.md
miguelsalazar Jun 7, 2016
b48f8c1
Añade breve guía para contribuir
Jun 8, 2016
da216ac
Merge pull request #2 from MrOutis/master
miguelsalazar Jun 8, 2016
170817f
Typos y formato en Contributing
hecerinc Jun 9, 2016
b074a8c
Update README.md
miguelsalazar Jun 9, 2016
883e357
Update README.md
miguelsalazar Jun 9, 2016
1b5c132
Update README.md
miguelsalazar Jun 13, 2016
dde359b
Button resizing fixed for small screens
mendozagioo Jul 1, 2016
be37e5f
Responsive progressbar fixed
mendozagioo Jul 1, 2016
e74f587
Information granted box was changed for mobile and desktop screens
mendozagioo Jul 1, 2016
68b9977
Merged of CodeandoMexico in master branch
mendozagioo Jul 28, 2016
6aff324
Innecesary files because was changed for new files with .html.haml ex…
mendozagioo Aug 2, 2016
6df672f
Sass structure was changed, is a proposal to be clearer and scalable
mendozagioo Aug 2, 2016
d5e7c4f
Merge pull request #7 from mendozagioo/master
hecerinc Aug 5, 2016
922b91c
Merge pull request #3 from hecerinc/master
hecerinc Aug 5, 2016
76aa1d4
FontAwesome url, fixed
mendozagioo Aug 5, 2016
72d5135
Merged from CodeandoMexico -master branch-
mendozagioo Aug 5, 2016
5dfd07c
Link's styles fixed -with underline on hover-
mendozagioo Aug 5, 2016
4135ddb
Switched to Rails 5
Aug 7, 2016
168f9d3
Link README to CONTRIBUTING
Aug 7, 2016
94697d6
Merge branch 'dev'
Aug 9, 2016
88589ae
Ignore Desktop Services Store of mac
mendozagioo Aug 10, 2016
d6201ba
Adding different class for each view into body-tag, similar to old ve…
mendozagioo Aug 10, 2016
71ae009
Navigation's link styles and banner's link styles was fixed
mendozagioo Aug 10, 2016
9869c0c
Third party libraries was moved to vendor path
mendozagioo Aug 10, 2016
2a3b242
Merge pull request #9 from CodeandoMexico/dev
mendozagioo Aug 10, 2016
457e235
Fonts changed to vendor path
mendozagioo Aug 10, 2016
73752d0
Changing FontAwesome inside gemfile
mendozagioo Aug 10, 2016
62759bb
Merge pull request #10 from CodeandoMexico/dev
mendozagioo Aug 10, 2016
e549029
Update README.md
miguelsalazar Aug 10, 2016
b083a9d
Elements modified to be clearer and separated of componenets
mendozagioo Aug 25, 2016
3c74833
Components modified to be clearer and separated of elements
mendozagioo Aug 25, 2016
e698ee6
Grid added to be more consistent to each view
mendozagioo Aug 25, 2016
7fb3a75
Functions was added to make grid components and in the future create …
mendozagioo Aug 25, 2016
8492740
Most elements was changed to be more consistent to each view and remo…
mendozagioo Aug 25, 2016
2f32255
Merged from dev
mendozagioo Aug 25, 2016
d7a64ce
Icon added to background of slect tag
mendozagioo Sep 17, 2016
93323d5
Work in progress to have reusable components on sass
mendozagioo Sep 17, 2016
0396f2d
Merged from dev
mendozagioo Sep 17, 2016
a3981ba
More work to have reusable components on sass
mendozagioo Sep 27, 2016
6ea92c2
Buttons and utilities added like elements
mendozagioo Sep 27, 2016
a2e0b3d
Header of information granted was fixed to make like a component
mendozagioo Sep 27, 2016
3aeeb00
Request view was added (only front-end work)
mendozagioo Sep 27, 2016
1a1a19c
Merge branch 'dev' of github.com:CodeandoMexico/tu-plataforma-abierta
mendozagioo Sep 27, 2016
40170c1
Fix the select background
mendozagioo Sep 28, 2016
bff8357
Selector file was fixed
mendozagioo Sep 28, 2016
4bac02a
Components interactions added to manage simple interactions
mendozagioo Sep 28, 2016
b387045
Merge branch 'dev' of github.com:CodeandoMexico/tu-plataforma-abierta
mendozagioo Sep 28, 2016
be07d62
New SASS's component added
mendozagioo Oct 4, 2016
af5be34
Menu fixed and made for mobile screens
mendozagioo Oct 4, 2016
e882341
New logo added and the navigation component was modified
mendozagioo Oct 4, 2016
4987280
Footer modified
mendozagioo Oct 6, 2016
a0d76da
Link added to go to create request in the home buttom named 'Crear nu…
mendozagioo Oct 13, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 15 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile ~/.gitignore_global
# git config --global core.excludesfile '~/.gitignore_global'

# Ignore bundler config
# Ignore bundler config.
/.bundle

# Ignore the build directory
/build
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal

# Ignore cache
/.sass-cache
/.cache
# Ignore all logfiles and tempfiles.
/log
/tmp
!/log/.keep
!/tmp/.keep

# Ignore .DS_store file
# Ignore Byebug command history file.
.byebug_history

# Ignore Desktop Service Store of mac
.DS_Store
72 changes: 72 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
## Contribuyentes

En el espíritu del [software libre][free-sw], **todos** están invitadísimos
a mejorar este proyecto.

[free-sw]: http://www.fsf.org/licensing/essays/free-sw.html

## ¿Cómo puedo contribuir?
Lo interesante de Codeando México es su ecléctica comunidad.
Y como dije anteriormente, todos pueden contribuir,
aún así que no sean programadores.

Aquí hay algunas formas en las que **tú** puedes contribuir:
* usando el *alpha*, *beta*, o versiones que vayan saliendo
* reportando errores que hayas encontrado en estas versiones
* escribiendo o editando documentación
* escribiendo especificaciones
* escribiendo código (**ninguna contribución es demasiado pequeña**:
arreglar errores ortográficos, *typos*, añadiendo comentarios,
limpiando inconsistencias, etc.)
* *refactoreando* código: (organizar archivos/modulos, crear interfaces,
cambiando a un estilo más limpio, adaptarse a prácticas etc.)
* arreglar [issues][issues]
* dando retroalimentación del código (en pull requests o comentando en commits)
* sugerir cosas que te gustaría que tuviera el proyecto (hazlo levantando un
[issue][issues], o )
* financiándolo (:beers: cheves pa' la banda)
* dándole publicidad en sus medios, levantar la voz para que se sumen más
esfuerzos, y no dejar esto en puras intenciones. (utiliza el hashtag
#TuPlataformaAbierta)

[issues]: https://github.com/CodeandoMexico/me-informo/issues/

### Necesidades puntuales
- [] Crear el backend de la plataforma (de momento todo es estático).
- [] Construir el API de la plataforma. Aquí hay un API mínimo.
- [] Mejorar el diseño actual.
- [] Agregar información sobre sujetos obligados, organismos garantes, etc.

## Obteniendo ayuda
Tenemos un [canal de slack][slack], y estamos en #codeandomexico en
`irc.freenode.net`.
También estás invitadísimo a escribirnos a [email protected]

## Abriendo un issue
Si eres nuevo en GitHub, en te recomiendo leer la [guía de GitHub][github-guide]
**simple y en español**.

Por favor, asegúrate de que lo que vayas a poner, no lo haya puesto alguien más.
Si es un error, trata de incluir el cómo replicarlo.
Si es una mejora/sugerencia, argumenta el por qué.

[github-guide]: https://github.com/MrOutis/GitHub-Simple

## Contribuyendo con código
`༼ つ ◕_◕ ༽つ Dame tu pull requests!`

Estos son los pasos para un pull request:

1. [Forkea el repositorio de Codeando México.][fork]
2. [Crea una branch con tu tópico.][branch]
3. Agrega pruebas (si no estás acostumbrado a escribir pruebas, muy mal,
al menos prueba a mano lo que agregaste antes de enviárnoslo y agrega
una indicación en el pull request de que no tiene pruebas, para que
alguien más las pueda agregar).
5. Implementa tu maravillosa contribución.
8. `add -> commit -> push (a tu fork)`
9. [Mandanos tu pull request.][pr]

[fork]: http://help.github.com/fork-a-repo/
[branch]: http://learn.github.com/p/branching.html
[pr]: http://help.github.com/send-pull-requests/
68 changes: 54 additions & 14 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,57 @@
# If you do not have OpenSSL installed, change
# the following line to use "http://"
source "https://rubygems.org"
source 'https://rubygems.org'

# Uncomment these gems if you are using Windows
# gem "wdm", "~> 0.1.0", platforms: [:mswin, :mingw]
# gem "tzinfo-data", platforms: [:mswin, :mingw, :jruby]

gem "bourbon", "~> 4.2"
gem "middleman", "~> 4.0"
gem "middleman-autoprefixer", "~> 2.6"
gem "middleman-deploy", "= 2.0.0.pre.alpha"
gem "middleman-livereload", "~> 3.4"
gem "middleman-sprockets", "= 4.0.0.rc.1"
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.0.0'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', :group => :development
# Use Puma as the app server
gem 'puma', '~> 3.0'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.2'
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby

# Use jquery as the JavaScript library
gem 'jquery-rails'
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
gem 'turbolinks', '~> 5'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.5'
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 3.0'
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
gem "neat", "~> 1.7"
gem "sassc", "~> 1.8"
gem 'middleman-google-analytics', '~> 2.1'
gem "bourbon", "~> 4.2"

gem "font-awesome-sass"

# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
gem "haml"
gem 'haml-rails', :group => :development

group :production do
gem 'pg'
end
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platform: :mri
end

group :development do
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
gem 'web-console'
gem 'listen', '~> 3.0.5'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
Loading