Commit Graph

140 Commits (0b6dd0d3fc72bb67c6816a091e0c66cec40ecb6e)

Author SHA1 Message Date
Aaron Petcoff e466cf5734 adds correct path for bower_components (Closes #780) 2015-07-08 09:43:10 +01:00
Nicolas Garnier ce765fa100 Icon font always referred to with HTTPs. 2015-07-08 02:03:22 +02:00
Surma bd3dfc268c Actually link to templates zip file (fixes #797) 2015-07-07 12:24:40 +01:00
Surma c1f71b1809 Use correct paths for bower instructions (fixes #762) (Closes #767) 2015-07-06 23:03:02 +01:00
Surma 63ddb16b31 Better wording (tm) (Closes #736) 2015-07-06 19:54:09 +01:00
Surma 7717ea2b10 Add reference to JS in customizer wording 2015-07-06 19:54:09 +01:00
Surma 9be15f0f0d Fix microsite footer (fixes #731) (Closes #732) 2015-07-06 16:46:59 +01:00
Marc Cohen 70a0fa7fb1 fatal typo in css link on customizer page 2015-07-06 16:40:23 +01:00
Nicolas Garnier d3410d4837 Merge pull request #711 from google/fix-encoding-copy-paste
Replace HTML escaping to use URL escaping…
2015-07-06 16:22:39 +02:00
Nicolas Garnier d615fc3f6a Merge pull request #724 from google/add-analytics-components
Track clicks to the components page as pageviews.
2015-07-06 16:22:17 +02:00
Surma 430b8e2cb5 Use summed size (Closes #717) 2015-07-06 14:37:35 +01:00
Surma 3694805d9a Add filesizes to the microsite 2015-07-06 14:37:34 +01:00
Nicolas Garnier cf87a03942 Track clicks to the components page as pageviews.
Also track correctly a direct page load to a component.
2015-07-06 15:36:55 +02:00
Nicolas Garnier 39fdd50599 Add syntax highlighting for bash code blocks. (Closes #721) 2015-07-06 14:25:52 +01:00
Nicolas Garnier 11ced2560b Merge pull request #716 from google/issue-712
Scrolling back to the top of the page after opening a component page.
2015-07-06 15:18:08 +02:00
Surma 546dc935c3 Move GA to the top and add error tracking 2015-07-06 13:55:58 +01:00
Nicolas Garnier 90dde83d05 Scrolling back to the top of the page after opening a component page on mobile. 2015-07-06 14:41:40 +02:00
Nicolas Garnier 483f5da26d Replace HTML escaping to use URL escaping for the copy-paste text passed to the flash object. 2015-07-06 12:24:34 +02:00
Nicolas Garnier b2558babe1 Removing special codepen style
Because this breaks the menu demos in codepen
2015-07-05 23:54:51 +02:00
Alexander Surma 4eaa5ff973 Remove "elements" header on multi-component pages 2015-07-03 17:43:34 +01:00
Alexander Surma e4537f1f7f Improve copy icon (fixes #680) (Closes #682) 2015-07-03 17:31:27 +01:00
Alexander Surma f1dbb19f48 Move text in components nav bar (fixes #636) 2015-07-03 17:14:01 +01:00
Nicolas Garnier 02c4a4afde Made tag extraction logic more generic Keep indentation Added styling to elements (Closes #662) 2015-07-03 15:59:04 +01:00
Nicolas Garnier 3bea5d14c8 Further codepen fixes: - Extract the `<script>` tags into the JS codepen tab - Add margin in between each components to avoid them looking squashed (for example the 2 progress bars) 2015-07-03 15:59:04 +01:00
Nicolas Garnier 887bfacb4c Adding syntax highlighting for CSS and JS (Closes #623) 2015-07-03 14:45:02 +01:00
Nicolas Garnier 1f4f7ce73f Fix the syntax highlighting so that it does not generate links for each HTML tags. We had to switch to a "local" version since the version o cloud flare contains the plugin which generates the links by default. 2015-07-03 14:45:01 +01:00
Alexander Surma 4f25475073 Fix target of header title link 2015-07-03 13:34:48 +01:00
alex dc6e889b2c Serve hosted over HTTPS
Based on proposal in #629.
Closes #629.
2015-07-03 11:45:35 +01:00
Alexander Surma 0035171a75 Remove slash from About link 2015-07-03 10:18:30 +01:00
Alexander Surma c2aac92425 Preload hover images via CSS (fixes #568) (Closes #626) 2015-07-02 20:05:24 +01:00
Nicolas Garnier 329cebea38 Improve codepen implementation: - Open in new tab - Replaces relative image URLs - Processing only done when the button is clicked - Inserting body padding only for demos that are not full-width - Allow inserting custom codepen CSS for each snippet with
Switch to using .bind()

Fix comment (Closes #618)
2015-07-02 19:39:00 +01:00
Sérgio Gomes 066cc76603 Adding some sanity to components page
- Removing phantom index component
- Removing phantom index nav entry
- Moving index content to components page
- Reworking image to work better across screen sizes and browsers (Closes #624)
2015-07-02 19:17:26 +01:00
Addy Osmani bf1b499ced Rebase against master 2015-07-02 18:59:09 +01:00
Nicolas Garnier 23ab494c01 Removed hash in components link (Closes #572) 2015-07-02 12:14:53 +01:00
Nicolas Garnier 68e006086e Fix components page history behavior: - Avoid duplicate history entries and loop when clicking the compspage index - avoid duplicate history entries and loop when entering an unknown hash fragment - Avoid entire page reload when clicking on the compspage index 2015-07-02 12:14:53 +01:00
Nicolas Garnier a28f9d665f Removed hash in components link (Closes #572) 2015-07-02 12:14:20 +01:00
Nicolas Garnier 4c85ccb3d6 Fix components page history behavior: - Avoid duplicate history entries and loop when clicking the compspage index - avoid duplicate history entries and loop when entering an unknown hash fragment - Avoid entire page reload when clicking on the compspage index 2015-07-02 12:14:20 +01:00
Alexander Surma cfbea5b996 Implement components scaffolding review (fixes #573) 2015-07-01 19:49:59 +01:00
Alexander Surma 81fb4a40b1 Remove search bar (fixes #566) (Closes #591) 2015-07-01 16:19:00 +01:00
Sérgio Gomes fd8baf1ba9 Merge pull request #565 from google/layout-demo-rework
Layout demo rework
2015-07-01 14:15:34 +01:00
Nicolas Garnier 6e2e1bcb46 Make codepen opt-in instead of opt-out.
This has for consequence to remove codepen from all the `<pre>` blocks that are generated from the components readme.md (Closes #563)
2015-07-01 14:07:12 +01:00
Sérgio Gomes 410c14565b Removing list component (Closes #581) 2015-07-01 13:59:16 +01:00
Nicolas Garnier 3f73349b43 Merge pull request #582 from google/linkfixes
fix about link when served by GCS, also build compindex page image more robustly
2015-07-01 14:53:46 +02:00
Marc Cohen f54f637602 fix link to component index image and About page href 2015-07-01 13:44:13 +01:00
Jonathan Garbee 6276327d09 Merge branch 'master' into set-analytics-acct 2015-07-01 08:35:10 -04:00
Nicolas Garnier 8b4252c017 Set the analytics tracking code. 2015-07-01 08:30:30 -04:00
Sérgio Gomes 5372012bba Component image on every category, not every component 2015-07-01 11:46:11 +01:00
Sérgio Gomes 8cf007bdec Add some sanity to demo styles.
- Splits padding and demos into separate classes
- Splits padding and captions into separate classes
- Adds the ability for snippets to be full screen
2015-07-01 11:02:59 +01:00
Marc Cohen 338431d6d9 Merge pull request #490 from google/compspage
Modified components index page to match Hannah's new mock
2015-06-30 16:20:48 +01:00
Marc Cohen 3cf6b59ffd update components index page to match Hannah's latest mock
delete unused compindex.svg

fix relative ref to bg image asset

add 1x res version of compindex.png image

fine tuning text and bg image placement

s/html injection/README.md file/ and fine tune text and image

fix comp navigation issue

move css to components.css and do bg image styling vi css vs. JS

fix MD spec link to use .com domain

change from bg image to explicit img tag to float image below text

fixed markup to float dt above dl on small displays (per nivco@) and moved css to components.css file

improving header centering per nivco@ comment

fixed glitch on compindex image
2015-06-30 16:10:19 +01:00