Skip to content

Commit

Permalink
added zulily
Browse files Browse the repository at this point in the history
  • Loading branch information
Carter Rabasa committed Oct 21, 2019
1 parent e219756 commit 9fcce6f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/images/sponsors/heroku.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions public/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ ul#past-confs>li, ul#connect-list>li {
padding-bottom: 10px;
}



#page {
background-color: #fff;
margin: 8px;
Expand Down Expand Up @@ -509,7 +507,7 @@ a.cta:hover {
#sponsors-gold {
text-align: center;
}

#sponsors-gold img {
max-height: 200px;
}
Expand Down
1 change: 1 addition & 0 deletions src/views/layout/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ module.exports = function mainLayout (props) {
<a href="https://twilio.com"><img src="${assetPath}/images/sponsors/twilio.svg" alt="twilio logo"/></a>
<a href="https://docusign.com"><img src="${assetPath}/images/sponsors/docusign.svg" alt="docusign logo"/></a>
<a href="https://auth0.com"><img src="${assetPath}/images/sponsors/auth0.svg" alt="auth0 logo"/></a>
<a href="https://www.zulily.com/careers"><img src="${assetPath}/images/sponsors/zulily.svg" alt="zulily logo"/></a>
</section>
</section>
<section id="footer-community">
Expand Down
2 changes: 2 additions & 0 deletions src/views/page/content/getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Getting Started Building Apps with JavaScript

0 comments on commit 9fcce6f

Please sign in to comment.