-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
163 lines (143 loc) · 6.81 KB
/
Copy pathindex.html
File metadata and controls
163 lines (143 loc) · 6.81 KB
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
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>VIDAL - Free and Open Source Software Portfolio</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/3-col-portfolio.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="js/jquery.js"></script>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">VIDAL Portfolio</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li>
<a href="#sdk">SDK</a>
</li>
<li>
<a href="#lib-fram">Libraries / Frameworks</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">VIDAL Portfolio</h1>
</div>
</div>
<div id="sdk" class="row">
<div class="col-lg-12">
<h2><small>VIDAL API SDK</small></h2>
</div>
</div>
<div class="row">
<div class="col-md-3 portfolio-item">
<a href="https://github.com/vidal-community/vidal-api.java">
<img class="img-responsive" src="img/Android_Java.png" alt="">
</a>
<h3>
<a href="https://github.com/vidal-community/vidal-api.java">Java/Android</a>
</h3>
<p>Get started in minutes consuming VIDAL REST API from your Java/Android application.</p>
</div>
<div class="col-md-3 portfolio-item">
<a href="https://github.com/vidal-community/vidal-api.swift">
<img class="img-responsive" src="img/Apple_Swift_Logo.png" alt="">
</a>
<h3>
<a href="https://github.com/vidal-community/vidal-api.swift">Swift</a>
</h3>
<p>Get started in minutes consuming VIDAL REST API from your Swift application.</p>
</div>
<div class="col-md-3 portfolio-item">
<a href="https://github.com/vidal-community/vidal-api.js">
<img class="img-responsive" src="img/Javascript.png" alt="">
</a>
<h3>
<a href="https://github.com/vidal-community/vidal-api.js">Javascript</a>
</h3>
<p>Get started in minutes consuming VIDAL REST API from your web application.</p>
</div>
<div class="col-md-3 portfolio-item">
<a href="https://github.com/vidal-community/vidal-api.py">
<img class="img-responsive" src="img/Python.png" alt="">
</a>
<h3>
<a href="https://github.com/vidal-community/vidal-api.py">Python</a>
</h3>
<p>Get started in minutes consuming VIDAL REST API from your Python application.</p>
</div>
</div>
<div id="lib-fram" class="row">
<div class="col-lg-12">
<h2><small>Libraries & frameworks</small></h2>
</div>
</div>
<div class="row">
<div class="col-md-4 portfolio-item">
<a href="https://github.com/vidal-community/jax-rs-linker">
<img class="img-responsive" src="img/JAX-RS_Linker.png" alt="JAX-RS Linker">
</a>
<h3>
<a href="https://github.com/vidal-community/jax-rs-linker">JAX-RS Linker</a>
</h3>
<p>Build your hypermedia JAX-RS API at <strong>compile</strong> time.</p>
</div>
<div class="col-md-4 portfolio-item">
<a href="https://github.com/vidal-community/atom-jaxb">
<img class="img-responsive" src="img/Atom_JAXB.png" alt="">
</a>
<h3>
<a href="https://github.com/vidal-community/atom-jaxb">Atom JAXB</a>
</h3>
<p>Read and write flat ATOM feeds in minute with Atom JAXB.</p>
</div>
<div class="col-md-4 portfolio-item">
<a href="https://github.com/vidal-community/junit-server-rules">
<img class="img-responsive" src="img/JUnit_Server_Rules.png" alt="">
</a>
<h3>
<a href="https://github.com/vidal-community/junit-server-rules">JUnit Server Rules</a>
</h3>
<p>Embed your server right away. No need to write it, we have done it for you!</p>
</div>
</div>
<hr>
<div id="heyhey" class="hidden">
<canvas width="361px" height="448px"></canvas>
</div>
<footer>
<div class="row">
<div class="col-lg-12">
<p>Copyright © VIDAL 2015</p>
</div>
</div>
</footer>
</div>
<script src="js/easteregg.js"></script>
<script>
var _0xcd4e=["\x23\x68\x65\x79\x68\x65\x79","\x71\x75\x65\x72\x79\x53\x65\x6C\x65\x63\x74\x6F\x72","\x6B\x65\x79\x43\x6F\x64\x65","\x6C\x65\x6E\x67\x74\x68","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","","\x65\x61\x73\x74\x65\x72\x65\x67\x67\x2F\x68\x61\x68\x61\x2F","\x69\x6E\x69\x74","\x73\x65\x74\x54\x69\x6D\x65\x6F\x75\x74","\x6B\x65\x79\x64\x6F\x77\x6E"];(function(){var _0x1936x1=[38,38,40,40,37,39,37,39,66,65],_0x1936x2=0,_0x1936x3=document[_0xcd4e[1]](_0xcd4e[0]);$(document)[_0xcd4e[9]](function(_0x1936x4){if(_0x1936x4[_0xcd4e[2]]===_0x1936x1[_0x1936x2++]){if(_0x1936x2===_0x1936x1[_0xcd4e[3]]){_0x1936x3[_0xcd4e[4]]=_0xcd4e[5];window[_0xcd4e[8]](function(){PACMAN[_0xcd4e[7]](_0xcd4e[0],_0xcd4e[6])},0);return !1;}}else {_0x1936x1=0}});}());
</script>
</body>
</html>