-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
186 lines (185 loc) · 6.69 KB
/
Copy pathindex.html
File metadata and controls
186 lines (185 loc) · 6.69 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HTML, CSS & Js Project</title>
<link rel="stylesheet" href="css/main.css" />
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./images/favicon/favicon-16x16.png"
/>
</head>
<body>
<div class="container">
<h1 class="title">
Sanjay Kumar Sah's Web Development Projects Repository
</h1>
<p class="text-content">
Welcome to my web development projects repository! Here, you will find a
collection of projects that I have worked on during my learning journey,
internships, and job experiences. These projects focus on HTML, CSS3,
and JavaScript, reflecting my progress and growth in these essential web
development technologies.
</p>
</div>
<section class="section section-about">
<div class="container">
<h2 class="sub-title">About Me</h2>
<p class="text-content">
I'm Sanjay Kumar Sah, a passionate web developer with a background
in computer science. I've embarked on this project for two primary
reasons:
</p>
<div class="details__wrapper">
<details class="details" open>
<summary class="details__summary">Learning Perspective</summary>
<p class="details__description">
These projects serve as a record of my continuous learning in web
development. They showcase my evolving skills and knowledge over
time.
</p>
</details>
<details class="details">
<summary class="details__summary">
Strengthening Core Knowledge
</summary>
<p class="details__description">
By starting each project from scratch and refraining from using
copied code, I aim to strengthen my core understanding of HTML,
CSS3, SCSS, JavaScript, and relevant libraries. This practice
helps me develop a deep comprehension of these technologies.
</p>
</details>
</div>
</div>
</section>
<section id="skills">
<div class="container">
<h2 class="title">Skills</h2>
<p class="text-content">
Here are some of the key skills and technologies I've mastered:
</p>
<ul class="skills-lists">
<li class="list-item">HTML5</li>
<li class="list-item">CSS3 and SCSS</li>
<li class="list-item">JavaScript and ES6</li>
<li class="list-item">React.js</li>
<li class="list-item">Node.js</li>
<li class="list-item">Git and Version Control</li>
<li class="list-item">Responsive Web Design</li>
</ul>
</div>
</section>
<section class="section section-project">
<div class="container">
<h2 class="title">My Projects</h2>
<p class="text-content">
You can explore the projects I've worked on in this repository.
Each project is categorized and well-documented. Feel free to browse
through them, learn from the code, and provide feedback if you have
any suggestions.
</p>
<p class="text-content">
Please note that while the projects are intended to showcase my
growth, they may not represent perfect solutions. I'm continually
learning and improving, and your insights are valuable to me.
</p>
<ol class="project-lists">
<li class="list-item">
<a href="Project 1 - Emoji Rating">Emoji Rating</a>
</li>
<li class="list-item">
<a href="Project 2 - Typing Speed Test Game"
>Typing Speed Test Game</a
>
</li>
<li class="list-item">
<a href="Project 3 - Navigation Bar using Sass"
>Navigation Bar Using Sass</a
>
</li>
<li class="list-item">
<a href="Project 4 - Guess My Number">Guess the Number</a>
</li>
<li class="list-item">
<a href="Project 5 - Modal Window">Modal Window</a>
</li>
<li class="list-item">
<a href="Project 6 - Pig Game">Pig Game</a>
</li>
<li class="list-item">
<a href="Project 7 - Bankist">Bankist</a>
</li>
<li class="list-item">
<a href="Project 8 - Mapty">Mapty App</a>
</li>
<li class="list-item">
<a href="https://cheerful-cocada-02e060.netlify.app">Forkify</a>
</li>
<li class="list-item">
<a href="https://jolly-cupcake-a261c1.netlify.app">
React Essential
</a>
</li>
<li class="list-item">
<a href="https://harmonious-longma-53d2de.netlify.app"
>Tic Tac Toe</a
>
</li>
<li class="list-item">
<a href="https://lucent-gaufre-095ca4.netlify.app"
>Investment Calculator</a
>
</li>
<li class="list-item">
<a href="https://astounding-caramel-2ddaa2.netlify.app"
>Final Count Down</a
>
</li>
<li class="list-item">
<a href="https://tourmaline-cuchufli-4d218a.netlify.app"
>Project Management App</a
>
</li>
<li class="list-item">
<a href="https://nimble-swan-80dd7a.netlify.app">Place Picker</a>
</li>
<li class="list-item">
<a href="https://dainty-souffle-5eb493.netlify.app">Quiz App</a>
</li>
<li class="list-item">
<a href="https://sanjay-react-form.netlify.app">React Form</a>
</li>
</ol>
</div>
</section>
<section id="section section-contact">
<div class="container">
<h2 id="contact" class="sub-title">Contact</h2>
<p class="text-content">
If you have any questions, suggestions, or just want to connect,
don't hesitate to reach out:
</p>
<ul class="project-lists">
<li class="list-item">
LinkedIn:
<a
href="https://www.linkedin.com/in/sanjaysah101"
target="_blank"
class="link"
>
Sanjay Kumar Sah
</a>
</li>
</ul>
<p class="text-content">
Thank you for visiting my repository, and I hope you find my web
development journey interesting and informative!
</p>
</div>
</section>
</body>
</html>