Merge pull request #14 from fullhacker/dev-ayo

Dev ayo
This commit is contained in:
Ayo 2018-03-13 07:47:38 +08:00 committed by GitHub
commit 9eed95c46b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View file

@ -15,9 +15,11 @@ You may be asking, "is this really going to be helpful for me?"
Well, that's exactly what this post is going to answer for you. <!--more-->
There is going to be a wide range of topics posted here in Full Hacker, but you will probably find them most helpful if:
- You have an itching desire to hack technologies together and build something great.
- You have some interest in how the Web works.
- You have great curiosity to take a peek into other people's projects and their line of thinking.
1. ***You have an itching desire to hack technologies together and build something great.*** Full Hacker will provide you a steady stream of hand-picked and latest technologies. Be it for your passion projects or something you have to do for work or school, you'll be sure to find something new here every once in a while.
2. ***You have some interest in how the Web works.*** Vulnerabilities, SEO, new Web standards... these are things you most probably should stay informed about, and the Full Hacker blog has got you covered. In fact, I am working on a tool that will intelligently crawl and analyze websites to generate an intensive report on these areas, and I will launch it here.
3. ***You have great curiosity to take a peek into other people's projects and their line of thinking.*** We will feature interesting projects from all over the Web. The Full Hacker blog will also release practical, step-by-step guides into how you and anyone from beginner to advanced can start into various technologies. The guides will come complete with the base code and/or licensed software that you will be needing so that you can focus on building instead of scrambling away into the Web for tutorials.
Want to get notified when these tools and guides come out? Stay in touch with me and <a href="https://github.us17.list-manage.com/subscribe/post?u=85102052c447ce8a8bba06f24&id=2366f7f35a" target="_blank">sign up now</a>, so I can make sure you get an early access to all the Full Hacker products in the future.
At times you may find me seemingly talking to developers directly (because I am one), but I assure you this blog is not exclusively for developers.

View file

@ -23,7 +23,7 @@ body {
color: rgba(0, 0, 0, .84);
font-size: 20px;
line-height: 1.4;
font-family: medium-content-sans-serif-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-family: medium-content-sans-serif-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
letter-spacing: 0;
font-weight: 400;
font-style: normal;
@ -58,6 +58,8 @@ footer.site-footer {
}
article .post-content p,
article .post-content ul li,
article .post-content ol li,
.home .post-excerpt p {
--x-height-multiplier: 0.375;
--baseline-multiplier: 0.17;