Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #2

Open
wants to merge 60 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
c9f5613
tcs
lvnilesh Feb 5, 2023
5cdd56e
merge from origin
lvnilesh Feb 5, 2023
28c0bba
no jibber jabber
lvnilesh Feb 6, 2023
48828b4
Merge branch 'master' into tcs
lvnilesh Feb 6, 2023
273e42a
edits
lvnilesh Feb 6, 2023
eb5de8b
header logo
lvnilesh Feb 7, 2023
a4b8a55
ed
lvnilesh Feb 7, 2023
68bea13
mermaid and honor system preferred color scheme
lvnilesh Feb 8, 2023
a7f77da
mermaid
lvnilesh Feb 8, 2023
e74a8b2
mermaid, asciinema, cloudflare wrangler
lvnilesh Feb 8, 2023
b91f79e
colorful social share
lvnilesh Feb 9, 2023
6883ef7
yes
lvnilesh Feb 19, 2023
b614e57
ed
lvnilesh Feb 19, 2023
5184aec
Merge branch 'master' into develop
lvnilesh Feb 19, 2023
8e3c76a
testimonials
lvnilesh Feb 20, 2023
ee77a22
ed
lvnilesh Feb 20, 2023
76b894a
excerpt from content
lvnilesh Feb 20, 2023
6bccc75
edits
lvnilesh Feb 20, 2023
6008cce
Merge branch 'master' into develop
lvnilesh Feb 20, 2023
6879104
handwriting font
lvnilesh Feb 21, 2023
7c837ca
ed
lvnilesh Feb 23, 2023
1a60e35
Here are some of them
lvnilesh Feb 23, 2023
cfd950b
ed
lvnilesh Feb 23, 2023
40de524
membership
lvnilesh Feb 23, 2023
c90f3a1
ed
lvnilesh Feb 23, 2023
b3571cc
ed
lvnilesh Feb 24, 2023
dda9cae
ed
lvnilesh Feb 24, 2023
9c2aab6
membership
lvnilesh Feb 24, 2023
c53cbd3
ed
lvnilesh Mar 2, 2023
c3d6f8f
ed
lvnilesh Mar 3, 2023
3ab6a0b
zoom
lvnilesh Mar 3, 2023
0d14e0e
worker
lvnilesh Mar 3, 2023
751d6f2
discovery call only on home
lvnilesh Mar 3, 2023
241ba0f
refresh bug squashed
lvnilesh Mar 11, 2023
cad9918
yarn update
lvnilesh Mar 11, 2023
e40bbaa
ws
lvnilesh Mar 13, 2023
f5baf73
Shreya edits
lvnilesh Mar 13, 2023
ebdf47d
ed
lvnilesh Mar 13, 2023
3ec04bf
dc
lvnilesh Mar 13, 2023
3a875f8
ed
lvnilesh Apr 17, 2023
8fe548a
podcast
lvnilesh May 1, 2023
2a8e26f
ed
lvnilesh May 1, 2023
8d49aa0
edit
lvnilesh May 4, 2023
8293959
ed
lvnilesh May 4, 2023
e3609cc
ed
lvnilesh May 4, 2023
efe63ba
ed
lvnilesh May 5, 2023
3898a52
time change
lvnilesh May 7, 2023
67394bb
hide the monthly recurring offer segment
lvnilesh Jul 1, 2023
3abb364
removed the weekly meeting section
lvnilesh Jul 1, 2023
01a3882
add weekly meeting page.
lvnilesh Jul 1, 2023
483fa21
edits
lvnilesh Jul 2, 2023
78a949c
ed
lvnilesh Jul 2, 2023
6903641
Autoplay functionality improved
prashant235913 Jul 2, 2023
406405b
Autoplay functionality added
prashant235913 Jul 2, 2023
cd1fdc9
Autoplay functionality added
prashant235913 Jul 2, 2023
7211b76
Autoplay functionality
prashant235913 Jul 2, 2023
49904fd
Merge branch 'develop' of https://github.com/beacloudgenius/simply in…
prashant235913 Jul 2, 2023
3779300
Animation added to some texts
prashant235913 Jul 2, 2023
8489d1a
Faq's section added with some demo questions
prashant235913 Jul 5, 2023
3e4a522
Intro Video about course is added
prashant235913 Jul 8, 2023
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
4 changes: 0 additions & 4 deletions .env

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ changelog.md.bk
.cache-loader
yarn-error.log
yarn.lock

