Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ref-migrate-0.13-0.20.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ Cicero server API has been changed to reflect the new underlying Cicero engine.

#### Example

Following the [README.md](https://github.com/accordproject/cicero/blob/master/packages/cicero-server/README.md) instructions, instead of calling:
Following the [README.md](https://github.com/accordproject/cicero-perishable-network/blob/main/README.md) instructions, instead of calling:
```
curl -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' http://localhost:6001/execute/latedeliveryandpenalty/sample.txt -d '{ "request": { "$class": "org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyRequest", "forceMajeure": false,"agreedDelivery": "December 17, 2017 03:24:00", "deliveredAt": null, "goodsValue": 200.00 }, "state": { "$class": "org.accordproject.cicero.contract.AccordContractState", "stateId" : "org.accordproject.cicero.contract.AccordContractState#1"}}'
```
Expand Down
22 changes: 11 additions & 11 deletions website/core/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,30 +51,30 @@ class Footer extends React.Component {
<h5>Docs</h5>
<ul>
<li>
<a href={this.docUrl('accordproject.html')}>Overview</a>
<a className='footer-link' href={this.docUrl('accordproject.html')}> Overview</a>
</li>
<li>
<a href={this.docUrl('started-installation.html')}>Getting Started</a>
<a className='footer-link' href={this.docUrl('started-installation.html')}> Getting Started</a>
</li>
<li>
<a href={this.docUrl('markup-cicero.html')}>Template Guides</a>
<a className='footer-link' href={this.docUrl('markup-cicero.html')}>Template Guides</a>
</li>
</ul>
</div>
<div>
<h5>Community</h5>
<ul>
<li>
<a href={this.pageUrl('users.html')}>User Showcase </a>
<a className='footer-link' href={this.pageUrl('users.html')}>User Showcase </a>
</li>
<li>
<a href="http://stackoverflow.com/questions/tagged/cicero" target="_blank" rel="noreferrer noopener"> Stack Overflow</a>
<a className='footer-link' href="http://stackoverflow.com/questions/tagged/cicero" target="_blank" rel="noreferrer noopener"> Stack Overflow</a>
</li>
<li>
<a href="https://discord.com/invite/Zm99SKhhtA">Discord</a>
<a className='footer-link' href="https://discord.com/invite/Zm99SKhhtA">Discord</a>
</li>
<li>
<a href="https://twitter.com/accordhq" target="_blank" rel="noreferrer noopener">
<a className='footer-link' href="https://twitter.com/accordhq" target="_blank" rel="noreferrer noopener">
Twitter
</a>
</li>
Expand All @@ -84,16 +84,16 @@ class Footer extends React.Component {
<h5>More</h5>
<ul>
<li>
<a href="https://medium.com/@accordhq">Blog</a>
<a className='footer-link' href="https://medium.com/@accordhq">Blog</a>
</li>
<li>
<a href="https://vimeo.com/accordproject">Vimeo</a>
<a className='footer-link' href="https://vimeo.com/accordproject">Vimeo</a>
</li>
<li>
<a href="https://github.com/accordproject">GitHub</a>
<a className='footer-link' href="https://github.com/accordproject">GitHub</a>
</li>
<li>
<a className="github-button" href={this.props.config.repoUrl} data-icon="octicon-star" data-count-href="/accordproject/cicero/stargazers" data-show-count={true} data-count-aria-label="# stargazers on GitHub" aria-label="Star this project on GitHub"> Star </a>
<a className='footer-link github-button' href={this.props.config.repoUrl} data-icon="octicon-star" data-count-href="/accordproject/cicero/stargazers" data-show-count={true} data-count-aria-label="# stargazers on GitHub" aria-label="Star this project on GitHub"> Star </a>
</li>
</ul>
</div>
Expand Down
10 changes: 10 additions & 0 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 10 additions & 2 deletions website/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ a {
}

a:hover {
color: #1b2540;
color:#1b2540;
text-decoration: none;
}

Expand Down Expand Up @@ -254,6 +254,14 @@ img[align="right"] {
img[align="left"] {
padding-right: 1.25em;
}

.nav-footer .sitemap a.footer-link {
color: #899ed7;
}

.nav-footer .sitemap a.footer-link:hover {
color: #627abb;
}

table {
border-collapse: collapse;
Expand Down Expand Up @@ -2344,7 +2352,7 @@ input::placeholder {
}

.nav-footer .sitemap a {
color: rgba(255, 255, 255, 0.6);
color: white;
display: block;
margin: 2px -10px;
padding: 3px 10px;
Expand Down