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

feat: add footer august #104

Merged
merged 1 commit into from
Sep 14, 2023
Merged
Changes from all commits
Commits
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
120 changes: 60 additions & 60 deletions settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,66 +39,66 @@ footer_donation_cta:
footer_columns_header:
default: "Trending Guides"
description: "Header for footer link columns"
article0title: "Bash If Statement"
article0link: "https://www.freecodecamp.org/news/bash-if-statement-linux-shell-if-else-syntax-example/"
article1title: "Align Text in HTML"
article1link: "https://www.freecodecamp.org/news/how-to-align-text-in-html/"
article2title: "JS Copy an Object"
article2link: "https://www.freecodecamp.org/news/clone-an-object-in-javascript/"
article3title: "Tableau vs Power BI"
article3link: "https://www.freecodecamp.org/news/tableau-vs-power-bi-whats-the-difference/"
article4title: "What is rem in CSS?"
article4link: "https://www.freecodecamp.org/news/what-is-rem-in-css-rem-unit-font-size-padding-height-and-more/"
article5title: "Quick Sort Algorithm"
article5link: "https://www.freecodecamp.org/news/quick-sort-algorithm-time-complexity-with-cpp-and-java-code/"
article6title: "How to Open XML Files"
article6link: "https://www.freecodecamp.org/news/how-to-open-an-xml-file/"
article7title: "What’s Node Used For?"
article7link: "https://www.freecodecamp.org/news/node-js-server-side-javascript-what-is-node-used-for/"
article8title: "Declare an Array in JS"
article8link: "https://www.freecodecamp.org/news/how-to-declare-an-array-in-javascript-creating-an-array-in-js/"
article9title: "Python String Contains"
article9link: "https://www.freecodecamp.org/news/python-string-contains-python-3-substring-tutorial-2/"
article10title: "CS vs IT"
article10link: "https://www.freecodecamp.org/news/computer-science-vs-information-technology-whats-the-difference/"
article11title: "JS Append"
article11link: "https://www.freecodecamp.org/news/javascript-add-to-an-array-js-append/"
article12title: "SQL Select"
article12link: "https://www.freecodecamp.org/news/sql-select-statement-and-query-examples/"
article13title: "PHP Explode"
article13link: "https://www.freecodecamp.org/news/php-explode-how-to-split-a-string-into-an-array/"
article14title: "PHP Implode"
article14link: "https://www.freecodecamp.org/news/php-implode-convert-array-to-string-with-join/"
article15title: "What is YAML?"
article15link: "https://www.freecodecamp.org/news/what-is-yaml-the-yml-file-format/"
article16title: "What is an ORM?"
article16link: "https://www.freecodecamp.org/news/what-is-an-orm-the-meaning-of-object-relational-mapping-database-tools/"
article17title: "SOLID Principles"
article17link: "https://www.freecodecamp.org/news/solid-principles-for-programming-and-software-design/"
article18title: "SQL Date Example"
article18link: "https://www.freecodecamp.org/news/sql-date-function-query-timestamp-example-format/"
article19title: "JavaScript Minify"
article19link: "https://www.freecodecamp.org/news/javascript-minify-minifying-js-with-a-minifier-or-jsmin/"
article20title: "Append String in Python"
article20link: "https://www.freecodecamp.org/news/append-a-string-in-python-str-appending/"
article21title: "What is Data Analytics?"
article21link: "https://www.freecodecamp.org/news/what-is-data-analytics-data-analysis-and-definition-for-beginners/"
article22title: "Git Revert to Last Commit"
article22link: "https://www.freecodecamp.org/news/git-reverting-to-previous-commit-how-to-revert-to-last-commit/"
article23title: "What is an IDE in Coding?"
article23link: "https://www.freecodecamp.org/news/what-is-an-ide-for-beginners/"
article24title: "Convert Int to String C++"
article24link: "https://www.freecodecamp.org/news/how-to-convert-an-int-to-a-string-in-cpp/"
article25title: "Data Analyst vs Scientist"
article25link: "https://www.freecodecamp.org/news/data-analyst-vs-data-scientist-whats-the-difference/"
article26title: "Lowercase a Python String"
article26link: "https://www.freecodecamp.org/news/how-to-lowercase-python-string/"
article27title: "Stratified Random Sampling"
article27link: "https://www.freecodecamp.org/news/what-is-stratified-random-sampling-definition-and-python-example/"
article28title: "Linux Environment Variables"
article28link: "https://www.freecodecamp.org/news/how-to-set-an-environment-variable-in-linux/"
article29title: "Which Programming Language?"
article29link: "https://www.freecodecamp.org/news/the-best-programming-language-to-learn-beginners-guide-to-coding/"
article0title: "Exponents in Python"
article0link: "https://www.freecodecamp.org/news/python-bytes-to-string-how-to-convert-a-str-to-bytes-and-back-again/"
article1title: "sizeof Operator in C"
article1link: "https://www.freecodecamp.org/news/how-to-find-the-size-of-an-array-in-c-with-the-sizeof-operator/"
article2title: "Dijkstra's Algorithm"
article2link: "https://www.freecodecamp.org/news/dijkstras-algorithm-explained-with-a-pseudocode-example/"
article3title: "enumerate() in Python"
article3link: "https://www.freecodecamp.org/news/what-is-enumerate-in-python/"
article4title: "What is an Algorithm?"
article4link: "https://www.freecodecamp.org/news/what-is-an-algorithm-definition-for-beginners/"
article5title: "Parse a Boolean in JS"
article5link: "https://www.freecodecamp.org/news/javascript-string-to-boolean/"
article6title: "Python Datetime.now()"
article6link: "https://www.freecodecamp.org/news/python-datetime-now-how-to-get-todays-date-and-time/"
article7title: "Int to String in Java"
article7link: "https://www.freecodecamp.org/news/how-to-convert-integer-to-string-in-java/"
article8title: "Python Length of List"
article8link: "https://www.freecodecamp.org/news/python-length-of-list-how-to-find-the-size-of-a-list/"
article9title: "Escape a String in JS"
article9link: "https://www.freecodecamp.org/news/how-to-escape-strings-in-javascript/"
article10title: "What is SQL?"
article10link: "https://www.freecodecamp.org/news/what-is-sql-database-definition-for-beginners/"
article11title: "HTML New Line"
article11link: "https://www.freecodecamp.org/news/html-new-line-how-to-add-a-line-break-with-the-br-tag/"
article12title: "Python Slicing"
article12link: "https://www.freecodecamp.org/news/python-slicing-how-to-slice-an-array/"
article13title: "JavaScript Range"
article13link: "https://www.freecodecamp.org/news/javascript-range-create-an-array-of-numbers-with-the-from-method/"
article14title: "JS Check for Null"
article14link: "https://www.freecodecamp.org/news/how-to-check-for-null-in-javascript/"
article15title: "Java List Example"
article15link: "https://www.freecodecamp.org/news/how-lists-work-in-java/"
article16title: "Merge Arrays in JS"
article16link: "https://www.freecodecamp.org/news/how-to-merge-arrays-in-javascript-array-concatenation-in-js/"
article17title: "JS Modulo Operator"
article17link: "https://www.freecodecamp.org/news/javascript-modulo-operator-how-to-use-the-modulus-in-js/"
article18title: "What is a REST API?"
article18link: "https://www.freecodecamp.org/news/what-is-a-rest-api/"
article19title: "JavaScript Encoding"
article19link: "https://www.freecodecamp.org/news/encode-decode-html-base64-using-javascript/"
article20title: "JavaScript Get Request"
article20link: "https://www.freecodecamp.org/news/javascript-get-request-tutorial/"
article21title: "JS .reverse() Function"
article21link: "https://www.freecodecamp.org/news/how-to-reverse-an-array-in-javascript-js-reverse-function/"
article22title: "Visual Studio vs VSCode"
article22link: "https://www.freecodecamp.org/news/visual-studio-vs-visual-studio-code/"
article23title: "Python Lambda Functions"
article23link: "https://www.freecodecamp.org/news/how-to-use-lambda-functions-in-python/"
article24title: "Python Remove from String"
article24link: "https://www.freecodecamp.org/news/how-to-remove-a-specific-character-from-a-string-in-python/"
article25title: "Python String to Datetime"
article25link: "https://www.freecodecamp.org/news/python-string-to-datetime-how-to-convert-an-str-to-a-date-time-with-strptime/"
article26title: "What is Prim’s Algorithm?"
article26link: "https://www.freecodecamp.org/news/prims-algorithm-explained-with-pseudocode/"
article27title: "Different Casings Explained"
article27link: "https://www.freecodecamp.org/news/snake-case-vs-camel-case-vs-pascal-case-vs-kebab-case-whats-the-difference/"
article28title: "Principle of Least Privilege"
article28link: "https://www.freecodecamp.org/news/principle-of-lease-privilege-meaning-cybersecurity/"
article29title: "Data Structures & Algorithms"
article29link: "https://www.freecodecamp.org/news/learn-data-structures-and-algorithms/"

footer_our_org_header:
default: "Our Nonprofit"
Expand Down