From 064893e4608e958999b32ac6d4582d9e91dfe998 Mon Sep 17 00:00:00 2001
From: manvitha984 <146608418+manvitha984@users.noreply.github.com>
Date: Sat, 27 Jan 2024 14:57:09 +0530
Subject: [PATCH] Add files via upload
---
- login, logout, profile .txt | 19 ++
admin-dashboard.html | 27 +++
afterlogin.html | 128 +++++++++++
auth.js | 29 +++
capp.js | 6 +
ccourse.html | 74 ++++++
chello.css | 121 ++++++++++
chello.html | 69 ++++++
chello.js | 8 +
comm.html | 96 ++++++++
commstyle.css | 164 ++++++++++++++
config.php | 5 +
courseoff.html | 57 +++++
coursesstyle.css | 157 +++++++++++++
cpp.html | 73 ++++++
cppapp.js | 6 +
cppstyle.css | 158 +++++++++++++
cprog.html | 57 +++++
cstyle.css | 158 +++++++++++++
home2.css | 407 +++++++++++++++++++++++++++++++++
home2.html | 79 +++++++
index.html | 144 ++++++++++++
lapp.js | 29 +++
leaderboard.html | 57 +++++
login.php | 60 +++++
loginstyle.css | 99 +++++++++
logo2.png | Bin 0 -> 34720 bytes
lstyle.css | 151 +++++++++++++
play.html | 235 ++++++++++++++++++++
playapp.js | 35 +++
playstyle.css | 52 +++++
profapp.js | 36 +++
profile.html | 82 +++++++
profstyle.css | 172 ++++++++++++++
puzzapp.js | 72 ++++++
puzzle.html | 51 +++++
puzzstyle.css | 152 +++++++++++++
py.html | 79 +++++++
pyapp.js | 6 +
pystyle.css | 156 +++++++++++++
registerscript.js | 21 ++
registerstyle.css | 177 +++++++++++++++
signup.php | 94 ++++++++
style.css | 408 ++++++++++++++++++++++++++++++++++
user1.jpg | Bin 0 -> 95065 bytes
user2.jpg | Bin 0 -> 162868 bytes
46 files changed, 4266 insertions(+)
create mode 100644 - login, logout, profile .txt
create mode 100644 admin-dashboard.html
create mode 100644 afterlogin.html
create mode 100644 auth.js
create mode 100644 capp.js
create mode 100644 ccourse.html
create mode 100644 chello.css
create mode 100644 chello.html
create mode 100644 chello.js
create mode 100644 comm.html
create mode 100644 commstyle.css
create mode 100644 config.php
create mode 100644 courseoff.html
create mode 100644 coursesstyle.css
create mode 100644 cpp.html
create mode 100644 cppapp.js
create mode 100644 cppstyle.css
create mode 100644 cprog.html
create mode 100644 cstyle.css
create mode 100644 home2.css
create mode 100644 home2.html
create mode 100644 index.html
create mode 100644 lapp.js
create mode 100644 leaderboard.html
create mode 100644 login.php
create mode 100644 loginstyle.css
create mode 100644 logo2.png
create mode 100644 lstyle.css
create mode 100644 play.html
create mode 100644 playapp.js
create mode 100644 playstyle.css
create mode 100644 profapp.js
create mode 100644 profile.html
create mode 100644 profstyle.css
create mode 100644 puzzapp.js
create mode 100644 puzzle.html
create mode 100644 puzzstyle.css
create mode 100644 py.html
create mode 100644 pyapp.js
create mode 100644 pystyle.css
create mode 100644 registerscript.js
create mode 100644 registerstyle.css
create mode 100644 signup.php
create mode 100644 style.css
create mode 100644 user1.jpg
create mode 100644 user2.jpg
diff --git a/- login, logout, profile .txt b/- login, logout, profile .txt
new file mode 100644
index 0000000..cf1728b
--- /dev/null
+++ b/- login, logout, profile .txt
@@ -0,0 +1,19 @@
+- login, logout, profile **
+- points **
+- badges **
+- leaderboard **
+- community discussion
+- languages: levels
+- live contests
+- learning model with concepts n questions
+- streak, lives
+- learning styles (***)
+- track progress: live graph **
+- daily puzzle section
+
+
+to do:
+- 1 concept page
+- 1 game code playground
+
+- axios, google auth, figma (learning path), admin control, quotes for ppl with less rank,
\ No newline at end of file
diff --git a/admin-dashboard.html b/admin-dashboard.html
new file mode 100644
index 0000000..65d349c
--- /dev/null
+++ b/admin-dashboard.html
@@ -0,0 +1,27 @@
+
+
+
+ Introduction to C Programming
+ Welcome to the world of C programming! C is a powerful and widely used programming language known for its efficiency and flexibility.
+
+ Whether you're a beginner or an experienced developer, learning C can open up new opportunities in software development, system programming, and more.
+
+ Key Features of C Programming:
+
+ - Simplicity and readability
+ - Low-level access to memory
+ - Efficient and fast execution
+ - Wide range of applications
+
+
+ What You'll Learn:
+ In this course, you will cover the fundamentals of C programming, including:
+
+ - Basic syntax and structure
+ - Variables and data types
+ - Control flow and loops
+ - Functions and modular programming
+ - Pointers and memory management
+
+
+ Get ready to embark on an exciting journey into the world of C programming. Let's start coding!
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/chello.js b/chello.js
new file mode 100644
index 0000000..722abff
--- /dev/null
+++ b/chello.js
@@ -0,0 +1,8 @@
+// Add this script to handle the button click and redirect to the courses page
+function goToCoursesPage() {
+ window.location.href = 'ccourse.html'; // Replace with the actual URL of your courses page
+}
+
+function goToPlay() {
+ window.location.href = 'play.html'; // Replace with the actual URL of your courses page
+}
\ No newline at end of file
diff --git a/comm.html b/comm.html
new file mode 100644
index 0000000..9b32be8
--- /dev/null
+++ b/comm.html
@@ -0,0 +1,96 @@
+
+
+
+
+ Input and output functions
+ C programming language provides several functions for input and output operations. Here are some commonly used functions:
+
+ 1. printf()
+ The printf()
function is used for output. It displays the information on the output device (usually the console).
+
+ 2. scanf()
+ The scanf()
function is used for input. It reads the input from the user or a specified source.
+
+