-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We are a group of college students like you, who are attending online classes due to covid and struggling to find notes and guidance on online courses. Why did we come with the idea to make this website? It all started when we got fewer marks in JEE Mains. After attending various physical counsellings from college to college for admission, looking for the best possible branch in the best possible college, we got the newly-launched Robotics and Artificial Intelligence branch at YMCA, Faridabad. We were happy because, in those competitive days, it was difficult for a student with a low JEE Main rank to get into a good college. But who knew that in our journey of B.Tech in the newly-launched branch, we would not have any senior or fully defined curriculum? We were stuck at home and were attending online classes due to Covid. With no physical interaction with classmates, seniors or professors, we were not getting proper notes and guidance on online courses. Studying from home was frustrating us. So, we decided that we would not let our juniors suffer the same kind of pain and came up with the idea of creating a website for our newly launched branch. We thought of organizing our complete data, i.e. syllabus, notes and online resources, on that website. --> It's a non-profit website created to help college students with study materials, guidance on online courses, and much more!
- Loading branch information
0 parents
commit 0526846
Showing
26 changed files
with
1,452 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,6 @@ | ||
This favicon was generated using the following font: | ||
|
||
- Font Title: Leckerli One | ||
- Font Author: Copyright (c) 2011 Gesine Todt (www.gesine-todt.de), with Reserved Font Names "Leckerli" | ||
- Font Source: http://fonts.gstatic.com/s/leckerlione/v14/V8mCoQH8VCsNttEnxnGQ-1itLZxcBtItFw.ttf | ||
- Font License: SIL Open Font License, 1.1 (http://scripts.sil.org/OFL)) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 @@ | ||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} |
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,164 @@ | ||
<!DOCTYPE html> | ||
|
||
<html lang="en"> | ||
<head> | ||
<script src="https://code.iconify.design/2/2.1.1/iconify.min.js"></script> | ||
<meta charset="utf-8"> | ||
<meta name="googlebot" content="noimageindex"> | ||
<meta name="description" content="It's a non-profit website created to help college students with study materials, guidance on online courses, and much more!" /> | ||
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<style> | ||
/* font */ | ||
@font-face { | ||
font-family: "comic"; | ||
src: url('fonts/comic-webfont.woff2') format('woff2'), | ||
url('fonts/comic-webfont.woff') format('woff'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
.w3-cursive{ | ||
font-family: "Comic Sans MS", "comic" !important; | ||
} | ||
/* normal */ | ||
#more, .mor {display: none;} | ||
.w3-theme-gradient { | ||
color: #000 !important; | ||
background:-webkit-linear-gradient(top,#64B5F6 25%,#42A5F5 75%)} | ||
.w3-theme-gradient { | ||
color: #000 !important; | ||
background:-moz-linear-gradient(top,#64B5F6 25%,#42A5F5 75%)} | ||
.w3-theme-gradient { | ||
color: #000 !important; | ||
background:-o-linear-gradient(top,#64B5F6 25%,#42A5F5 75%)} | ||
.w3-theme-gradient { | ||
color: #000 !important; | ||
background:-ms-linear-gradient(top,#64B5F6 25%,#42A5F5 75%)} | ||
.w3-theme-gradient { | ||
color: #000 !important; | ||
background: linear-gradient(to top,#64B5F6 25%,#42A5F5 75%)} | ||
|
||
a { | ||
text-decoration: none; | ||
} | ||
li { | ||
font-weight: bold; | ||
text-align: left; | ||
font-size:medium; | ||
} | ||
|
||
#cm{ | ||
font-weight: bold; | ||
text-align: left; | ||
font-size:larger; | ||
} | ||
|
||
.inc{ | ||
font-weight: bold; | ||
text-align: left; | ||
font-size: large; | ||
} | ||
|
||
.sem{ | ||
font-weight: bolder; | ||
text-align: left; | ||
font-size: x-large; | ||
} | ||
p { | ||
font-size: large; | ||
} | ||
ul { | ||
list-style-type: disc; | ||
} | ||
#new { | ||
font-weight: bold; | ||
text-align: left; | ||
font-size:large | ||
} | ||
.cur { | ||
color: white !important; | ||
} | ||
</style> | ||
<script> | ||
function redirect(){ | ||
var email = "[email protected]" | ||
var mailto_link = 'mailto:' + email | ||
window = window.open(mailto_link, 'emailWindow') | ||
if (window && window.open && !window.closed) | ||
window.close() | ||
} | ||
</script> | ||
<title>About Us: RAI Ymca!</title> | ||
</head> | ||
<body class="w3-cursive w3-theme-l3"> | ||
<div class="w3-sidebar w3-bar-block w3-collapse w3-card w3-xlarge w3-theme-gradient" style="width:320px;" id="mySidebar"> | ||
<header class="w3-padding-small w3-bar-item w3-button w3-margin w3-cursive w3-theme-gradient" style="width:288px;"> | ||
<h1 class="w3-center w3-cursive"><b><img src="ico.png" style ="max-width: 30%; width: 288px;" alt="RAI"> Ymca!</b></h1> | ||
<h2 class="w3-cursive w3-xlarge w3-center">Welcomes 🥂 You!</h2> | ||
</header> | ||
<div class = "sem"> | ||
<button class="w3-bar-item w3-button w3-margin w3-theme-gradient w3-hide-large" style="width:90%;" onclick="w3_close()">Close ×</button> | ||
<a href="index.html" class="w3-bar-item w3-button w3-margin w3-hover-blue w3-theme-gradient" style="width:90%;">Home</a> | ||
<a href="syllabus.html" class="w3-bar-item w3-button w3-margin w3-hover-blue w3-theme-gradient" style="width:90%;">Syllabus</a> | ||
<a href="resources.html" class="w3-bar-item w3-button w3-margin w3-hover-blue w3-theme-gradient" style="width:90%;">Resources</a> | ||
<a href="about.html" class="cur w3-bar-item w3-button w3-margin w3-hover-blue w3-theme-gradient" style="width:90%;">About Us</a> | ||
<button onclick="alert ('Not Ready Yet!\r\nComing Soon!')" class="w3-bar-item w3-button w3-hover-blue w3-theme-gradient" style="width:90%; margin: 8px 16px 32px 16px;">FAQs</button> | ||
</div> | ||
<footer class="w3-bar-item w3-padding-small w3-margin w3-theme-gradient" style="width:288px;"> | ||
<h2 class="w3-cursive w3-center" style="font-size: large; font-weight: bold;"> | ||
Want to connect with us and recieve future updates?<br>Join our Community on <a href="https://discord.gg/ZpF6DPTvWA" target="_blank" class = "w3-hover-blue w3-round w3-text-white">Discord</a> | ||
</h2><hr> | ||
<h3 style="text-decoration: underline; font-size: medium; text-align: center;">Not-for-Profit Project: RAI Ymca</h3> | ||
</footer> | ||
</div> | ||
<div class="w3-main" style="margin-left:320px"> | ||
<div class="w3-theme-gradient w3-padding-small"> | ||
<header class="w3-margin"> | ||
<button class="w3-button w3-theme-gradient w3-xlarge w3-hover-blue" onclick="w3_open()">☰</button> | ||
<button class="w3-button w3-theme-gradient w3-xlarge w3-hover-blue" onclick="window.location.href ='index.html';"> | ||
<span class="w3-right-align iconify" data-icon="ant-design:home-filled"></span> | ||
</button> | ||
</header> | ||
<header class="w3-display-topright w3-padding-small w3-margin"> | ||
<button class="w3-button w3-theme-gradient w3-xlarge w3-hover-blue" onclick="window.open('https://forms.gle/hXifWt3TThzQuyGV9', '_blank');"> | ||
<span class="iconify" data-icon="fluent:person-feedback-20-filled"></span> | ||
</button> | ||
<button class="w3-button w3-theme-gradient w3-xlarge w3-hover-blue" onclick="redirect()"> | ||
<span class="iconify" data-icon="fluent:mail-add-20-filled"></span> | ||
</button> | ||
<button class="w3-button w3-theme-gradient w3-xlarge w3-hover-blue" onclick="window.open('https://discord.gg/ZpF6DPTvWA', '_blank');"> | ||
<span class="iconify" data-icon="fa-brands:discord"></span> | ||
</button> | ||
</header> | ||
<div class="w3-container"> | ||
<h1 style = "font-weight: bold;" class="w3-padding-small w3-center w3-margin w3-cursive">About Us: Who we are?</h1> | ||
</div> | ||
</div> | ||
<div class="w3-panel w3-padding-large w3-margin w3-leftbar w3-theme-gradient w3-border-blue"> | ||
<header> | ||
<h2 class="w3-cursive w3-xlarge">Welcome 🥂</h2><hr> | ||
<p>We are a group of college students like you, who are attending online classes due to covid and struggling to find notes and guidance on online courses.</p> | ||
</header><hr> | ||
<main class="w3-large"> | ||
Why did we come up with the idea to make this website?<br><br> | ||
It all started when we got fewer marks in JEE Mains. After attending various physical counsellings from college to college for admission, looking for the best possible branch in the best possible college, we got the newly-launched Robotics and Artificial Intelligence branch at YMCA, Faridabad. We were happy because, in those competitive days, it was difficult for a student with a low JEE Main rank to get into a good college. <br> | ||
But who knew that in our journey of B.Tech in the newly-launched branch, we would not have any senior or fully defined curriculum? We were stuck at home and were attending online classes due to Covid. With no physical interaction with classmates, seniors or professors, we were not getting proper notes and guidance on online courses. Studying from home was frustrating us.<hr> | ||
So, we decided that we would not let our juniors suffer the same kind of pain and came up with the idea of creating a website for our newly launched branch. We thought of organizing our complete data, i.e. syllabus, notes and online resources, on that website. <br> | ||
--> It's a non-profit website created to help college students with study materials, guidance on online courses, and much more! | ||
</main><hr> | ||
<footer class="w3-cursive" id = "new"> | ||
If you want to contribute updated notes and other resources, pls fill out <a href="https://forms.gle/dKbw1kPB8RFeYhGM8" target="_blank" class = "w3-hover-blue w3-round w3-text-white">that form.</a><br> | ||
Your feedback is very precious to us; please don't forget to fill out the <a href="https://forms.gle/hXifWt3TThzQuyGV9" target="_blank" class = "w3-hover-blue w3-round w3-text-white">feedback form.</a><br> | ||
</footer> | ||
</div> | ||
</div> | ||
<script> | ||
function w3_open() { | ||
document.getElementById("mySidebar").style.display = "block"; | ||
} | ||
function w3_close() { | ||
document.getElementById("mySidebar").style.display = "none"; | ||
} | ||
</script> | ||
</body> | ||
</html> |
Binary file not shown.
Oops, something went wrong.