Skip to content

Commit

Permalink
Added Supporters section
Browse files Browse the repository at this point in the history
  • Loading branch information
lmakarov committed Jun 27, 2018
1 parent de07ae6 commit a611155
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ public
.intermediate-representation/
.cache/
yarn.lock
.idea
27 changes: 27 additions & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,33 @@ class Index extends React.Component {
</footer>
</section>

<section id="supporters" className="main special">
<header className="major">
<h2>Supporters</h2>
</header>
<footer className="major">
<ul className="actions">
<li>
<a className="a icon" href="https://ffwagency.com">
<img className="image" src="https://avatars1.githubusercontent.com/u/4947257?s=60&v=4" /><br/>
FFW Agency
</a>
</li>
<li>
<a className="a icon" href="https://www.epam.com">
<img className="image" src="https://avatars1.githubusercontent.com/u/1589802?s=60&v=4" /><br/>
EPAM Systems
</a>
</li>
<li>
<a className="a icon" href="https://www.kanopistudios.com">
<img className="image" src="https://avatars2.githubusercontent.com/u/8863513?s=60&v=4" /><br/>
Kanopi Studios
</a>
</li>
</ul>
</footer>
</section>
</div>

</div>
Expand Down

0 comments on commit a611155

Please sign in to comment.