Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
"# the-cryptoflow"

Hello, I'm Hafiz, I've been a long time follower of Aeternity and now, i have finally design and written my first app. CrytoFlow is a platform that let users keep and a secure workflow of their daily activity and manage them efficiently I designed my states in a way to store users data uniquely and efficiently by keying my user data with his/her address.
5 changes: 5 additions & 0 deletions css/scrollbar.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#scrollbar{
overflow-x: auto;
max-height: 100vh;
min-height: 100vh;
}
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<link rel="stylesheet" type="text/css" href="./css/icon.min.css">
<link rel="stylesheet" type="text/css" href="./css/m_main.css">
<link rel="stylesheet" href="css/scrollbar.css">
<div class="col-offset-8 col-4 spinner">
<img src="./images/spinner.gif">
</div>
Expand Down Expand Up @@ -307,4 +308,4 @@ <h2 class="">
init();


</script>
</script>