-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
200 lines (179 loc) · 10.9 KB
/
index.html
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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Himanshu_Portfolio</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap" rel="stylesheet">
</head>
<body>
<header>
<nav>
<div class="left">Himanshu's Portfolio</div>
<div class="right">
<ul>
<li><a href="">Home</a></li>
<li><a href="">About</a></li>
<li><a href="">Projects</a></li>
<li><a href="">Contact</a></li>
</ul>
</div>
</nav>
</header>
<main>
<section class="firstSection">
<div class="leftSection">
Hi, Myself <span class="Naam">Himanshu</span>
And I am a<div><span id="element"></span></div>
</div>
<div class="rightSection">
<img src="HIMANSHU.jpg" alt="">
</div>
</section>
<hr>
<section class="secondSection">
<h1>About Me</h1>
<div class="intro">
I am a recent Computer Science and Engineering graduate from Chandigarh University, belonging to the
2023 batch, driven by a fervent commitment to tackling complex engineering challenges. My passion lies
in crafting innovative solutions that address a wide array of engineering problems. I embody enthusiasm
and a profound eagerness to absorb knowledge from mentors, peers, and my environment.<br>
My strength lies in collaborating seamlessly within a team to achieve optimal results. I thrive on
collective efforts to push boundaries and deliver excellence. <br>
In addition to my core engineering expertise, I possess a profound fascination with Artificial
Intelligence and Machine Learning, recognizing their profound impact on the ever-evolving landscape of
technology. My experiences extend to practical work in Graphic User Interface (GUI) development, where
I've honed my skills in graphic design, further enhancing my versatility.
<br>
I am primed and ready to embark on my journey in the tech industry, seeking opportunities to contribute
my expertise, while continuously expanding my knowledge and skills in this dynamic field.
</section>
<hr>
<section class="thirdSection">
<h1>Projects</h1>
<div>
<ul>
<li><b>SYSTEM MONITOR</b>
<ul>
<li><strong>Technologies Used:</strong> C/C++, Boost.Asio, Multithreading, SQL, SSL, Linux
</li>
<li><strong>Description:</strong> Developed a robust network application with a focus on
efficient client-server communication and data security.</li>
<li><strong>Key Features:</strong>
<ul>
<li><strong>Multithreading:</strong> Implemented multithreading to ensure isolated
client data handling, preventing interference between client packets.</li>
<li><strong>Data Storage and Management:</strong> Utilized SQL for storing client
information and system logs, including automated flag generation and
notifications based on predefined thresholds.</li>
<li><strong>Security:</strong> Integrated SSL to enhance the security of data
transmission, safeguarding communication channels.</li>
<li><strong>Platform:</strong> Designed and optimized specifically for Linux-based
systems.</li>
</ul>
</li>
</ul>
</li>
</ul>
<br>
<br>
<ul>
<li><b>TRAVELLING APP(Android)</b>
<ul>
<li><strong>Technologies Used:</strong> Java, Android Studio, Google Firebase, Google Maps
API</li>
<li><strong>Description:</strong> Developed an Android application designed to enhance
personal experience management and expense tracking.</li>
<li><strong>Key Features:</strong>
<ul>
<li><strong>Photo and Note Posting:</strong> Allows users to post photos with
accompanying notes to relive and document their experiences.</li>
<li><strong>Expense Management:</strong> Integrated an Expense Calculator to help
users manage and track their expenses effectively.</li>
<li><strong>Nearby Locations:</strong> Utilized Google Maps API to provide
functionality for finding and displaying nearby locations, enhancing user
convenience and exploration.</li>
<li><strong>User Authentication:</strong> Implemented a secure login system with
user authentication for personalized access.</li>
<li><strong>Password Reset:</strong> Enabled users to reset their passwords via
email OTP (One-Time Password) for added security.</li>
</ul>
</li>
</ul>
</li>
</ul>
<br>
<br>
<ul>
<li><b>MAIL VALIDATOR</b>
<ul>
<li><strong>Technologies Used:</strong> HTML, CSS, JavaScript, Email Validation API</li>
<li><strong>Description:</strong> Developed a user-friendly web application to validate
email addresses using an external API. The application provides instant feedback on the
validity and details of entered email addresses.</li>
<li><strong>Key Features:</strong>
<ul>
<li><strong>Email Validation:</strong> Integrates with an online email validation
API to check the validity of email addresses in real-time.</li>
<li><strong>User Interface:</strong> Designed with a clean and responsive layout
using HTML and CSS. Includes a header with navigation, a main section for email
input and result display, and a footer.</li>
<li><strong>JavaScript Functionality:</strong> Uses JavaScript to handle form
submissions, interact with the email validation API, and dynamically update the
results section with the validation response.</li>
<li><strong>Responsive Design:</strong> Implemented media queries to ensure the app
is functional and visually appealing across different devices and screen sizes.
</li>
</ul>
</li>
</ul>
</li>
</ul>
<br>
<br>
<ul>
<li><b>TIC-TAC-TOE GAME</b>
<ul>
<li><strong>Technologies Used:</strong> C++</li>
<li><strong>Description:</strong> Developed a console-based Tic-Tac-Toe game in C++ that
allows two players to compete against each other. The game features a simple user
interface with a 3x3 board and supports basic gameplay mechanics including move
validation, win detection, and tie handling.</li>
<li><strong>Key Features:</strong>
<ul>
<li><strong>Player Input:</strong> Accepts player names and allows each player to
take turns entering their moves by selecting a number corresponding to a cell on
the 3x3 grid.</li>
<li><strong>Board Display:</strong> Updates and displays the current state of the
board after each move, showing Xs and Os as they are placed.</li>
<li><strong>Move Validation:</strong> Ensures that moves are valid, preventing
players from placing their tokens in already occupied cells and handling invalid
inputs.</li>
<li><strong>Game Status Detection:</strong> Checks for a win condition or a draw
after each move. A win is detected if a player places three of their tokens in a
row, column, or diagonal. A draw is declared if the board is full and there is
no winner.</li>
<li><strong>Game End:</strong> Announces the result of the game, displaying which
player won or if the game ended in a draw.</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</section>
<hr>
</main>
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<script>
var typed = new Typed('#element', {
strings: ['Developer', 'Graphic Designer', 'CSE Graduate', 'Or simply', '/An Engineer'],
typeSpeed: 50,
});
</script>
</body>
</html>