Skip to content

Commit

Permalink
added news and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tytzM17 committed Sep 16, 2023
1 parent 04cfdb9 commit b6e65ab
Show file tree
Hide file tree
Showing 9 changed files with 9,080 additions and 8,674 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,9 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo

- Open [http://localhost:3000](http://localhost:3000) to view it in the browser. You can see all the Creatures owned by the current metamask account and play the game.

## Remaining Tasks
Done
- Create minimal landing page (mvp)
- Deploy to evm compatible mainnets (mvp)
- Refactor app upon hosting (mvp)
- Submit dapp (mvp)
- make responsive website, mobile friendly (mvp)

Ongoing
## Addendum
- 09/16/2023, New section for news and updates, with images, topic and date.




Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lokian.monster",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"homepage": "https://lokian.monster/",
"dependencies": {
Expand Down
Binary file added public/newUI-1.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 public/newUI-2.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 public/newUI-3.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 public/newUI-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,64 @@ function App() {
</div>
</header>

<div className="row">
<div className="column">
<hr style={{ clear: 'both' }} />
</div>
</div>

<div className="row">
<div className="column column-50">
<h1 className="listings">News and Updates: </h1>
</div>

<div className="column column-50">
<div className="column column-95">
<p style={{color:'silver'}}>09/16/2023 - New UI (done) and PvP (work in progress)</p>
</div>
<div className="column column-95">
<a
href="/newUI-1.png"
target="_blank"
>
<img
src={process.env.PUBLIC_URL + '/newUI-1.png'}
/>
</a>
</div>
<div className="column column-95">
<a
href="/newUI-2.png"
target="_blank"
>
<img
src={process.env.PUBLIC_URL + '/newUI-2.png'}
/>
</a>
</div>
<div className="column column-95">
<a
href="/newUI-3.png"
target="_blank"
>
<img
src={process.env.PUBLIC_URL + '/newUI-3.png'}
/>
</a>
</div>
<div className="column column-95">
<a
href="/newUI-4.png"
target="_blank"
>
<img
src={process.env.PUBLIC_URL + '/newUI-4.png'}
/>
</a>
</div>
</div>
</div>

<div className="row">
<div className="column">
<hr style={{ clear: 'both' }} />
Expand Down
17,681 changes: 9,017 additions & 8,664 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit b6e65ab

Please sign in to comment.