]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blobdiff - student/svachmic/index.mdwn
Merge branch 'master' into uloha-server
[edu/osp-wiki.git] / student / svachmic / index.mdwn
index 325537fae898e6ec86d7062614355c2a884caf29..443824d1cefc2eb2129bad902c13774e83f1e7d6 100644 (file)
@@ -1,11 +1,19 @@
 [[!meta title="Švácha Michal"]]
 
-**Project name and homepage:** [Example project](http://www.example.com)
+**Project name and homepage:** [RNBlurModalView](https://github.com/rnystrom/RNBlurModalView)
 
 Assignment
 ======
 
-Description of my planned/completed work for the project
+Project RNBlurModalView is a lightweight framework for presenting views on blurred parent views. I have found an error in the framework - when moving the subview above blurred parent view, close button does not move along with the subview.
+
+**Normal state:**
+
+![Before moving the subview.][1]
+
+**After moving:**
+
+![After moving the subview.][2]
 
 Links documenting the results of my work
 ======
@@ -13,25 +21,26 @@ Links documenting the results of my work
 Here, I'll add links similar to the examples below and describe what
 is being linked.
 
-* [My communication with developers in a public mailing list archive](http://groups.google.com/group/comp.os.minix/browse_thread/thread/e3df794a2bce97da/2194d253268b0a1b?#2194d253268b0a1b)
-* [Version control repository with the actual state of my work](http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary)
-* [My commit in the project repository](http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ea90002b0fa7bdee86ec22eba1d951f30bf043a6)
-* [Additional supporting material](http://lwn.net/Articles/385586/)
+* [[GitHub] Version control repository with the actual state of my work](https://github.com/rnystrom/RNBlurModalView/pull/41)
+* [[GitHub] My commit in the project repository](https://github.com/svachmic/RNBlurModalView/commit/60c94b4eddde078da15f74a0b220d20fe3778bde)
 
 Presentation
 ==========
 
-* [[Presentation of the aim of my work in PDF or OpenDocument format (upload it as an *Attachment* to this page)|prezentace1.pdf]]
-* [[Presentation of the results of my work|prezentace2.pdf]]
+* [[Presentation for the course.|Presentation.pdf]]
+* [[Presentation of the results of my work|Presentation2.pdf]]
 
 Ohloh
 =====
 
 Here, I'll fill in the HTML code of the [Ohloh widgetu][w] showing my KudoRank.
 
-For example:
-<a href='https://www.ohloh.net/accounts/9897?ref=Detailed' target='_blank'>
-<img alt='Ohloh profile for wentasah' border='0' height='35' src='https://www.ohloh.net/accounts/9897/widgets/account_detailed.gif' width='230' />
+<a href='https://www.ohloh.net/accounts/589563?ref=Detailed' target='_blank'>
+<img alt='Ohloh profile for svachmic' border='0' height='35' src='https://www.ohloh.net/accounts/589563/widgets/account_detailed.gif' width='230' />
 </a>
 
 [w]:https://www.ohloh.net/accounts/svachmic/widgets
+
+
+  [1]: http://s27.postimg.org/742sgvxvn/Screen_Shot_2014_03_06_at_11_47_24.png
+  [2]: http://s13.postimg.org/95oofplbb/Screen_Shot_2014_03_06_at_11_47_39.png