-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit a799eb2
Showing
15 changed files
with
283 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
menu: | ||
main: | ||
name: Home | ||
weight: -100 | ||
params: | ||
icon: home | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: "Events" | ||
description: "Events Conducted by the Club" | ||
slug: "events" | ||
image: "events.png" | ||
style: | ||
background: "#2a9d8f" | ||
color: "#fff" | ||
--- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
date: 2022-01-01T00:00:00+00:00 | ||
draft: false | ||
title: "Offline Mode" | ||
type: "offline" | ||
--- | ||
|
||
Oops! Looks like you're offline. | ||
|
||
Sorry, not much I can do until you obtain an Internet connection. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
title: About | ||
description: Mind Benders aims to equip students with leading technologies in more hands-on approach. | ||
date: '2022-07-20' | ||
aliases: | ||
- about-us | ||
- about-mindbenders | ||
- contact | ||
license: CC BY-NC-ND | ||
lastmod: '2022-07-21' | ||
menu: | ||
main: | ||
weight: -90 | ||
params: | ||
icon: user | ||
--- | ||
|
||
Mind Benders is a new club at Thakur College Of Engineering & Technology (TCET) founded during the year 2022. The club comes under the department of Artificial Intelligence & Data Science (AI&DS) and is founded by the Core Members of Batch 2020-2024 comprosmising of: | ||
1. Kunal Agrawal - President | ||
2. Aman Tiwari - Vice President | ||
3. Ganesh Utla - Secretary | ||
4. Deexith Madas - Treasurer | ||
5. Vaibhav Ashta - Technical Head | ||
6. Shruti Mishra - Jt. Technical Head | ||
7. Keval Waghate - Publication Head | ||
8. Harsh Rana - Marketing Head | ||
9. Vishal Gupta - Event Manager | ||
|
||
The Club was formed due to dire need of activities that were more in-line with the requirements of the department and give students more hands-on approach for learning new tools & technology in more fun & interactive way. | ||
<!-- Written in Go, Hugo is an open source static site generator available under the [Apache Licence 2.0.](https://github.com/gohugoio/hugo/blob/master/LICENSE) Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows. | ||
Hugo makes use of a variety of open source projects including: | ||
* https://github.com/yuin/goldmark | ||
* https://github.com/alecthomas/chroma | ||
* https://github.com/muesli/smartcrop | ||
* https://github.com/spf13/cobra | ||
* https://github.com/spf13/viper | ||
Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages. | ||
Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases. | ||
Websites built with Hugo are extremelly fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider. | ||
Learn more and contribute on [GitHub](https://github.com/gohugoio). | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: "Archives" | ||
date: 2019-05-28 | ||
layout: "archives" | ||
slug: "archives" | ||
menu: | ||
main: | ||
weight: -70 | ||
params: | ||
icon: archives | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: Links | ||
links: | ||
- title: GitHub | ||
description: GitHub is the world's largest software development platform. | ||
website: https://github.com | ||
image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png | ||
- title: TypeScript | ||
description: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. | ||
website: https://www.typescriptlang.org | ||
image: ts-logo-128.jpg | ||
menu: | ||
main: | ||
weight: -50 | ||
params: | ||
icon: link | ||
|
||
comments: false | ||
--- | ||
|
||
To use this feature, add `links` section to frontmatter. | ||
|
||
This page's frontmatter: | ||
|
||
```yaml | ||
links: | ||
- title: GitHub | ||
description: GitHub is the world's largest software development platform. | ||
website: https://github.com | ||
image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png | ||
- title: TypeScript | ||
description: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. | ||
website: https://www.typescriptlang.org | ||
image: ts-logo-128.jpg | ||
``` | ||
`image` field accepts both local and external images. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: "Search" | ||
slug: "search" | ||
layout: "search" | ||
outputs: | ||
- html | ||
- json | ||
menu: | ||
main: | ||
weight: -60 | ||
params: | ||
icon: search | ||
--- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
+++ | ||
author = "Kunal" | ||
title = "Competitive Programming Workshop" | ||
date = "2022-07-27" | ||
description = "Hands-on Workshop on Competitive Programming" | ||
categories = [ | ||
"Events" | ||
] | ||
tags = ["Workshop"] | ||
image = "cpj.jpg" | ||
lastmod = '2022-07-27' | ||
+++ | ||
|
||
Get a head start in your career & learn to write efficient code. Mind Benders invite you to a hands-on workshop on Competitive Programming. | ||
|
||
What you will gain: | ||
1. Understand what is Competitive Programming (CP) | ||
2. Learn how to tackle the problems & code better | ||
3. Find out smart solutions for smart problems | ||
|
||
The event will be conducted on 28th July, 2022 from 4:30 - 5:30 at Lab 308 @ TCET. | ||
|
||
Speaker : Jwala Chorasiya | ||
- Intern/Educator at CodeChef | ||
- 4* CodeChef | ||
- University Leader at Community Classroom | ||
|
||
|
||
{{< css.inline >}} | ||
<style> | ||
.emojify { | ||
font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols; | ||
font-size: 2rem; | ||
vertical-align: middle; | ||
} | ||
@media screen and (max-width:650px) { | ||
.nowrap { | ||
display: block; | ||
margin: 25px 0; | ||
} | ||
} | ||
</style> | ||
{{< /css.inline >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
+++ | ||
author = "Hugo Authors" | ||
title = "Emoji Support" | ||
date = "2019-03-05" | ||
description = "Guide to emoji usage in Hugo" | ||
categories = [ | ||
"Test" | ||
] | ||
tags = [ | ||
"emoji", | ||
] | ||
image = "the-creative-exchange-d2zvqp3fpro-unsplash.jpg" | ||
+++ | ||
|
||
Emoji can be enabled in a Hugo project in a number of ways. | ||
<!--more--> | ||
The [`emojify`](https://gohugo.io/functions/emojify/) function can be called directly in templates or [Inline Shortcodes](https://gohugo.io/templates/shortcode-templates/#inline-shortcodes). | ||
|
||
To enable emoji globally, set `enableEmoji` to `true` in your site's [configuration](https://gohugo.io/getting-started/configuration/) and then you can type emoji shorthand codes directly in content files; e.g. | ||
|
||
<p><span class="nowrap"><span class="emojify">🙈</span> <code>:see_no_evil:</code></span> <span class="nowrap"><span class="emojify">🙉</span> <code>:hear_no_evil:</code></span> <span class="nowrap"><span class="emojify">🙊</span> <code>:speak_no_evil:</code></span></p> | ||
<br> | ||
|
||
The [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/) is a useful reference for emoji shorthand codes. | ||
|
||
*** | ||
|
||
**N.B.** The above steps enable Unicode Standard emoji characters and sequences in Hugo, however the rendering of these glyphs depends on the browser and the platform. To style the emoji you can either use a third party emoji font or a font stack; e.g. | ||
|
||
{{< highlight html >}} | ||
.emoji { | ||
font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols; | ||
} | ||
{{< /highlight >}} | ||
|
||
{{< css.inline >}} | ||
<style> | ||
.emojify { | ||
font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols; | ||
font-size: 2rem; | ||
vertical-align: middle; | ||
} | ||
@media screen and (max-width:650px) { | ||
.nowrap { | ||
display: block; | ||
margin: 25px 0; | ||
} | ||
} | ||
</style> | ||
{{< /css.inline >}} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
+++ | ||
author = "Kunal" | ||
title = "Git & Github Workshop" | ||
date = "2022-07-05" | ||
description = "Git & Github Workshop at TCET" | ||
categories = [ | ||
"Events" | ||
] | ||
tags = [] | ||
image = "poster.jpeg" | ||
lastmod = '2022-07-09' | ||
+++ | ||
|
||
Learn how to start building, shipping, and maintaining software with Git & GitHub. Mind Benders is pleased to announce that the workshop will be conducted you Dhiraj Chauhan from TE COMPS, who is a GitHub Campus Expert Trainee. | ||
|
||
The event will be conducted on 7th July, 22 from 4:30 - 5:30 at Lab 308 @ TCET. | ||
|
||
So Why Git? | ||
- Over 70% of developers use Git! | ||
- Developers can work together from anywhere in the world. | ||
- Developers can see and revert to earlier versions of the project. | ||
|
||
What will you learn: | ||
1. Git & Github | ||
2. Manage projects with Repositories | ||
3. Clone a project to work on a local copy | ||
4. Branch and Merge to work on different parts and versions of a project | ||
5. Push & Pull the latest version of the project to Github | ||
|
||
|
||
*** | ||
## Post Event | ||
|
||
The event was a great success and had 20+ partcipants from the branch. | ||
|
||
Despite some minor hiccups the event was conducted smoothly with particpants taking home valuable lessons on why they should be using & implementing Git on their projects. | ||
|
||
More Fun & Interactive events are planned so Stay tuned. | ||
|
||
|
||
{{< css.inline >}} | ||
<style> | ||
.emojify { | ||
font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols; | ||
font-size: 2rem; | ||
vertical-align: middle; | ||
} | ||
@media screen and (max-width:650px) { | ||
.nowrap { | ||
display: block; | ||
margin: 25px 0; | ||
} | ||
} | ||
</style> | ||
{{< /css.inline >}} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.