View gist:8037388
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div style="clear:both;margin-top:20px;margin-bottom:20px;"> | |
<hr style="border-width:3px;"> | |
<div style="background:transparent;padding:10px;text-align:center;float:right;margin-left:50px;width:200px;"> | |
<img src="//www.ricardo.ch/ImgWeb/2/V3/header/logo.gif"> | |
</div> | |
<p> | |
Muster GmbH<br> | |
6300 Zug |
View gist:8037462
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div style="clear:both;float:right;width:40%;padding:10px;overflow:hidden;margin-left:10px;margin-bottom:10px;border-color:#c5c5c5;border-width:1px;border-style:dashed;"> | |
<p> | |
Ich bin eine fliegende Box. Ich bin immer rechts ausgerichtet. | |
Der Text fliesst aber linksbündig. | |
</p> | |
<span style="font-size: 1.2em; margin-top: 10px; margin-bottom: 10px;display:block;"> | |
Dies könnte ein Untertitel sein | |
</span> | |
<ul> |
View gist:8037472
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div style="clear:both;float:right;width:40%;padding:10px;overflow:hidden;margin-left:10px;margin-bottom:10px;"> | |
<div style="max-width:100%;margin-bottom:10px;"> | |
[picture1] | |
</div> | |
</div> |
View gist:8037485
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div style="clear:both;float:right;width:40%;background-color:#333333;color:white;padding:10px;overflow:hidden;margin-left:10px;margin-bottom:10px;"> | |
<div style="max-width:100%;margin-bottom:10px;"> | |
[picture1] | |
</div> | |
<p> | |
Ich bin eine fliegende Box. Ich bin immer rechts ausgerichtet. | |
Der Text fliesst aber linksbündig. | |
</p> | |
<span style="font-size: 1.2em; margin-top: 10px; margin-bottom: 10px; display: block;"> |
View gist:8037497
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<hr style="border-width:1px;"> |
View gist:8037511
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<hr style="border-width:1px;border-style:dashed;border-color:#21a9e3;"> |
View gist:8037519
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div style="clear: both; float: right; width: 40%; background-color: #333333; color: white; padding: 10px; overflow: hidden; margin-left: 10px;margin-bottom:10px;"> | |
<div style="max-width: 100%;margin-bottom:10px;"> | |
[picture1] | |
</div> | |
<p> | |
Ich bin eine fliegende Box. Ich bin immer rechts ausgerichtet. Der Text fliesst aber linksbündig. | |
</p> | |
<span style="font-size: 1.2em; margin-top: 10px; margin-bottom: 10px; display: block;"> | |
Dies könnte ein Untertitel sein | |
</span> |
View tree.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. | |
├── node_modules | |
│ ├── JSONStream | |
│ │ ├── LICENSE.APACHE2 | |
│ │ ├── LICENSE.MIT | |
│ │ ├── examples | |
│ │ │ └── all_docs.js | |
│ │ ├── index.js | |
│ │ ├── package.json | |
│ │ ├── readme.markdown |
View api.search.swagger.io
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# this is an example of the Uber API | |
# as a demonstration of an API spec in YAML | |
swagger: '2.0' | |
info: | |
title: ...WIP... Ricardo Search API | |
description: Biggest e-commerce provider in Switzerland's API - Web friendly | |
version: "0.1.0" | |
# the domain of the service | |
host: ricardo.ch | |
# array of all schemes that your API supports |
View api.core.swagger.io
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# this is an example of the Uber API | |
# as a demonstration of an API spec in YAML | |
swagger: '2.0' | |
info: | |
title: ...DRAFT... Ricardo REST API | |
description: Biggest e-commerce provider in Switzerland's API - Web friendly | |
version: "0.1.0" | |
# the domain of the service | |
host: api.ricardo.ch | |
# array of all schemes that your API supports |
OlderNewer