Skip to content

Commit

Permalink
Added more expereince and changed some layout stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
agarwali committed Nov 2, 2016
1 parent 1f0a17b commit 3278f07
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 2,011 deletions.
22 changes: 22 additions & 0 deletions _data/experience.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
- name: Berea College
logo: berea_college.png
url: https://www.berea.edu/
start: May 2016
end: Present
position: Co-Lead Teaching Assistant
description: Manage a team of 18 Teaching Assistants, organize weekly departmental meetings and assist faculty in managing data structures course and tutor students in the weekly lab for a class of 53 students
- name: Berea College
logo: berea_college.png
url: https://www.berea.edu/
start: August 2015
end: Present
position: Student Programmer
description: Design and develop 3 web applications used by 1600+ students and 300+ faculty and staff at Berea College working within a team of 8 students to make administrative workflow more efficient and reduce costs by $20,000
- name: Interapt
logo: interapt.png
url: http://interapt.com/
start: May 2016
end: July 2016
position: Software Developer Intern
description: Built the client-side of a single-page web application to handle employee information more securely using Angular 2 framework by creating user access control, and reducing human errors.
- name: BookShopBD.com
logo: bookshopbd.png
url: https://www.bookshopbd.com/index.php?route=information/information&information_id=28
start: February 2013
end: May 2015
position: CEO and Co-founder
description: Co-founded and co-developed an online bookstore startup in Bangladesh and remotely managed website and business operations of the store.
4 changes: 2 additions & 2 deletions _includes/education.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ <h2 class="left-align card-title-top">{{ edu.start }} - {{ edu.end }}</h2>
</div>
</div>
<div class="card-content">
<span class="card-title activator brand-text">{{ edu.degree }}<i class="mdi-navigation-more-vert right"></i></span>
<span class="card-title activator brand-text">{{ edu.degree }}<i class="material-icons right">more_vert</i></span>
<p>{{ edu.name }}</p>
</div>
<!-- Reveal content-->
<div class="card-reveal">
<div class="rev-title-wrap">
<span class="card-title activator brand-text">{{ edu.degree }}<i class="mdi-navigation-close right"></i></span>
<span class="card-title activator brand-text">{{ edu.degree }}<i class="material-icons right">close</i></span>
<p>{{ edu.name }}</p>
</div>
<p class="rev-content">
Expand Down
8 changes: 4 additions & 4 deletions _includes/experience.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ <h2 class="left-align card-title-top">{{ exp.start }} - {{ exp.end }}</h2>
</div>
</div>
<div class="card-content">
<span class="card-title activator brand-text">{{ exp.title }}<i class="material-icons right">more_vert</i></span>
<p>{{ exp.name }}</p>
<span class="card-title activator brand-text">{{ exp.position }}<i class="material-icons right">more_vert</i></span>
<p><a href="{{exp.url}}">{{ exp.name }}</a></p>
</div>
<div class="card-reveal">
<div class="rev-title-wrap">
<span class="card-title activator brand-text">{{ exp.title }}<i class="material-icons right">close</i></span>
<p>{{ exp.name }}</p>
<span class="card-title activator brand-text">{{ exp.position }}<i class="material-icons right">close</i></span>
<p><a href="{{exp.url}}">{{ exp.name }}</a></p>
</div>
<p class="rev-content">
{{ exp.description }}
Expand Down
2 changes: 1 addition & 1 deletion _includes/portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h2 class="title">Lorem ipsum dolor sit fugit dolore.</h2>

<div class="modal-footer">
<a href="#" target="_blank" class="waves-effect btn-flat brand-text modal-action">Live Demo</a>
<a href="#" class="waves-effect btn-flat brand-text modal-action modal-close">cancel</a>
<a class="waves-effect btn-flat brand-text modal-close">cancel</a>
</div>
</div>

Expand Down
Binary file modified images/berea_college.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/bookshopbd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/interapt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
504 changes: 0 additions & 504 deletions materialx/blog-with-sidebar.html

This file was deleted.

Loading

0 comments on commit 3278f07

Please sign in to comment.