.env
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/hydrogen
15 changes: 1 addition & 14 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,13 @@
"rules": {
"max-nesting-depth": 3,
"property-no-vendor-prefix": true,
"max-empty-lines": 2,
"indentation": 2,
"function-calc-no-unspaced-operator": true,
"string-quotes": "double",
"no-duplicate-selectors": null,
"at-rule-no-unknown": null,
"color-hex-case": null,
"color-named": "never",
"selector-max-id": 0,
"selector-combinator-space-after": "always",
"declaration-block-trailing-semicolon": "always",
"declaration-colon-space-before": "never",
"declaration-colon-space-after": "always",
"rule-empty-line-before": ["always-multi-line", {
"ignore": ["after-comment", "first-nested", "inside-block"]
}],
"media-feature-range-operator-space-before": "always",
"media-feature-range-operator-space-after": "always",
"media-feature-parentheses-space-inside": "never",
"media-feature-colon-space-before": "never",
"media-feature-colon-space-after": "always"
}]
}
}
10 changes: 10 additions & 0 deletions GROWTH.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# growth ideas

https://gleam.io/blog/what-is-gleam/
https://gleam.io/sYslb/deep-dive-with-ali-abdaal-150k-subscriber-giveaway-
https://www.getfeedback.com/en/pricing/
hotjar
wistia
https://kajabi.com/
https://crisp.chat/en/pricing/

29 changes: 29 additions & 0 deletions React.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
https://dev.to/webeleon/adding-react-to-a-ghost-blog-theme-4ecb
https://github.dev/Webeleon/casper-react-bulma
https://github.com/Webeleon/casper-react-bulma

npm install ghost-cli@latest -g
npm install gscan -g

# create a local copy and start

mkdir someLocalBlogFolder
cd someLocalBlogFolder
ghost install local
ghost start

# theme

git clone git@github.com:TryGhost/Casper.git customcasper
cd customcasper
mkdir react

yarn add -D bulma react react-dom webpack webpack-cli @babel/core babel-loader @babel/preset-env @babel/preset-react node-sass style-loader css-loader sass-loader webpack-stream

# scan

gscan .

# Scan a theme zip file for compatibility

gscan -z dist/customcasper.zip
4 changes: 2 additions & 2 deletions amp.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
<footer class="footer text-gray-500 text-sm pt-8 pb-8">
<section class="container copyright text-center font-medium">
&copy; {{date format="YYYY"}} <a href="{{@site.url}}">{{@site.title}}</a>
Design with ♥ by <a href="https://godofredo.ninja" aria-label="Design with love by GodoFredo">GodoFredo</a>
powered by <a href="https://cloudgenius.app" aria-label="Powered by Cloud Genius®">Cloud Genius®</a>
</section>
</footer>

{{amp_analytics}}
</body>
</html>
</html>
31 changes: 31 additions & 0 deletions assets/built/main.bundle.js

Large diffs are not rendered by default.

Binary file added assets/fonts/homemade-apple-all-400-normal.woff
Binary file not shown.
5 changes: 5 additions & 0 deletions assets/scripts/calendly.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions assets/scripts/kusi-doc-post.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions assets/scripts/main.js

Large diffs are not rendered by default.

1,577 changes: 1,577 additions & 0 deletions assets/scripts/mermaid.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions assets/scripts/pagination.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions assets/scripts/post.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions assets/scripts/prismjs.js

Large diffs are not rendered by default.

Loading