Skip to content

Commit cbf707d

Browse files
authoredDec 16, 2022
Update projects.html
1 parent b6a2ab5 commit cbf707d

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed
 

‎projects.html

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>Document</title>
4+
<title>Build Projects</title>
55
<!-- Google tag (gtag.js) -->
66
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HCERBDV76D"></script>
77
<script>
@@ -31,10 +31,10 @@
3131
<meta name="viewport" content="width=device-width, initial-scale=1.0">
3232

3333

34-
<link type="text/css" rel="stylesheet" href="/style0.css" media="all" />
34+
<link type="text/css" rel="stylesheet" href="https://pythonread.github.io/style0.css" media="all" />
3535

3636

37-
<!--<![endif]-->
37+
3838
</head>
3939
<body>
4040

@@ -87,12 +87,22 @@
8787
</div>
8888
</div>
8989
<div style="margin-left: 15px; ">
90-
<ul>
91-
<li> <h3>Build To-Do App => <a href="https://www.youtube.com/watch?v=X8gr-qA_JEs">Youtube Tutorial</a></h3><p> Using PERN Stack Course Postgres, Express, React, and Node #PERN </p></li>
92-
<li> <h3>Turn Web App into a PWA => <a href="https://www.youtube.com/watch?v=FN1p-MI1b4o">Youtube Tutorial</a></h3><p> Learn how to convert Web Application into a PWA in 10 minutes.</p></li>
93-
</ul>
90+
<h2>Build Projects</h2>
91+
<h3>Build To-Do App : <a href="https://www.youtube.com/watch?v=X8gr-qA_JEs">Youtube Tutorial</a></h3><p> Using PERN Stack Course Postgres, Express, React, and Node #PERN </p>
92+
<h3>Turn Web App into a PWA : <a href="https://www.youtube.com/watch?v=FN1p-MI1b4o">Youtube Tutorial</a></h3><p> Learn how to convert Web Application into a PWA in 10 minutes.</p>
93+
<h3>ChatGPT Tutorial for Beginners : <a href="https://youtu.be/t3-q__hlrE4">Youtube Tutorial</a> </h3>
94+
<p>This tutorial gives a beginner's demo of how to access and use OpenAI ChatGPT. It's a Tutorial for Beginners. Using ChatGPT to write code.</p>
95+
<iframe width="560" height="315" src="https://www.youtube.com/embed/t3-q__hlrE4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
96+
97+
<h3>Build TCP echo server app with Python :<a href="https://youtu.be/jm9mgejjTtw">Youtube Tutorial</a></h3>
98+
<p>we will make an Echo server using non-blocking TCP sockets using Python.</p>
99+
100+
<hr>
101+
102+
94103

95104
</div>
105+
<br/>
96106
<div style="margin-left: 15px; ">
97107
<h2>Data Structures and Algorithms</h2>
98108
<p>DSA tutorial to learn different types of data structures and algorithms and their implementations in Python, C, C++, and Java.</p>
@@ -124,4 +134,4 @@ <h2>Data Structures and Algorithms</h2>
124134

125135

126136
</body>
127-
</html>
137+
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.