Skip to content

Commit d3af11e

Browse files
Merge pull request #209 from OpenSourceHelpCommunity/issue207
Make usable/tested features live on master
2 parents 075f32b + 64e0c24 commit d3af11e

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

oshc/main/templates/index.html

-13
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,6 @@ <h3>Our Mission</h3>
3232
<div class="container">
3333
<h3>Upcoming Sessions</h3>
3434

35-
<div class="row">
36-
<div class="col-md-7 left-session-info">
37-
<div class="panel panel-default">
38-
<div class="panel-heading">
39-
<h3 class="panel-title">Open Source Contributors Chat Session with Ranveer Aggarwal</h3>
40-
</div>
41-
<div class="panel-body">
42-
<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.
43-
<div class="line-gap-10px"></div>
44-
<i>Saturday, October 28, 2017 8:00 PM – 9:00 PM IST</i>
45-
<div class="line-gap-10px"></div>
46-
<button type="button" class="btn btn-lg btn-primary sRegister">
47-
<a href="https://www.youtube.com/watch?v=FO9jtxWwfQs">Set a reminder now!</a>
4835
<div class="row">
4936
<div class="col-md-7 left-session-info">
5037
<div class="panel panel-default">

oshc/oshc/settings.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727

2828
# Tuple of people who get error notifications
2929
ADMINS = [
30-
('Tapasweni Pathak','[email protected]'),
31-
('Nikhita Raghunath','[email protected]'),
32-
('Ibrahim Jarif','[email protected]'),
30+
('Tapasweni Pathak', '[email protected]'),
31+
('Nikhita Raghunath', '[email protected]'),
32+
('Ibrahim Jarif', '[email protected]'),
3333
('Amar Prakash Pandey', '[email protected]')
3434
]
3535

0 commit comments

Comments
 (0)