Skip to content

Commit 6e42b86

Browse files
author
Peter Benjamin
committed
Add objectives in each week
1 parent 17876ce commit 6e42b86

2 files changed

Lines changed: 11 additions & 13 deletions

File tree

css/main.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,13 @@
128128
padding-left: 20px;
129129
cursor: pointer;
130130
}
131+
132+
.bootcamp li {
133+
padding-left: 5px;
134+
list-style-type: disc;
135+
list-style-position: inside;
136+
}
137+
131138
.organizations {
132139
background-color: rgb(109, 194, 233);
133140
padding: 20px 50px 20px 50px;

index.html

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<!--Search-->
3333
<div class=" span bp1-col-2-1 bp3-col-2-1 bp2-col-2-1 bp0-col-2-0 mscom-header-search-section">
3434
<div class="mscom-right mscom-header-section-2-4">
35-
<div>
3635
<div class="CSPvNext">
3736
<div class="row-fluid" data-cols="1" data-view1="1" data-view2="1" data-view3="1" data-view4="1">
3837
<div class="span bp0-col-1-1 bp1-col-1-1 bp2-col-1-1 bp3-col-1-1 sortable-control">
@@ -61,7 +60,6 @@
6160
</div>
6261
</div>
6362
</div>
64-
</div>
6563
</div>
6664
</div>
6765
<!--Search-->
@@ -119,26 +117,19 @@ <h3 ng-cloak>{{resultsSectionTitle}}</h3>
119117
<div class="row-fluid dlc-body" data-cols="1" data-view1="1" data-view2="1" data-view3="1" data-view4="1">
120118
<div class="span bp0-col-1-1 bp1-col-1-1 bp2-col-1-1 bp3-col-1-1 sortable-control">
121119
<div class="main-content">
122-
<div class="all-projects">
120+
<div class="bootcamp">
123121
<div class="col-md-4 col-md-offset-0 col-xs-6 col-xs-offset-0" ng-repeat="week in bootcamp">
124122
<div class="panel panel-default">
125123
<div class="panel-heading">
126124
<a ng-href="{{week.url}}">
127125
<div class="panel-title-area">{{week.Week}}: {{week.Title}}</div>
128126
</a>
129127
</div>
130-
<div class="panel-body fork-info">
131-
<span ng-if="project.Fork">
132-
<span class="glyphicon glyphicon-random"></span>Forked from <a ng-href="{{project.ForkedFromUrl}}">{{project.ForkedFrom}}</a>
133-
</span>
134-
</div>
135-
<div class="panel-body description"><span>{{project.Description}}</span></div>
136128
<div class="panel-body">
137129
<div class="row">
138-
<div class="center">
139-
<span class="span-stars-group"><i class="fa fa-star fa-fw"></i>{{project.Stars}}</span>
140-
<span class="span-forks-group"><i class="fa fa-code-fork fa-fw"></i>{{project.Forks}}</span>
141-
</div>
130+
<ul>
131+
<li ng-repeat="objective in week.Objectives">{{objective}}</li>
132+
</ul>
142133
</div>
143134
</div>
144135
</div>

0 commit comments

Comments
 (0)