Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Coding concepts

A blog website designed to provide ideas and resources for those who ar just getting started on their coding journey!
A blog website designed to provide ideas and resources for those who are just getting started on their coding journey!

## install

Expand Down
24 changes: 23 additions & 1 deletion _site/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
<!doctype html><title>Page title</title><p>Hi</p>

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<h1>Educational Blog</h1>
<p>
A blog designed to document tips and strategies for people learning to
code for the first time!
</p>
<section>
<h2>Blogs</h2>
<ul>
<a href="/blogs/1">🧠 Mindset</a>
</ul>
</section>
</body>
<footer>Designed by Nurzat</footer>
</html>