Skip to content

Commit 77073b7

Browse files
docs: Add link for web app (builtree#148)
1 parent 6d46d4e commit 77073b7

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
1-
# Simulate
1+
<p align="center">
2+
<a href="https://github.com/cod-ed/simulate">
3+
<img src="https://raw.githubusercontent.com/cod-ed/assets/simulate/documentation/SimulateTitle.svg" width=40%>
4+
</img>
5+
</a>
6+
</p>
7+
28
[![Gitter](https://badges.gitter.im/codEd-org/simulate.svg)](https://gitter.im/codEd-org/simulate?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
39

410
Welcome to Simulate! Simulate is a collection of simulations and visualizations from various domains like mathematics, physics, computer science etc. in a cross platform app made using Flutter. The outcomes of these simulations mostly are really smooth (thanks to Flutter) and extremely beautiful (thanks to mathematics/sciences behind it).
511

12+
<p align="center">
13+
<a href="https://cod-ed.github.io/simulate/web">
14+
<img src="https://raw.githubusercontent.com/cod-ed/assets/simulate/documentation/LaunchWebApp.svg" width=200px>
15+
</img>
16+
</a>
17+
</p>
18+
619
Find more information and documentation at https://cod-ed.github.io/simulate/
720

821
# Contributing

docs/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
Welcome to Simulate! Simulate is a collection of simulations and visualizations from various domains like mathematics, physics, computer science etc. in a cross platform app made using Flutter. The outcomes of these simulations mostly are really smooth (thanks to Flutter) and extremely beautiful (thanks to mathematics/sciences behind it).
55

6+
<center>
7+
[![Simulate for Web](https://raw.githubusercontent.com/cod-ed/assets/simulate/documentation/LaunchWebApp.svg){: style="width:300px"}](https://cod-ed.github.io/simulate/web){: target="_blank"}
8+
</center>
9+
610
---
711

812
## New to Simulate?

mkdocs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ nav:
2121
- Lissajous Pattern: 'simulations/mathematics/LissajousPattern.md'
2222
- Maurer Rose Pattern: 'simulations/mathematics/MaurerRosePattern.md'
2323
- Fourier Series: 'simulations/mathematics/FourierSeries.md'
24+
- Simulate Web:
25+
- Home: 'https://cod-ed.github.io/simulate/web'
2426

2527
# Configuration
2628
theme:

0 commit comments

Comments
 (0)