Skip to content

Commit

Permalink
IMP
Browse files Browse the repository at this point in the history
  • Loading branch information
askgurdit committed Apr 20, 2024
1 parent 81875a7 commit 4881717
Show file tree
Hide file tree
Showing 7 changed files with 251 additions and 0 deletions.
18 changes: 18 additions & 0 deletions C++ PROGAMMING/OOPS/.vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"configurations": [
{
"name": "windows-gcc-x86",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "C:/MinGW/bin/gcc.exe",
"cStandard": "${default}",
"cppStandard": "${default}",
"intelliSenseMode": "windows-gcc-x86",
"compilerArgs": [
""
]
}
],
"version": 4
}
24 changes: 24 additions & 0 deletions C++ PROGAMMING/OOPS/.vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "C/C++ Runner: Debug Session",
"type": "cppdbg",
"request": "launch",
"args": [],
"stopAtEntry": false,
"externalConsole": true,
"cwd": "c:/Users/askdi/OneDrive/Desktop/Coding/C++ PROGAMMING/OOPS",
"program": "c:/Users/askdi/OneDrive/Desktop/Coding/C++ PROGAMMING/OOPS/build/Debug/outDebug",
"MIMode": "gdb",
"miDebuggerPath": "gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
]
}
]
}
59 changes: 59 additions & 0 deletions C++ PROGAMMING/OOPS/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"C_Cpp_Runner.cCompilerPath": "gcc",
"C_Cpp_Runner.cppCompilerPath": "g++",
"C_Cpp_Runner.debuggerPath": "gdb",
"C_Cpp_Runner.cStandard": "",
"C_Cpp_Runner.cppStandard": "",
"C_Cpp_Runner.msvcBatchPath": "",
"C_Cpp_Runner.useMsvc": false,
"C_Cpp_Runner.warnings": [
"-Wall",
"-Wextra",
"-Wpedantic",
"-Wshadow",
"-Wformat=2",
"-Wcast-align",
"-Wconversion",
"-Wsign-conversion",
"-Wnull-dereference"
],
"C_Cpp_Runner.msvcWarnings": [
"/W4",
"/permissive-",
"/w14242",
"/w14287",
"/w14296",
"/w14311",
"/w14826",
"/w44062",
"/w44242",
"/w14905",
"/w14906",
"/w14263",
"/w44265",
"/w14928"
],
"C_Cpp_Runner.enableWarnings": true,
"C_Cpp_Runner.warningsAsError": false,
"C_Cpp_Runner.compilerArgs": [],
"C_Cpp_Runner.linkerArgs": [],
"C_Cpp_Runner.includePaths": [],
"C_Cpp_Runner.includeSearch": [
"*",
"**/*"
],
"C_Cpp_Runner.excludeSearch": [
"**/build",
"**/build/**",
"**/.*",
"**/.*/**",
"**/.vscode",
"**/.vscode/**"
],
"C_Cpp_Runner.useAddressSanitizer": false,
"C_Cpp_Runner.useUndefinedSanitizer": false,
"C_Cpp_Runner.useLeakSanitizer": false,
"C_Cpp_Runner.showCompilationTime": false,
"C_Cpp_Runner.useLinkTimeOptimization": false,
"C_Cpp_Runner.msvcSecureNoWarnings": false
}
Empty file.
93 changes: 93 additions & 0 deletions HTML & CSS/MINI PROJECTS/progress_report/progress.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Progress Report</title>
<link rel="stylesheet" href="progress_style.css">
</head>
<body>
<header>
<h1>Progress Report - March 2024</h1>
</header>
<main>
<section id="videos">
<h2>Videos</h2>
</section>
<section id="pictures">
<h2>Pictures</h2>
</section>
<section id="text">
<h2>Text</h2>
<p>Dear donor,
Thank you so much for your continuous support provided to the Initiators of Change.

We are glad to inform you about the progress made in March:

1) *USAARI Free Evening School:*
• We are successfully running a school of 65+ students at our office with your support.
• Our Usaari Free Evening School students had an amazing experience at DCM YES School as we collaborated with Mission Smile NGO to celebrate Hola Mohalla, providing happiness, games, and memories to Usaari Evening School students.
• Mission Smile NGO provided bicycles to four winning students and sports equipment to all students.
(Videos attached below)

2) *I VOTE I LEAD Campaign:*
• Successfully launched the campaign, aiming to enhance civic engagement.
• Conducted voter awareness sessions at various colleges and institutes, including:
- SCD Govt ITI Women Samrala
- ITI Boys Samrala
- GOVT ITI Samrala
- DMCH West
- Malwa Khalsa B.ed College West
- Partap College of education Gill
- Mai Bhaago College for girls Sahnewal
- Govt College for girls Ludhiana West
- Guru Nanak Girls College model Town Atam nagar
- Aurobindo College of commerce Gill
- Guru Nanak Polytechnic Gill
- Ludhiana college of engg. and tech. Sahnewal
- ATI NSTI Gill Road Atam Nagar
- Govt ITI Gill Road Atam Nagar
- GNKCW Gujjarkhan Campus Atam Nagar
- Tara singh memorial Central

Conducted Nukkad Natak's at the National Youth Fest, PAU Ludhiana, Giaspura South to inspire civic engagement among youth.

3) *Other Initiatives:*
- Organized sessions on voting awareness and government schemes at Grace Public School under Project USAARI.
- Continued to activate young people for change, including at Government ITI Women Samrala, Govt ITI Boys Samrala, and Govt ITI Utalan.

These are all the colleges covered until now, and many more to cover by the team.

We kindly request your donation for this month to ensure the smooth operation of the USAARI Free Evening School and to further our initiatives in civic engagement.

Looking forward to your continued support.

Team Initiators of Change</p>
</section>
</main>
<script src="progress_action.js"></script>
<script>
// Function to load videos
function loadVideos() {
const videoContainer = document.getElementById('videos');

// Add your video URLs here
const videoUrls = [
'https://www.instagram.com/reel/C4f_aXzSK11/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA==',
'https://www.instagram.com/reel/C5DeyDNSwKM/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA==',
// Add more video URLs here
];

videoUrls.forEach(url => {
const videoDiv = document.createElement('div');
videoDiv.innerHTML = `<blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="${url}" data-instgrm-version="14"></blockquote>`;
videoContainer.appendChild(videoDiv);
});
}

// Call the function to load videos
loadVideos();
</script>
</body>
</html>
21 changes: 21 additions & 0 deletions HTML & CSS/MINI PROJECTS/progress_report/progress_action.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// Function to load videos
function loadVideos() {
const videoContainer = document.getElementById('videos');

// Add your video URLs here
const videoUrls = [
'https://www.instagram.com/reel/C4f_aXzSK11/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA==',
'https://www.instagram.com/reel/C5DeyDNSwKM/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA==',
// Add more video URLs here
];


videoUrls.forEach(url => {
const videoDiv = document.createElement('div');
videoDiv.innerHTML = `<blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="${url}" data-instgrm-version="14"></blockquote>`;
videoContainer.appendChild(videoDiv);
});
}

// Call the function to load videos
loadVideos();
36 changes: 36 additions & 0 deletions HTML & CSS/MINI PROJECTS/progress_report/progress_style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}

header {
background-color: #333;
color: white;
text-align: center;
padding: 10px 0;
}

main {
padding: 20px;
}

h2 {
border-bottom: 1px solid #333;
padding-bottom: 5px;
}

.video,
.picture {
margin-bottom: 20px;
}

iframe {
width: 100%;
height: 400px;
}

img {
max-width: 100%;
height: auto;
}

0 comments on commit 4881717

Please sign in to comment.