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/footer-jan-24 #107

Merged
merged 1 commit into from
Jan 22, 2024
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 @@ -38,66 +38,66 @@ footer_donation_cta:
footer_columns_header:
default: "Trending Guides"
description: "Header for footer link columns"
article0title: "JS isEmpty Equivalent"
article0link: "https://www.freecodecamp.org/news/check-if-an-object-is-empty-in-javascript/"
article1title: "Submit a Form with JS"
article1link: "https://www.freecodecamp.org/news/how-to-submit-a-form-with-javascript/"
article2title: "Add to List in Python"
article2link: "https://www.freecodecamp.org/news/how-to-add-to-a-list-in-python-list-addition-tutorial/"
article3title: "Grep Command in Linux"
article3link: "https://www.freecodecamp.org/news/grep-command-in-linux-usage-options-and-syntax-examples/"
article4title: "String to Int in Java"
article4link: "https://www.freecodecamp.org/news/how-to-convert-a-string-to-an-integer-in-java/"
article5title: "Add to Dict in Python"
article5link: "https://www.freecodecamp.org/news/adding-to-a-dict-in-python-how-to-add-to-a-dictionary/"
article6title: "Java For Loop Example"
article6link: "https://www.freecodecamp.org/news/java-for-loop-example/"
article7title: "Matplotlib Figure Size"
article7link: "https://www.freecodecamp.org/news/matplotlib-figure-size-change-plot-size-in-python/"
article8title: "Database Normalization"
article8link: "https://www.freecodecamp.org/news/database-normalization-1nf-2nf-3nf-table-examples/"
article9title: "Nested Lists in Python"
article9link: "https://www.freecodecamp.org/news/list-within-a-list-in-python-initialize-a-nested-list/"
article10title: "Coalesce SQL"
article10link: "https://www.freecodecamp.org/news/coalesce-sql-example-postgresql-and-sql-server-functions/"
article11title: "Python join()"
article11link: "https://www.freecodecamp.org/news/python-join-how-to-combine-a-list-into-a-string-in-python/"
article12title: "JS POST Request"
article12link: "https://www.freecodecamp.org/news/javascript-post-request-how-to-send-an-http-post-request-in-js/"
article13title: "JS Type Checking"
article13link: "https://www.freecodecamp.org/news/javascript-type-checking-how-to-check-type-in-js-with-typeof/"
article14title: "Read Python File"
article14link: "https://www.freecodecamp.org/news/how-to-read-a-file-line-by-line-in-python/"
article15title: "SOLID Principles"
article15link: "https://www.freecodecamp.org/news/solid-design-principles-in-software-development/"
article16title: "Sort a List in Java"
article16link: "https://www.freecodecamp.org/news/how-to-sort-a-list-in-java/"
article17title: "For Loops in Python"
article17link: "https://www.freecodecamp.org/news/for-loops-in-python-with-example-code/"
article18title: "JavaScript 2D Array"
article18link: "https://www.freecodecamp.org/news/javascript-2d-arrays/"
article19title: "SQL CONVERT Function"
article19link: "https://www.freecodecamp.org/news/sql-convert-the-date-to-string-or-datetime-function-2/"
article20title: "Rename Column in Pandas"
article20link: "https://www.freecodecamp.org/news/how-to-rename-a-column-in-pandas/"
article21title: "Delete a File in Python"
article21link: "https://www.freecodecamp.org/news/how-to-delete-a-file-in-python-and-remove-a-directory-too/"
article22title: "K-Nearest Neighbors Algo"
article22link: "https://www.freecodecamp.org/news/k-nearest-neighbors-algorithm-classifiers-and-model-example/"
article23title: "iferror Function in Excel"
article23link: "https://www.freecodecamp.org/news/iferror-function-in-excel-example/"
article24title: "Remove From String Python"
article24link: "https://www.freecodecamp.org/news/remove-from-string-in-python-how-to-remove-characters-from-a-string/"
article25title: "Create a File in Terminal"
article25link: "https://www.freecodecamp.org/news/how-to-make-a-file-in-linux-from-the-command-line-create-a-file-in-terminal/"
article26title: "Clear Formatting in Excel"
article26link: "https://www.freecodecamp.org/news/how-to-clear-formatting-in-excel/"
article27title: "Accounting Num Format Excel"
article27link: "https://www.freecodecamp.org/news/accounting-number-format-in-excel-how-to-apply-it-to-selected-cells/"
article28title: "Check if File Exists Python"
article28link: "https://www.freecodecamp.org/news/how-to-check-if-a-file-exists-in-python/"
article29title: "Iterate Over Dict in Python"
article29link: "https://www.freecodecamp.org/news/dictionary-iteration-in-python/"
article0title: "Binary Search in C++"
article0link: "https://www.freecodecamp.org/news/binary-search-in-c-algorithm-example/"
article1title: "Binary Search in Java"
article1link: "https://www.freecodecamp.org/news/binary-search-in-java-algorithm-example/"
article2title: "Lambda Sort in Python"
article2link: "https://www.freecodecamp.org/news/lambda-sort-list-in-python/"
article3title: "List Flatten in Python"
article3link: "https://www.freecodecamp.org/news/list-flatten-in-python-flattening-nested-lists/"
article4title: "Python Print Exception"
article4link: "https://www.freecodecamp.org/news/python-print-exception-how-to-try-except-print-an-error/"
article5title: "Enhanced Java for-loops"
article5link: "https://www.freecodecamp.org/news/enhanced-for-loops-in-java-how-to-use-foreach-loops-on-arrays/"
article6title: "JS Comparison Operators"
article6link: "https://www.freecodecamp.org/news/javascript-comparison-operators-how-to-compare-objects-for-equality-in-js/"
article7title: "Python Program Examples"
article7link: "https://www.freecodecamp.org/news/python-program-examples-simple-code-examples-for-beginners/"
article8title: "Create a Dict in Python"
article8link: "https://www.freecodecamp.org/news/create-a-dictionary-in-python-python-dict-methods/"
article9title: "Python Remove from List"
article9link: "https://www.freecodecamp.org/news/python-remove-from-list-how-to-remove-an-item-from-a-list-in-python-2/"
article10title: "Pip Upgrade"
article10link: "https://www.freecodecamp.org/news/pip-upgrade-and-how-to-update-pip-and-python/"
article11title: "Undo Git Add"
article11link: "https://www.freecodecamp.org/news/undo-git-add-how-to-remove-added-files-in-git/"
article12title: "Operators in C"
article12link: "https://www.freecodecamp.org/news/c-operator-logic-operators-in-c-programming/"
article13title: "Dataframe to CSV"
article13link: "https://www.freecodecamp.org/news/dataframe-to-csv-how-to-save-pandas-dataframes-by-exporting/"
article14title: "JavaScript Replace"
article14link: "https://www.freecodecamp.org/news/javascript-replace-how-to-replace-a-string-or-substring-in-js/"
article15title: "What is R Squared?"
article15link: "https://www.freecodecamp.org/news/what-is-r-squared-r2-value-meaning-and-definition/"
article16title: "Git Squash Commits"
article16link: "https://www.freecodecamp.org/news/git-squash-commits/"
article17title: "Integer Array in C"
article17link: "https://www.freecodecamp.org/news/how-to-declare-integer-arrays-with-c-programming/"
article18title: "Gradient Descent ML"
article18link: "https://www.freecodecamp.org/news/gradient-descent-machine-learning-algorithm-example/"
article19title: "JS Ternary Operator"
article19link: "https://www.freecodecamp.org/news/how-to-use-the-ternary-operator-in-javascript/"
article20title: "Print Newline in Python"
article20link: "https://www.freecodecamp.org/news/print-newline-in-python/"
article21title: "Bash Scripting Tutorial"
article21link: "https://www.freecodecamp.org/news/bash-scripting-tutorial-linux-shell-script-and-command-line-for-beginners/"
article22title: "Create an Array in Java"
article22link: "https://www.freecodecamp.org/news/how-to-create-an-array-in-java/"
article23title: "Trim a String in Python"
article23link: "https://www.freecodecamp.org/news/how-to-strip-trailing-whitespace-in-python/"
article24title: "Static Variables in Java"
article24link: "https://www.freecodecamp.org/news/static-variables-in-java/"
article25title: "What Does => Mean in JS?"
article25link: "https://www.freecodecamp.org/news/what-does-the-hashrocket-symbol-mean-in-javascript/"
article26title: "Python Iterate Over Dict"
article26link: "https://www.freecodecamp.org/news/python-iterate-over-dictionary-how-to-loop-through-a-dict/"
article27title: "Install Node.js on Ubuntu"
article27link: "https://www.freecodecamp.org/news/how-to-install-node-js-on-ubuntu/"
article28title: "SQL Where Contains String"
article28link: "https://www.freecodecamp.org/news/sql-where-contains-string-substring-query-example/"
article29title: "How to Join Lists in Python"
article29link: "https://www.freecodecamp.org/news/joining-lists-in-python-how-to-concat-lists/"

footer_our_org_header:
default: "Our Nonprofit"
Expand Down