Skip to content

Commit

Permalink
Add Blogs Section in CodePoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash Singh committed Oct 5, 2023
1 parent dd46b59 commit 53e41c4
Show file tree
Hide file tree
Showing 15 changed files with 859 additions and 142 deletions.
2 changes: 0 additions & 2 deletions docs/about/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ hide:
[![GitHub followers](https://custom-icon-badges.demolab.com/github/followers/AkashSingh3031?style=social&logo=followers)](https://github.com/AkashSingh3031?tab=followers)
<!-- [![Profile Views](https://visitcount.itsvg.in/api?id=AkashSingh3031&label=Profile%20Views&icon=5&pretty=false)](https://github.com/AkashSingh3031) -->

<!--📏LINE-->

- 🔭 I'm a 2022 Graduate and my branch is Computer Science.
- 🌱 I’m currently working as a Python Developer.
- 👬 I’m looking to collaborate on <a href="https://github.com/AkashSingh3031/The-Complete-FAANG-Preparation" target="_blank"><img align="center" src="https://custom-icon-badges.demolab.com/badge/The_Complete-orange?style=plastic" width="140px" height="75px" /></a> <a href="https://github.com/AkashSingh3031/The-Complete-FAANG-Preparation" target="_blank"><img align="center" src="https://readme-components.vercel.app/api?component=logo&fill=1877f2&logo=facebook&svgfill=white&text=false" width="50px" height="40px" /></a><a href="https://github.com/AkashSingh3031/The-Complete-FAANG-Preparation" target="_blank"><img align="center" src="https://readme-components.vercel.app/api?component=logo&fill=F08804&logo=amazon&svgfill=0F1111&text=false" width="50px" height="40px" /></a><a href="https://github.com/AkashSingh3031/The-Complete-FAANG-Preparation" target="_blank"><img align="center" src="https://readme-components.vercel.app/api?component=logo&fill=6E6E73&logo=apple&svgfill=black&text=false" width="50px" height="40px" /></a><a href="https://github.com/AkashSingh3031/The-Complete-FAANG-Preparation" target="_blank"><img align="center" src="https://readme-components.vercel.app/api?component=logo&fill=ff0000&logo=netflix&svgfill=white&text=false" width="50px" height="40px" /></a><a href="https://github.com/AkashSingh3031/The-Complete-FAANG-Preparation" target="_blank"><img align="center" src="https://readme-components.vercel.app/api?component=logo&fill=308D46&logo=google&svgfill=red&text=false" width="50px" height="40px" /></a><a href="https://github.com/AkashSingh3031/The-Complete-FAANG-Preparation" target="_blank"><img align="center" src="https://readme-components.vercel.app/api?component=logo&fill=ffbb00&logo=microsoft&svgfill=green&text=false" width="50px" height="40px" /></a><a href="https://github.com/AkashSingh3031/The-Complete-FAANG-Preparation" target="_blank"><img align="center" src="https://custom-icon-badges.demolab.com/badge/Preparation-green?style=plastic" width="120px" height="75px" /></a> Repository.
Expand Down
9 changes: 5 additions & 4 deletions docs/learning_resources/blog/.authors.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
AkashSingh3031:
name: Akash Singh
description: Creator
avatar: https://avatars.githubusercontent.com/u/60146338
authors:
AkashSingh3031:
name: Akash Singh
description: Creator
avatar: https://avatars.githubusercontent.com/u/60146338
3 changes: 2 additions & 1 deletion docs/learning_resources/blog/index.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# Blog
# Blog

9 changes: 0 additions & 9 deletions docs/learning_resources/blog/posts/NumPy.md

This file was deleted.

273 changes: 273 additions & 0 deletions docs/learning_resources/blog/posts/OS.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
---
icon: simple/youtube
---

<style>
table {
display: inline-block;
}

table {
/* display: table; */
border-collapse: separate;
box-sizing: border-box;
text-indent: initial;
border-spacing: 2px;
border-color: grey;
}

code {
font-family: monospace;
}

table code {
font-size: 12px;
padding: 3px;
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
display: inline-block;
border-radius: 2px;
}

table tr td {
white-space: nowrap;
}

td {
display: table-cell;
vertical-align: inherit;
}

.md-typeset code {
border-radius: 1rem;
font-size: 1.2em;
}

.red {
border: 1px solid red;
color: black;
background-color: red;
border-width: medium;
}

.cyan {
border: 1px solid cyan;
color: black;
background-color: cyan;
border-width: medium;
}

.youtube-player{
background:black;
border:2px solid red;
padding:10px;
border-radius:20px;
}

.title{
background:black;
border:2px solid red;
padding:5px;
border-radius:25px;
}
</style>
!!! abstract ""
???+ success "<code class="red"> C++ Basics in One Shot </code>"
<div align="center">
<!-- <h2> <code class="red"> C++ Basics in One Shot </code> </h2> -->
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="560" height="315" src="https://www.youtube.com/embed/EAR7De6Goz4?start=250"></iframe>
</div>
???+ success "<code class="red"> Time and Space Complexity </code>"
<div align="center">
<!-- <h2> <code class="red"> Time and Space Complexity </code> </h2> -->
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="560" height="315" src="https://www.youtube.com/embed/FPu9Uld7W-E?start=66"></iframe>
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
---
icon: simple/youtube
---

<style>
table {
display: inline-block;
}

table {
/* display: table; */
border-collapse: separate;
box-sizing: border-box;
text-indent: initial;
border-spacing: 2px;
border-color: grey;
}

code {
font-family: monospace;
}

table code {
font-size: 12px;
padding: 3px;
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
display: inline-block;
border-radius: 2px;
}

table tr td {
white-space: nowrap;
}

td {
display: table-cell;
vertical-align: inherit;
}

.md-typeset code {
border-radius: 1rem;
font-size: 1.2em;
}

.red {
border: 1px solid red;
color: black;
background-color: red;
border-width: medium;
}

.cyan {
border: 1px solid cyan;
color: black;
background-color: cyan;
border-width: medium;
}

.youtube-player{
background:black;
border:2px solid red;
padding:10px;
border-radius:20px;
}

.title{
background:black;
border:2px solid red;
padding:5px;
border-radius:25px;
}
</style>
!!! abstract ""
???+ success "<code class="red"> Solve any Pattern Question </code>"
<div align="center">
<!-- <h2> <code class="red"> Solve any Pattern Question </code> </h2> -->
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="560" height="315" src="https://www.youtube.com/embed/tNm_NNSB3_w?start=25"></iframe>
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
---
icon: simple/youtube
---

<style>
table {
display: inline-block;
}

table {
/* display: table; */
border-collapse: separate;
box-sizing: border-box;
text-indent: initial;
border-spacing: 2px;
border-color: grey;
}

code {
font-family: monospace;
}

table code {
font-size: 12px;
padding: 3px;
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
display: inline-block;
border-radius: 2px;
}

table tr td {
white-space: nowrap;
}

td {
display: table-cell;
vertical-align: inherit;
}

.md-typeset code {
border-radius: 1rem;
font-size: 1.2em;
}

.red {
border: 1px solid red;
color: black;
background-color: red;
border-width: medium;
}

.cyan {
border: 1px solid cyan;
color: black;
background-color: cyan;
border-width: medium;
}

.youtube-player{
background:black;
border:2px solid red;
padding:10px;
border-radius:20px;
}

.title{
background:black;
border:2px solid red;
padding:5px;
border-radius:25px;
}
</style>
!!! abstract ""
???+ success "<code class="red"> Complete C++ STL </code>"
<div align="center">
<!-- <h2> <code class="red"> Complete C++ STL </code> </h2> -->
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="560" height="315" src="https://www.youtube.com/embed/RRVYpIET_RU?start=0"></iframe>
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
---
icon: simple/youtube
---

<style>
table {
display: inline-block;
}

table {
/* display: table; */
border-collapse: separate;
box-sizing: border-box;
text-indent: initial;
border-spacing: 2px;
border-color: grey;
}

code {
font-family: monospace;
}

table code {
font-size: 12px;
padding: 3px;
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
display: inline-block;
border-radius: 2px;
}

table tr td {
white-space: nowrap;
}

td {
display: table-cell;
vertical-align: inherit;
}

.md-typeset code {
border-radius: 1rem;
font-size: 1.2em;
}

.red {
border: 1px solid red;
color: black;
background-color: red;
border-width: medium;
}

.cyan {
border: 1px solid cyan;
color: black;
background-color: cyan;
border-width: medium;
}

.youtube-player{
background:black;
border:2px solid red;
padding:10px;
border-radius:20px;
}

.title{
background:black;
border:2px solid red;
padding:5px;
border-radius:25px;
}
</style>
!!! abstract ""
???+ success "<code class="red"> Basic Maths for DSA </code>"
<div align="center">
<!-- <h2> <code class="red"> Basic Maths for DSA </code> </h2> -->
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="560" height="315" src="https://www.youtube.com/embed/1xNbjMdbjug?start=108"></iframe>
</div>
Loading

0 comments on commit 53e41c4

Please sign in to comment.