Skip to content

Commit

Permalink
frontened: achoz logo on home
Browse files Browse the repository at this point in the history
  • Loading branch information
kcubeterm committed Jun 18, 2022
1 parent c27df15 commit c66d6b5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# achoz

![achoz logo](https://github.com/kcubeterm/achoz/blob/master/achoz/static/img/achoz.png?raw=true)


like a web search, but for your personal files. demo [here](https://achoz.ahoxus.org)

what it will do is just normalize your all documents, and later it will be easy to search. Like suppose you read something fantastic in any of your pdf file, but after sometime you forgot the name of that pdf. Here web search may not help you but achoz surely gonna help you to find that file.
It will just normalize your all documents, and later it will be easy to search.

### Story
> cregox have a lot of data. files, emails, messages, web links, web content, etc. they also are of different kinds; text, video, audio, apps, etc.
Expand Down
5 changes: 4 additions & 1 deletion achoz/static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ html {
scroll-behavior: smooth;
}
body {
background-image: url('/static/img/bg.svg');
background-size: cover;
background-attachment: fixed;

Expand All @@ -26,6 +25,10 @@ body {
top: 0%;
margin-left: 5%;
}

#logo {
text-align: center;
}
#achoz {
display:flex;
color:#6c0a80ef;
Expand Down
2 changes: 1 addition & 1 deletion achoz/static/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div id="home"><a href="/"><i class="fa fa-home" aria-hidden="true"></i></a>
</div>
<div id=logo>
<!-- <h1 id="achoz"> Achoz</h1> -->
<img src="/static/img/achoz.png" alt="">
</div>
<div id="wrap">

Expand Down
Binary file added achoz/static/img/achoz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c66d6b5

Please sign in to comment.