-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
152 lines (126 loc) · 5.83 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="tvbarthel : android | open source | developers " />
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>tvbarthel</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/tvbarthel">View on GitHub</a>
<h1 id="project_title"><a href="index.html">TVBarthel Organisation</a></h1>
<h2 id="project_tagline">Android Enthusiasts | Open Source Believers | Cheerful Developers</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1>
<a name="welcome" class="anchor" href="#welcome"><span class="octicon octicon-link"></span></a>Welcome.</h1>
<p>Hi, we are glad to welcome you on our page. You will find our current projects as well as incoming ideas and achieved works. Have a good time there (: </p>
</br></br>
<hr><h2>
<a name="projects" class="anchor" href="#projects"><span class="octicon octicon-link"></span></a>Current projects</h2>
<h3>
<a name="android" class="anchor" href="#intent-share">
<span class="octicon octicon-link"></span>
</a>
A better sharing experience for Android
</h3>
<a href="http://tvbarthel.fr/IntentShare/">
<img src="images/intent_share_banner.png" alt="IntentShare">
</a>
<h3>
<a name="android" class="anchor" href="#cheerleader">
<span class="octicon octicon-link"></span>
</a>
Support your favorite artist
</h3>
<a href="http://tvbarthel.fr/Cheerleader/">
<img src="images/cheerleader_banner.png" alt="Cheerleader">
</a>
<h3>
<a name="android" class="anchor" href="#camera-color-picker">
<span class="octicon octicon-link"></span>
</a>
Camera Color Picker
</h3>
<a href="http://tvbarthel.github.io/CameraColorPicker/">
<img src="images/camera-color-picker.png" alt="Camera Color Picker banner">
</a>
<h3>
<a name="android" class="anchor" href="#blur-dialog-fragment">
<span class="octicon octicon-link"></span>
</a>
Diving into blur implementation
</h3>
<a href="blur-dialog-fragment.html">
<img src="images/blur.png" alt="Blur Dialog Fragment banner">
</a>
<h3>
<a name="android" class="anchor" href="#simple_weather_forecast">
<span class="octicon octicon-link"></span>
</a>
Simple Weather Forecast
</h3>
<a href="simple_weather_forecast.html">
<img src="images/simpleweatherforecast.jpg" alt="Simple Weather Forecast banner">
</a>
<h3>
<a name="android" class="anchor" href="#a-listview-over-a-photoview-a-UI-UX-experiment">
<span class="octicon octicon-link"></span>
</a>
A ListView over a PhotoView, a UI/UX experiment.
</h3>
<a href="a-listview-over-a-photoview-a-UI-UX-experiment.html">
<img src="images/banner_a_listview_over_a_photoview.png" alt="listView over a photoview banner">
</a>
<h3>
<a name="android" class="anchor" href="#googly"><span class="octicon octicon-link"></span></a>Parallax attempt : a small attempt to perform parallax effect</h3>
<a href="parallax.html"><img src="images/parallax.png" alt="Parallax banner"></a>
<h3>
<a name="android" class="anchor" href="#googly"><span class="octicon octicon-link"></span></a>Googly Zoo : a small augmented virtuality open-source project</h3>
<a href="googlyzoo.html"><img src="images/googly.png" alt="Googly banner"></a>
<h3>
<a name="chase-whisply--an-augmented-reality-open-source-project" class="anchor" href="#chase-whisply--an-augmented-reality-open-source-project"><span class="octicon octicon-link"></span></a>Chase Whisply : an augmented reality open-source project</h3>
<a href="chasewhisply.html"><img src="http://technoblimp.files.wordpress.com/2013/09/cw.png" alt="Chase Whisply banner"></a>
</br>
</br>
<hr><h2>
<a name="projects" class="anchor" href="#projects"><span class="octicon octicon-link"></span></a>Achieved works</h2>
<h3>
<a name="moka" class="anchor" href="#moka"><span class="octicon octicon-link"></span></a>Moka : reliable and efficient brainstorming meetings</h3>
<a href="moka.html"><img src="images/moka.png" alt="Moka banner"></a>
</br>
</br>
<h2>Feel free to leave any comments (= </h2>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'tvbarthel'; // required: replace example with your forum shortname
var disqus_identifier = 'index_thread';
var disqus_title = 'tvbarthel home';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>