Skip to content

Commit

Permalink
Add LICENSE, replace images, add README
Browse files Browse the repository at this point in the history
  • Loading branch information
helfi92 committed Feb 6, 2017
1 parent a678d84 commit 50ce145
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 8 deletions.
20 changes: 20 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
The MIT License (MIT)

Copyright (c) 2017 Hassan 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.
28 changes: 24 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
Studorlio Free Responsive portfolio
==========================================
# Studorlio
Studorlio is a template for your own personal site. You can have yours running on the cloud in exactly 10 seconds. But first, make sure you have a GitHub account. Ready, set, go!

### <http://hassanali.me/studorlio>
## Getting Started
1. Fork the repository to make it yours.
2. Rename the forked repository to `username.github.io`, where `username` is your GitHub username.

*Studorlio* is a simple free portfolio that is responsive with great user experience on majority of desktop and mobile devices. Fork the repository and this becomes yours.
## Demo
[https://helfi92.github.io/studorlio](https://helfi92.github.io/studorlio/)

## FAQ
* [How do I fork this repository?](#how-do-i-fork-this-repository?)
* [How do I rename the forked repository?](#how-do-i-rename-the-forked-repository?)

### How do I fork this repository?
1. Make sure you're logged into GitHub with your account
2. Click the Fork button on the upper right-hand side of this page

### How do I rename the forked repository?
1. Navigate to the main page of the repository. It should be `https://github.com/username/studorlio/`, where `username` is your GitHub username.
2. Click Settings
3. Unde the Repository name heading, type `username.github.io` then click Rename.

## Bugs and Issues
Have a bug or an issue with this template? [Open a new issue](https://github.com/helfi92/studorlio/issues)

## Copyright and License
Code released under the [MIT](https://github.com/helfi92/studorlio/blob/master/LICENSE) license

1 change: 0 additions & 1 deletion assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ a.nav-item:hover {
.avatar{
height:200px;
border-radius: 50%;
margin-top: 30px;
}

.intro-description{
Expand Down
Binary file removed assets/img/phone.jpeg
Binary file not shown.
Binary file added assets/img/profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/project-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/project-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/watch.jpg
Binary file not shown.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<section id="about" class="section section-1">
<div class="container has-text-centered">
<!-- Source: https://flic.kr/p/pAZBNK -->
<img class="avatar" src="http://hassanali.me/images/my-picture.png">
<img class="avatar" src="assets/img/profile.png">
</div>
<div class="container"></br>
<p class="intro">
Expand All @@ -79,7 +79,7 @@ <h3 class="title is-3">Projects</h3>
<article>
<div>
<figure class="image project-figure">
<img src="assets/img/watch.jpg" alt="Image">
<img src="assets/img/project-1.jpg" alt="Image">
</figure>
</div>
<div>
Expand All @@ -96,7 +96,7 @@ <h3 class="title is-3">Projects</h3>
<article>
<div>
<figure class="image project-figure">
<img src="assets/img/phone.jpeg" alt="Image">
<img src="assets/img/project-2.jpg" alt="Image">
</figure>
</div>
<div>
Expand Down

0 comments on commit 50ce145

Please sign in to comment.