diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-08 07:43:48 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-08 07:43:48 (EST) |
commit | da9cc6ea21914d7d2941f804219c9e22a74ce7d9 (patch) | |
tree | e7eb1d9fdef19ef7fe8c477869dc8d271e7c3c4a /docs/hardware | |
parent | 9d7d37a7797593d211b8a9e28812805a9b5974bc (diff) | |
download | libreboot-da9cc6ea21914d7d2941f804219c9e22a74ce7d9.zip libreboot-da9cc6ea21914d7d2941f804219c9e22a74ce7d9.tar.gz libreboot-da9cc6ea21914d7d2941f804219c9e22a74ce7d9.tar.bz2 |
Documentation: add docs/hardware/x60_keyboard.html
How to replace keyboard on X60/X60s/X60T
Diffstat (limited to 'docs/hardware')
-rw-r--r-- | docs/hardware/index.html | 1 | ||||
-rw-r--r-- | docs/hardware/x60_keyboard.html | 49 |
2 files changed, 50 insertions, 0 deletions
diff --git a/docs/hardware/index.html b/docs/hardware/index.html index 7a09e6f..4ad8b68 100644 --- a/docs/hardware/index.html +++ b/docs/hardware/index.html @@ -21,6 +21,7 @@ Or <a href="../index.html">Back to main index</a>. </p> <ul> + <li><a href="x60_keyboard.html">ThinkPad X60/X60s/X60T: Change keyboard</a></li> <li><a href="x60_heatsink.html">ThinkPad X60/X60S: change the fan/heatsink</a></li> <li><a href="x60_lcd_change.html">ThinkPad X60/X60s: How to change the LCD panel</a> (incomplete. pics only for now)</li> <li><a href="t60_lcd_15.html">ThinkPad T60 15.1" changing LCD panel</a></li> diff --git a/docs/hardware/x60_keyboard.html b/docs/hardware/x60_keyboard.html new file mode 100644 index 0000000..20b905d --- /dev/null +++ b/docs/hardware/x60_keyboard.html @@ -0,0 +1,49 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + + <style type="text/css"> + @import url('../css/main.css'); + </style> + + <title>ThinkPad X60: Change keyboard</title> +</head> + +<body> + + <header> + <h1>Thinkpad X60/X60s/X60t: Change keyboard</h1> + <aside>Use this guide to replace the keyboard on your ThinkPad X60. Also works for X60s and X60 Tablet.</aside> + </header> + + <p>Or go <a href="index.html">back to main index</a></p> + + + <h1 id="recovery">Just follow these steps, and then reverse</h1> + + <p> + <img src="../images/x60_keyboard/1.JPG"><br/> + <img src="../images/x60_keyboard/2.JPG"><br/> + <img src="../images/x60_keyboard/3.JPG"><br/> + <img src="../images/x60_keyboard/4.JPG"><br/> + <img src="../images/x60_keyboard/5.JPG"> + </p> + +<hr/> + + <p> + Copyright © 2014 Francis Rowe <info@gluglug.org.uk><br/> + This document is released under the Creative Commons Attribution-ShareAlike 4.0 International Public License and all future versions. + A copy of the license can be found at <a href="../license.txt">../license.txt</a>. + </p> + + <p> + This document is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See <a href="../license.txt">../license.txt</a> for more information. + </p> + +</body> +</html> |