-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
51 lines (51 loc) · 1.96 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Simple Donut</title>
</head>
<body>
<header>
<h1>What is Simple Donut?</h1>
<p>
Simple Donut is a percentage chart that can be toggled from pie to donut.
This fun chart has source code written in multiple frameworks for your reference.
</p>
</header>
<h2>Here are the frameworks with complete code:</h2>
<table>
<tr>
<th>Vue</th>
<th>jQuery</th>
</tr>
<tr>
<td><a href="https://github.com/simple-donut/simple-donut-vue">Sourcecode</a></td>
<td><a href="https://github.com/simple-donut/simple-donut-jquery">Sourcecode</a></td>
</tr>
</table>
<h2>Here are the frameworks that are yet to be completed:</h2>
<p>Contribute to Simple Donut for part of Hacktoberfest!</p>
<table>
<tr>
<th>Angular</th>
<th>Riot</th>
<th>Backbone</th>
<th>Vanilla JS ES6</th>
<th>React</th>
<th>React Native</th>
<th>Svelte</th>
</tr>
<tr>
<td><a href="https://github.com/simple-donut/simple-donut-angular/issues">Contribute</a></td>
<td><a href="https://github.com/simple-donut/simple-donut-riot/issues">Contribute</a></td>
<td><a href="https://github.com/simple-donut/simple-donut-backbone">Contribute</a></td>
<td><a href="https://github.com/simple-donut/simple-donut-es6/issues">Contribute</a></td>
<td><a href="https://github.com/simple-donut/simple-donut-react/issues">Contribute</a></td>
<td><a href="https://github.com/simple-donut/simple-donut-react-native/issues">Contribute</a></td>
<td><a href="https://github.com/simple-donut/simple-donut-svelte/issues">Contribute</a></td>
</tr>
</table>
<h3>See the full project:</h3>
<a href="https://github.com/simple-donut/simple-donut.github.io">https://github.com/simple-donut/simple-donut.github.io</a>
</body>
</html>