new post: who we are
This commit is contained in:
parent
9621ad84ca
commit
33d9e4b41d
5 changed files with 42 additions and 28 deletions
|
@ -1,18 +0,0 @@
|
||||||
---
|
|
||||||
title: "(draft) Hello, World! A New Site for Dev Life Hacks!"
|
|
||||||
permalink: '/hello-world-draft'
|
|
||||||
notes: 'the goal of this post is to define the target audience of the whole blog, which are Mid-Level Web Developers'
|
|
||||||
---
|
|
||||||
|
|
||||||
It's kind of getting old, I know.
|
|
||||||
|
|
||||||
A new blog... *again?* What's this all about?
|
|
||||||
|
|
||||||
Well, to put it simply, **Full Hacker** is like [Life Hacker](https://lifehacker.com), but for developers (and other IT professionals). This will be a place to share "Life Hacks" that we want to share to one another... like automation, new tech, tools, setups, and all sorts of time-saving tips and tricks.
|
|
||||||
|
|
||||||
Who are these developers I'm talking about, you ask? Let's get into that in another post. ;)
|
|
||||||
|
|
||||||
Though, let me clear this one thing upfront: This is not a place to ask coding questions. We got [Stack Overflow](https://stackoverflow.com) for that already. Instead, here, we just share secrets that make our work and life easier as developers.
|
|
||||||
|
|
||||||
Contributing is simple. Just hit us up with an email here: [FullHackerBlog@gmail.com](mailto:fullhackerblog@gmail.com) or head over to our place at [Github](https://github.com/fullhacker/fullhacker.github.io) and check the [Issues Page](https://github.com/fullhacker/fullhacker.github.io/issues). There are still lots of work to do in building this site and everyone is welcome to join. :)
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
---
|
|
||||||
title: "(draft) You feel like a fraud, I know"
|
|
||||||
permalink: "/fraud"
|
|
||||||
---
|
|
||||||
|
|
||||||
Let me guess...
|
|
||||||
|
|
||||||
You feel like you've fooled everyone at least once.
|
|
|
@ -6,7 +6,6 @@ keywords: ""
|
||||||
image: "hello-world.jpg"
|
image: "hello-world.jpg"
|
||||||
image-attrib: "Photo stock by Lukas from Pexel."
|
image-attrib: "Photo stock by Lukas from Pexel."
|
||||||
---
|
---
|
||||||
|
|
||||||
It's kind of getting old, I know.
|
It's kind of getting old, I know.
|
||||||
|
|
||||||
A new blog... *again?* What's this all about?
|
A new blog... *again?* What's this all about?
|
||||||
|
|
35
_posts/2018-03-11-who-we-are-and-our-purpose.md
Normal file
35
_posts/2018-03-11-who-we-are-and-our-purpose.md
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
---
|
||||||
|
title: "Who We Are and What's Our Purpose"
|
||||||
|
permalink: "/who-we-are"
|
||||||
|
description: "First, I want to talk about the reason for this new blog: YOU!"
|
||||||
|
keywords: ""
|
||||||
|
image: "hello-world.jpg"
|
||||||
|
image-attrib: "Photo stock by Lukas from Pexel."
|
||||||
|
---
|
||||||
|
Before I write any blog at all, I want to take this time to talk about YOU GUYS! --the people for whom I will be writing and the shared purpose we are going to have here in Full Hacker.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
This blog is for YOU if you have a heart for innovation and you want to use technology to solve real-world problems... or just have fun!
|
||||||
|
|
||||||
|
As I always say, "Make it Functional, but also make it Fun."
|
||||||
|
|
||||||
|
Here in Full Hacker, we will definitely have both.
|
||||||
|
|
||||||
|
In my next post, I am going to tackle one of the most asked questions by businessmen who wants to put up a website for their businesses, beginners in Web development and students who just want to see their work live online:
|
||||||
|
|
||||||
|
"Where can I host my website for FREE?"
|
||||||
|
|
||||||
|
I'll give you the BEST solution that will not only allow you to host a website for free but will also jumpstart your journey into building a great web development portfolio.
|
||||||
|
|
||||||
|
See You!
|
||||||
|
|
|
@ -301,7 +301,7 @@ nav#side-nav {
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-content .wrapper .home {
|
.page-content .wrapper .home {
|
||||||
background-color: white;
|
background-color: #e4e2dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-content .wrapper .post {
|
.page-content .wrapper .post {
|
||||||
|
@ -314,6 +314,12 @@ nav#side-nav {
|
||||||
background-color: #e4e2dd;
|
background-color: #e4e2dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 0px) and (max-width: 350px) {
|
||||||
|
div.subscription-message-div {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 0px) and (max-width: 767px) {
|
@media only screen and (min-width: 0px) and (max-width: 767px) {
|
||||||
.jumbotron {
|
.jumbotron {
|
||||||
background: rgba(141,191,66,.97)!important;
|
background: rgba(141,191,66,.97)!important;
|
||||||
|
|
Loading…
Reference in a new issue