Skip to content

Commit a6f054f

Browse files
authored
Update README.md
1 parent afbcf5e commit a6f054f

File tree

1 file changed

+84
-2
lines changed

1 file changed

+84
-2
lines changed

README.md

+84-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,84 @@
1-
# BiasFX
2-
JavaFX Flat Design Library for Bias 2
1+
<p align="center">
2+
<img src="https://lh3.googleusercontent.com/CatrhxycxWggT_TSQ5NJQI3CRDVPjftdAiFFjJFaTQns23O3Y0JxmMzQmWhuhbKd1vCluW4i9-XSe9GflpQ=s1000" alt="BiasFX by Infinity Inc."/>
3+
</p>
4+
5+
<p align="center">
6+
<img src="https://img.shields.io/pypi/status/Django.svg" alt="Status"/>
7+
<img src="https://img.shields.io/badge/version-2.0.1-blue.svg" alt="Version"/>
8+
<img src="https://img.shields.io/crates/l/rustc-serialize.svg" alt="License: MIT" /> <br><br>
9+
</p>
10+
11+
12+
## Introduction
13+
14+
BiasFX is an open source Java library, that implements Flat Design using Java components
15+
16+
[● Components](https://github.com/bartuatabek/BiasFX#components)
17+
[● Setup](https://github.com/bartuatabek/BiasFX#setup)
18+
[● License](https://github.com/bartuatabek/BiasFX#license)
19+
[● Contributions](https://github.com/bartuatabek/BiasFX#contributions)
20+
[● Authors](https://github.com/bartuatabek/BiasFX#authors)
21+
22+
## Components
23+
24+
### Activity
25+
26+
<p align="center">
27+
<img src="https://raw.githubusercontent.com/bartuatabek/BiasFX/master/samples/Activity.gif" alt="Events"/>
28+
</p>
29+
30+
### Assignment
31+
32+
<p align="center">
33+
<img src="https://raw.githubusercontent.com/bartuatabek/BiasFX/master/samples/Assignment.gif" alt="Events"/>
34+
</p>
35+
36+
### Course Pane
37+
38+
<p align="center">
39+
<img src="https://raw.githubusercontent.com/bartuatabek/BiasFX/master/samples/CoursePane.gif" alt="Events"/>
40+
</p>
41+
42+
### Event
43+
44+
<p align="center">
45+
<img src="https://raw.githubusercontent.com/bartuatabek/BiasFX/master/samples/Event.gif" alt="Events"/>
46+
</p>
47+
48+
### Event Info
49+
50+
<p align="center">
51+
<img src="https://raw.githubusercontent.com/bartuatabek/BiasFX/master/samples/EventInfo.png" alt="Events"/>
52+
</p>
53+
54+
### Grade Cell
55+
56+
<p align="center">
57+
<img src="https://raw.githubusercontent.com/bartuatabek/BiasFX/master/samples/GradeCell.png" alt="Events"/>
58+
</p>
59+
60+
### Note Cell
61+
62+
<p align="center">
63+
<img src="https://raw.githubusercontent.com/bartuatabek/BiasFX/master/samples/NoteCell.gif" alt="Events"/>
64+
</p>
65+
66+
### User Icon
67+
68+
<p align="center">
69+
<img src="https://raw.githubusercontent.com/bartuatabek/BiasFX/master/samples/UserIcon.png" alt="Events"/>
70+
</p>
71+
72+
## Setup
73+
You can download the source code of the library and build it as mentioned previously. Building BiasFX will generate BiasFX.jar under the biasfx/build/libs folder. To use BiasFX, import BiasFX.jar into your project and start using the new flat design Java components.
74+
75+
## License
76+
Bias is released and distributed under the terms and conditions of the [Apache license](https://github.com/bartuatabek/BiasFX/blob/master/LICENSE).
77+
78+
## Contributions
79+
If you run into problems, please open up an issue. We also actively welcome pull requests. By contributing to Bias you agree that your contributions will be licensed under its Apache license.
80+
81+
## Author
82+
BiasFX was developed by **Bartu Atabek** and **Musab Gelişgen** in 2017 using Java. Currently, it is being maintained by both [@BartuAtabek](https://github.com/bartuatabek) and [@MusabGelisgen](https://github.com/musabgelisgen).
83+
84+

0 commit comments

Comments
 (0)