Skip to content

Commit

Permalink
attendance in a table
Browse files Browse the repository at this point in the history
  • Loading branch information
pranaysashank committed Sep 9, 2016
1 parent 9192d1b commit 984d51e
Show file tree
Hide file tree
Showing 15 changed files with 138 additions and 368 deletions.
110 changes: 0 additions & 110 deletions 15261a0586.json

This file was deleted.

110 changes: 0 additions & 110 deletions 15261a05a2.json

This file was deleted.

110 changes: 0 additions & 110 deletions 15261a05d9.json

This file was deleted.

Empty file.
28 changes: 28 additions & 0 deletions app/user/courses/courses.component.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions app/user/courses/courses.component.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions app/user/courses/courses.component.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/**
* Created by Pranay Sashank on 9/7/2016.
*/

import {Component} from "@angular/core";

@Component({
selector: 'courses',
templateUrl: 'app/user/courses/courses.component.html'
})
export class CoursesComponent {}
20 changes: 20 additions & 0 deletions app/user/posts/posts.component.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<div class="ui centered card">
<div class="content">
<div class="right floated meta"></div>
<img class="ui avatar image"> Pranay Sashank
</div>
<div class="content">
I was wondering how the placements in our college are? I got serious doubts after listening to adsdsj dskjgdlkj.
Is this college any good. The only thing I like in our college is parking.
</div>
<div class="content">
36<i class="thumbs up icon"></i>
8<i class="thumbs down icon"></i>
</div>
<div class="extra content">
<div class="ui large transparent left icon input">
<i class="reply icon"></i>
<input type="text" placeholder="Reply">
</div>
</div>
</div>
Loading

0 comments on commit 984d51e

Please sign in to comment.