-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
101 lines (72 loc) · 4.15 KB
/
Copy pathabout.html
File metadata and controls
101 lines (72 loc) · 4.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About WebDevBlog</title>
<link rel="stylesheet" href="assets/style.css"/>
</head>
<body>
<div id="Home" style="font-size: large;">
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="/posts.html">Blog Posts</a></li>
</ul>
</nav>
<hr>
<h1 style="text-align: center;">About Who, Why and What?</h1>
<hr>
<div class="content-box" style="width: 75%; margin-left: auto; margin-right: auto;">
<h2><u>Who?</u></h2>
<p>
Hey, <br>
<br>
I am <b>Sourav Yadav</b>,
<br><br>
and I am a currently 3rd Year College Student, pursuing <i>Bachelor of Technology in Computer Science (B.Tech CSE) and Engineering specializing in Data Science. I am from West Bengal, India</i>
<br><br>
I have been into programming and coding since, I was 11 years old.<br> <br>
I got started on it by creating some simple <i>Batch Scripts</i> which can run multiple commands on windows command prompt one by one.
<br><br>
Then, later I found out web development as at that time, the Internet was booming quite fast.
<br><br>
I learned some basics of HTML and CSS and even Javascript from a YouTuber: <i>Bucky Robert</i> from <b><a href="https://www.youtube.com/@thenewboston">Thenewboston</a></b> (YouTube Channel).
<br><br>
Then, there was a cool website called: <b><a href="https://www.w3schools.com/">W3Schools</a></b>
<br><br>
I also recommend the above website if you are a beginner and also wants to learn or get started with programming or web development in general.
<br><br>
But now since, I am in my 3rd year of college I am looking to become the Best Developer and get a Job.
<br><br>
The web Technology has changed and also keeps changing faster and faster each second like I remember using <i>XMLHttpRequests</i> and PHP but now we have tons of options like <i>NodeJS, ExpressJS, Django, Flask, .NET Blazors</i>, etc.
<br><br>
Okay, enough talk. Let's move on
</p>
<h2><u>What?</u></h2>
<p>
This is a challenge where I will be creating this blog increasingly more feature-rich and also create other side projects with the knowledge I gain in this journey.
<br><br>
I will posting blog posts from <a href="posts/day01.html">Day 01</a>, document everything from resources I use, to things I learned and challenges I face.
<br><br>
It will be exciting journey and I hope few things from this:
<ul>
<li>By the end of <i>Day 100</i>, I would have transformed this blog into full-fledged blog site or my portfolio website with modern Tech Stacks</li>
<br>
<li>Learn and gain actual experience of Web Development and Software Engineering</li>
<br>
<li>Get a Job or Paid Internship</li>
<br>
<li>Meet and Connect with like-minded Devs in the Community. Or maybe, we can create our own community</li>
<br>
<li>Help and Inspire other Devs to get out of the <b>Tutorial hell</b> and challenge ourselves to create actual worthwhile or cool stuffs (as that's the best way to learn coding) and most importantly. <b>HAVE Fun!</b></li>
</ul>
</p>
<hr>
Again, You can connect with me or Follow me on: <a href="https://x.com/coding_theself">Twitter</a>, <a href="https://www.linkedin.com/in/sourav-yadav-self/">LinkedIn</a>
<br><br><br>
</div>
</div>
</body>
</html>