This is the H2
This is The Grid, the first free website template from andreasviklund.com which is built upon a CSS grid system. Inspired by the 1KB CSS Grid and other systems, The Grid template has a 12-column grid based on 60 pixels wide columns with 20 pixels of space inbetween. To use the grid, you create a div with the class="row" and then place any number of divs with class="col" and a second class stating the width of the column (c1-c12) inside the row. The Grid supports nested rows which means that thousands of layout combinations can be created, from single-column pages to advanced magazine-style layouts. The template uses standards-compliant code.
HowTo Modify My Password Using PHPMyAdmin
Question: I’m unable to remember my password, and I’m not getting my Forgot Password email to get a new one. How can I figure out what my password is?
Answer: Passwords are encrypted using SHA1, so you’ll need to replace your password with a known SHA1’d password.
In this case, I use the password of password, which is set to:
5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
Using a MySQL tool such as PHPMyAdmin (or something similar) replace the value of password with the text string listed above.
NOTE: Once you log into the EE backend, make sure to change your password to something else.
