Skip to content

Commit

Permalink
Closes #12: Added events page
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jun 1, 2015
1 parent d42a197 commit 709559c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions app/js/app.js
Expand Up @@ -75,4 +75,9 @@ angular.module('jboss-forge', ['ui.router','routeStyles'])
controller: 'downloadCtrl',
title: 'Download'
})
.state('events',{
url: '/events',
templateUrl: 'views/events.html',
title: 'Events'
})
});
2 changes: 1 addition & 1 deletion app/views/community.html
Expand Up @@ -87,7 +87,7 @@ <h2>Build An<br>Addon</h2>
<div class="col-sm-3 col-xs-12 outer-container right-col-container attend-event">
<div class="display-div right-col attend-event">
<h2>Attend<br>An Event</h2>
<a href="#" class="forge-btn btn btn-red btn-med">The Calendar</a>
<a href="/events" target="_self" class="forge-btn btn btn-red btn-med">The Calendar</a>
</div>

</div>
Expand Down
10 changes: 10 additions & 0 deletions app/views/events.html
@@ -0,0 +1,10 @@
<div class="page-section white">

<div class="container">
<h1>Join the Forge community for events, hack-nights, and discussions!</h1>
<h2>Check the calendar to see when the next event is being hosted.</h2>
<div>
<iframe src="https://www.google.com/calendar/embed?showTitle=0&amp;showCalendars=0&amp;height=768&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=tiu3ijh5nol9pv78vdvu3kkbuk%40group.calendar.google.com&amp;color=%232952A3" style="border: 0" width="1024" height="768" frameborder="0" scrolling="no"></iframe>
</div>
</div>
</div>

0 comments on commit 709559c

Please sign in to comment.