Skip to content
Merged
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
13 changes: 0 additions & 13 deletions oshc/main/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,6 @@ <h3>Our Mission</h3>
<div class="container">
<h3>Upcoming Sessions</h3>

<div class="row">
<div class="col-md-7 left-session-info">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Open Source Contributors Chat Session with Ranveer Aggarwal</h3>
</div>
<div class="panel-body">
<a href="http://ranveeraggarwal.com/">Ranveer</a> is a Software Engineer working with Microsoft. He has contributed to <a href="https://www.kde.org/">KDE</a> as a Season of KDE 2014 and Google Summer of Code 2015 participant. He has also contributed to <a href="http://nipy.org/dipy/">DIPY (Python Software Foundation)</a> on a SciFi UI using Python-VTK during Google Summer of Code 2016. Profession aside, he code as a hobby and frequently hack on something (new or old). He is deeply interested in the field of Visual Computing (Computer Graphics, Image Processing, etc.) and most of his <a href="https://github.com/ranveeraggarwal">projects</a> are centered around these areas. He graduated with a bachelor's in Computer Science and Engineering in 2016.
<div class="line-gap-10px"></div>
<i>Saturday, October 28, 2017 8:00 PM – 9:00 PM IST</i>
<div class="line-gap-10px"></div>
<button type="button" class="btn btn-lg btn-primary sRegister">
<a href="https://www.youtube.com/watch?v=FO9jtxWwfQs">Set a reminder now!</a>
<div class="row">
<div class="col-md-7 left-session-info">
<div class="panel panel-default">
Expand Down
6 changes: 3 additions & 3 deletions oshc/oshc/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@

# Tuple of people who get error notifications
ADMINS = [
('Tapasweni Pathak','[email protected]'),
('Nikhita Raghunath','[email protected]'),
('Ibrahim Jarif','[email protected]'),
('Tapasweni Pathak', '[email protected]'),
('Nikhita Raghunath', '[email protected]'),
('Ibrahim Jarif', '[email protected]'),
('Amar Prakash Pandey', '[email protected]')
]

Expand Down