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

Last minute tweaks #1

Open
wants to merge 4 commits into
base: mexico
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link rel="icon" type="image/png" href="assets/img/branding/favicon/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="assets/img/branding/favicon/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="assets/img/branding/favicon/manifest.json">
<link rel="shortcut icon" href="assets/img/branding/favicon/favicon.ico">
<link rel="shortcut icon" href="http://datos.gob.mx/assets/img/favicon.ico">
<meta name="apple-mobile-web-app-title" content="Datlas">
<meta name="application-name" content="Datlas">
<meta name="msapplication-TileColor" content="#00cc99">
Expand Down
1 change: 0 additions & 1 deletion app/styles/components/_modules/_stream-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

.stream__head {
font-size: $fontLarge;
letter-spacing: -2px;
line-height: 100%;
-moz-osx-font-smoothing: grayscale;
color: #222;
Expand Down
6 changes: 2 additions & 4 deletions app/templates/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@
</div>
<div class="index__questions__mod">
<section class="stream__section index__section index__questions__wrap">
<h3 class="section__head">{{ t 'index.questions_head' }}</h3>
<p class="section__p">{{ t 'index.questions_subhead' }}</p>
<ul class="index__topics__list">
<li class="index__topics__item__wrap">
<img src="assets/img/index/locations_2_large.jpg" srcset="assets/img/index/locations_2_med.jpg, assets/img/index/locations_2_large.jpg 2x" alt="" class="index__topics__image">
<div class="index__topics__item">
<h4 class="section__subhead">{{ t 'index.location_head' }}</h4>
<ul>
Expand All @@ -97,7 +96,6 @@
</li>
</ul>
</div>
<img src="assets/img/index/locations_2_large.jpg" srcset="assets/img/index/locations_2_med.jpg, assets/img/index/locations_2_large.jpg 2x" alt="" class="index__topics__image">
</li>
<li class="index__topics__item__wrap">
<img src="assets/img/index/industries_2_large.jpg" srcset="assets/img/index/industries_2_med.jpg, assets/img/index/industries_2_large.jpg 2x" alt="" class="index__topics__image">
Expand Down Expand Up @@ -126,6 +124,7 @@
</div>
</li>
<li class="index__topics__item__wrap">
<img src="assets/img/index/products_2_large.jpg" srcset="assets/img/index/products_2_med.jpg, assets/img/index/products_2_large.jpg 2x" alt="" class="index__topics__image">
<div class="index__topics__item">
<h4 class="section__subhead">{{ t 'index.product_head' }}</h4>
<ul>
Expand All @@ -149,7 +148,6 @@
</li>
</ul>
</div>
<img src="assets/img/index/products_2_large.jpg" srcset="assets/img/index/products_2_med.jpg, assets/img/index/products_2_large.jpg 2x" alt="" class="index__topics__image">
</li>
</ul>
</section>
Expand Down