Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update home page with working links. #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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: 0 additions & 2 deletions views/incl/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

</footer>

<script src="js/prism.js"></script>

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
Expand Down
6 changes: 3 additions & 3 deletions views/incl/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<div class="nav-wrapper indigo">
<a href="#" class="brand-logo"><img src="img/bailador-blue-256.png" alt="Bailador Logo" style="width:70px"></a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="#">Documentation</a></li>
<li><a href="https://github.com/Bailador/Ressources">Ressources</a></li>
<li><a href="#">News</a></li>
<li><a href="https://github.com/Bailador/Bailador/blob/dev/doc/README.md">Documentation</a></li>
<li><a href="https://github.com/Bailador/Ressources">Resources</a></li>
<!--<li><a href="#">News</a></li>-->
</ul>
</div>
</nav>
Expand Down
5 changes: 2 additions & 3 deletions views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2>Web Application Development in Perl 6</h2>
<p>The Bailador users and developers can be found on the Perl 6 Bailador Slack channel.</p>
</div>
<div class="card-action">
<a href="slack">Join us on Slack</a>
<a href="https://perl6-bailador.slack.com">Join us on Slack</a>
<a href="https://github.com/Bailador/">Join us on GitHub</a>
</div>
</div>
Expand All @@ -49,8 +49,7 @@ <h2>Web Application Development in Perl 6</h2>
<p>perl 6 Maven + this code used to serve http://testers.p6c.org/ but currently not in use</p>
</div>
<div class="card-action">
<a href="#">All the Examples</a>
<a href="#">Add your application</a>
<a href="https://github.com/Bailador/Bailador/tree/dev/examples">All the Examples</a>
</div>
</div>
</div>
Expand Down