Skip to content

Commit

Permalink
readme and index update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Dec 14, 2018
1 parent 108e492 commit 6eafaf2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# aahframework.org website
<p align="center">
<img src="https://cdn.aahframework.org/assets/img/aah-logo-64x64.png" />
<h2 align="center">aahframework.org website</h2>
<p align="center">Visit aah's official website https://aahframework.org to learn more</p>
</p>
<p align="center">
<a href="http://creativecommons.org/licenses/by-sa/4.0/"><img src="https://img.shields.io/badge/Source_Code_License-MIT-blue.svg" alt="source code license"/></a> <a href="http://creativecommons.org/licenses/by-sa/4.0/"><img src="https://img.shields.io/badge/Content_License-CC%20BY--SA%204.0-blue.svg" alt="content license"/></a>
</p>

Source Code of aah Framework Official Website under [![License](https://img.shields.io/github/license/go-aah/website.svg)](LICENSE)
<br>

Framework Documentation under [![License: CC BY-SA 4.0](https://img.shields.io/badge/License-CC%20BY--SA%204.0-blue.svg)](http://creativecommons.org/licenses/by-sa/4.0/)
### Running aahframework.org website locally

#### Running aahframework.org website locally
```bash
$ git clone https://github.com/go-aah/website.git aah-website

aahframework.org website is aah web application, simply follow the same nature of aah application steps to run it.

Just go to application base directory and do `aah run`.
# Go to application base directory
$ cd aah-website
$ aah run
```
7 changes: 4 additions & 3 deletions views/pages/site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ <h4 class="no-anchor">A secure, flexible, rapid Go web framework</h4>
Request for aah users - Write candid reviews, write tutorials, send feedback, provide GitHub star and report bugs.
</div>
<div class="text-center" style="padding-left:20%;padding-right:20%">
<div class="alert alert-info-green tmrgn-35" >
<p>Upcoming new app "<a href="https://github.com/thumbai/thumbai" target="_blank">THUMBAI</a> - Go Mod Repository and Go Vanity" from author of aah</p>
<p>Try out live instance here <a href="https:/aahframework.org/thumbai" target="_blank">https:/aahframework.org/thumbai</a> with username/password: <code>readonly/readonly</code></p>
<div class="alert alert-info-blue tmrgn-35" >
<p>A new app "<a href="https://thumbai.app" target="_blank">THUMBAI</a> - Go Mod Repository, Go Vanity" from author of aah</p>
<!-- <p>Upcoming new app "<a href="https://github.com/thumbai/thumbai" target="_blank">THUMBAI</a> - Go Mod Repository and Go Vanity" from author of aah</p>
<p>Try out live instance here <a href="https://aahframework.org/thumbai" target="_blank">https://aahframework.org/thumbai</a> with username/password: <code>readonly/readonly</code></p> -->
</div>
</div>
</div>
Expand Down

0 comments on commit 6eafaf2

Please sign in to comment.