Skip to content

Commit

Permalink
[readme] Readme updated and MIT license added.
Browse files Browse the repository at this point in the history
  • Loading branch information
akkefa committed Mar 16, 2018
1 parent 752548a commit 20025f5
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 5 deletions.
21 changes: 21 additions & 0 deletions LICENSE
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2018 Ikram Ali

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
87 changes: 83 additions & 4 deletions README.md
@@ -1,15 +1,90 @@
# Single page developer portfolio website.
# [Single Page Developer Portfolio Template](http://akkefa.com/)   [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Get%20free%20resume%20based%20developer%20portfolio%20template&url=http://akkefa.com&via=akkefa&hashtags=github-page,resume-template,developer-portfolio,developers,templates)

Complete Resume based portfolio for developers.
[![Price](https://img.shields.io/badge/price-FREE-0098f7.svg)](https://github.com/akkefa/developer-portfolio/blob/master/LICENSE)
[![License: MIT](https://img.shields.io/badge/license-FOWDL-blue.svg)](https://github.com/akkefa/developer-portfolio/blob/master/LICENSE)

Complete Resume based portfolio for developers.
Developers don't talk much. Their code does all the talking.

<p><a href="https://github.com/akkefa/developer-portfolio/archive/master.zip">Download</a></p>

![Design Blocks](https://raw.githubusercontent.com/akkefa/developer-portfolio/master/developer-portfolio.png)


## Why? [![start with why](https://img.shields.io/badge/start%20with-why%3F-brightgreen.svg?style=flat)](http://www.ted.com/talks/simon_sinek_how_great_leaders_inspire_action)

I wanted a dev landing page to showcase everything I do online and I wanted it to be minimal and right to the point rather beautiful and hefty. And I think most of the devs out there would want the same.

Feel free to fork, clone, play around and make this your own.


## Table of contents

- [Landing page](#landing-page)
- [What's included?](#whats-included)
- [Bugs and feature requests](#bugs-and-feature-requests)
- [Dependencies](#dependencies)
- [Categories](#categories)
- [Browser support](#browser-support)
- [GitHub Pages](#gitHub-pages)
- [Copyright and license](#copyright-and-license)


## Landing page

Purpose of landing page basically define **Who are you?**

## What's included

Within the download archive you'll find the following directories and files. You'll see something like this:

```
developer-portfolio/
├── docs/
│ ├── css/
│ │ ├── bootstrap.min.css
│ │ ├── font-awesome.css
│ │ └── styles.css
│ └── fonts/
│ └── images/
│ └── js/
│ └── index.html
└── README.md
```

## Bugs and feature requests

Have a bug or a feature request? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/akkefa/developer-portfolio/issues/new).

## Dependencies

- **Bootstrap**. akkefa Design Blocks is built on Bootstrap 4 library and fully supports it. It uses the Javascript files only for the header design blocks, so if you don't need them, we recommend not to include the Bootstrap JS files in order to reduce your bundle size.

- **Font Awesome**. We're using the amazing Font Awesome library for the social network icons.

## Categories

- Professional Skills
- Work Experiences
- Education & Certification
- Testimonials
- Portfolio
- Favorite Books
- Get in Touch

## Browser Support

At the moment, we aim to support all major web browsers. Any issue in the browsers listed below should be reported as a bug:

- Internet Explorer 10+
- Microsoft Edge 14+
- Safari 6+
- Firefox (Current - 1) and Current versions
- Chrome (Current - 1) and Current versions
- Opera (Current - 1) and Current versions
- Safari iOS 7.0+
- Android 6.0+


## GitHub Pages

GitHub makes it easy to create personal websites. Follow this link - [GitHub Pages](https://pages.github.com/) to know how or follow the steps below.
Expand All @@ -23,4 +98,8 @@ If you already have a GitHub profile (obviously)

Voila! Your site should be live at `https://{username}.github.io`

My **Developer Portfolio** [akkefa.com](http://akkefa.com)
Mine **Developer Portfolio** [akkefa.com](http://akkefa.com)

## Copyright and license

Code and documentation copyright 2018 [akkefa Labs](https://www.akkefa.com/). Code released under the [MIT License](https://github.com/akkefa/developer-portfolio/blob/master/LICENSE).
Binary file added developer-portfolio.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/css/styles.css
Expand Up @@ -708,7 +708,7 @@ Contact section start here
}

.footer .container {
padding: 30px;
/*padding: 30px;*/
color: #8a8a8a;
letter-spacing: 0.5px;
}
Expand Down

0 comments on commit 20025f5

Please sign in to comment.