Skip to content
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Welcome to the code for delta's website.
### General Instructions
1. *Keep the code clean* : Delta members will have to read your code long after you've graduated. Don't hurt their eyes.
2. *Comments are the best* : Make it clear what hacks you've used to keep this website afloat.
3. *Keep the Contributors section up-to-date* : Just so everyone knows whos fault it is if things screw up.
3. *Keep the Contributors section up-to-date* : Just so everyone knows whose fault it is if things screw up.

### Contributors
* Revanth M
Expand Down
2 changes: 1 addition & 1 deletion css/members.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ section {
z-index: 0;
}

/* Initally alumniButton bar hidden */
/* Initially alumniButton bar hidden */
#alumniButtons {
display: none;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion hackertalks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<section id="aboutHackerTalks" class="outer-container first-container">
<h1 class="subtopic">HackerTalks</h1>
<p>
The first HackerTalks was conducted on March 26th and 27th, 2018. The ultimate goal of this event was to give the students of NIT Trichy a glimpse into different avenues and topics in computer science and engineering through a combinations of talks and demonstrations. Here are some highlights from the event.
The first HackerTalks was conducted on March 26th and 27th, 2018. The ultimate goal of this event was to give the students of NIT Trichy a glimpse into different avenues and topics in computer science and engineering through a combination of talks and demonstrations. Here are some highlights from the event.
</p>

<div id="yearsButton" class="btn-group years-button-box" role="group" aria-label="...">
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,15 @@ <h1 class="subtopic">HackerTalks</h1>
<h1 class="subtopic">Workshops</h1>
<img class="event-image" src="images/venkatHT.jpg" width="50%">
<p>
Delta Force organises annual workshops for freshers at NIT Trichy. In previous years, we conducted interactive educational sessions that taught the participants the basics of linux and python languages and more recently, organised one that dwelled into popular algorithms and their implementation.
Delta Force organises annual workshops for freshers at NIT Trichy. In previous years, we conducted interactive educational sessions that taught the participants the basics of linux and python languages and more recently, organised one that delved into popular algorithms and their implementation.
</p>
</div>
<hr class="separator" />
<div class="event hcenter">
<h1 class="subtopic">DWoC</h1>
<img class="event-image" src="images/dwoc.jpeg" width="50%">
<p>
<a href="https://dwoc.io/">DWoC</a> is a winter long program organised by Delta Force, the coding club of NIT Trichy. With an aim to support and improve the culture of open source software around us, this serves as a platform for young student developers (or even starters) to hone their technical skills by taking up projects of their interests. We hope this encourages collabrative experiences and allows students from all backgrounds to contribute to quality technical projects from diverse fields.
<a href="https://dwoc.io/">DWoC</a> is a winter long program organised by Delta Force, the coding club of NIT Trichy. With an aim to support and improve the culture of open source software around us, this serves as a platform for young student developers (or even starters) to hone their technical skills by taking up projects of their interests. We hope this encourages collaborative experiences and allows students from all backgrounds to contribute to quality technical projects from diverse fields.
</p>
</div>
</section>
Expand Down