-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
314 lines (263 loc) · 14.3 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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HB portfolio</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<script src="https://kit.fontawesome.com/8e8c0a6bff.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer">
<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=Monoton&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="assests/icon2.png" type="image/x-icon">
<script src="script.js"></script>
</head>
<body>
<header>
<nav>
<div class="left"><a class="n1" href="#" onclick="reload()">HB</a></div>
<div class="right">
<ul>
<li> <a class="l1" href="#Home">Home</a></li>
<li><a class="l1" href="#About">About</a></li>
<li><a class="l1" href="#Tech-Stack">Tech Stack</a></li>
<li><a class="l1" href="#Projects">Projects</a></li>
<li><a class="l1" href="#Profiles">Profiles</a></li>
</ul>
</div>
</nav>
</header>
<main>
<section class="first-section" id="Home">
<div class="left-section">
Hi,My name is <span id="element1" class="purple">HASHIM </span>
and I am
<span id="element"></span>
</div>
<div class="right-section">
<img class="logo-adj" src="assests/logo.jpg" alt="">
</div>
</section>
</main>
<section class="About " id="About">
<h1>About</h1>
<p>Hello! I Am Currently Pursuing My Education At Chennai Institute Of Technology, Where I Have Been Excelling Academically With A Remarkable CGPA Of 8.9 In The First Six Semesters. Since Beginning My Educational Journey In 2020, I Have Been Dedicated To Expanding My Knowledge And Skills In The Field Of Computer Science. With An Expected Graduation Year Of 2024, I Am Eager To Leverage My Education To Contribute Meaningfully To The World Of Technology And Embark On Exciting Opportunities.</p>
<br>
<p>
I have a strong work ethic and I am a fast learner who largely wants to learn and explore new things. To secure a challenging position in a reputable organization to expand my learnings, knowledge, and skills.
</p>
<br>
<pre><b>What's special about me?</b>
➢ Ability to quickly master a new skill and implement it to solve real problems.
➢ Love to learn new technologies and explore new sets of areas.
➢ I will give my 100% to any task that is given to me.
</pre>
</section>
<section class="Tech-Stack flex" id="Tech-Stack">
<h1>Tech-Stack</h1>
<div class="row">
<div class="column">
<div class="card">
<h1>Front-End</h1>
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/html5/html5-original-wordmark.svg" />
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/css3/css3-original-wordmark.svg"/>
<!-- <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/angularjs/angularjs-original.svg"/>
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/nodejs/nodejs-original-wordmark.svg"/> -->
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/javascript/javascript-original.svg"/>
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/bootstrap/bootstrap-original-wordmark.svg" />
</div>
</div>
<!-- <div class="column">
<div class="card">
<h1>Back-End</h1>
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/nodejs/nodejs-original-wordmark.svg" />
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/express/express-original.svg" />
</div>
</div> -->
<div class="column">
<div class="card-icons ">
<div class="card">
<h1>Design</h1>
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/xd/xd-line.svg" />
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/canva/canva-original.svg" />
<!-- <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/figma/figma-original.svg" /> -->
</div>
</div>
</div>
<div class="column">
<div class="card">
<h1>Editors</h1>
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/vscode/vscode-original.svg" />
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/pycharm/pycharm-plain-wordmark.svg" />
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/anaconda/anaconda-original-wordmark.svg" />
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/jupyter/jupyter-original-wordmark.svg" />
</div>
</div>
</div>
<div class="column">
<div class="card-icons">
<div class="card">
<h1>DataBase</h1>
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/postgresql/postgresql-original-wordmark.svg" />
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/mysql/mysql-original-wordmark.svg" />
</div>
</div>
<div class="column">
<div class="card">
<h1>Tools</h1>
<div class="card-header-icons">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/github/github-original.svg" />
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/git/git-original-wordmark.svg" />
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/wordpress/wordpress-original.svg" />
</div>
</div>
</div>
<div class="column">
<div class="card">
<h1>Languages</h1>
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/java/java-original-wordmark.svg" />
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original-wordmark.svg" />
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/cplusplus/cplusplus-original.svg" />
</div>
</div>
</section>
<section class="Projects" id="Projects">
<h1 class="projects-style">Projects</h1>
<div class="Project-card ">
<div class="card-title">
<h2>Twitter Sentiment Analysis</h2>
<p>
Twitter Sentiment Analysis. Aim of twitter sentiment analysis is that it allows you to keep track of what’s being said about your product or service on social media and can help you detect angry customers or negative mentions before they escalate.
</p>
</div>
<button class="project-link1">Link</button>
</div>
<div class="Project-card ">
<div class="card-title">
<h1>Food Index Analysis</h1>
<p>
Food Index Analysis using EDA(Exploratory Data Analysis) used to analyze the food products of different countries and regions and compare them in order to make the new organization or business to sell their products at cheaper prices then their competitors in those countries.
</p>
<button class="project-link2">Link</button>
</div>
</div>
<!-- <div class="Project-card">
<div class="card-title">
<h1>News Website</h1>
<p>Created a project using NewsAPI where it fetches the real time news and displays the news along with the link to that particular website. Additional changes like real time news floating.Purely done using HTML,CSS,JS.</p>
<button class="project-link3">Link</button>
</div>
</div> -->
<!-- <div class="Project-card">
<div class="card-title">
<h1>Phishing-Website-Detection</h1>
<p>This repository contains a data analytics project where it can detect the phishing sites and make users to detect whether its legal to use that website or not using different machine learning algorithmns.
</p>
<button class="project-link4">Link</button>
</div>
</div> -->
<!-- <div class="Project-card">
<div class="card-title">
<h1>Netflix-Clone</h1>
<p>This repository contains clone of a Netflix. This project is done purely in HTML and CSS</p>
<button class="project-link5">Link</button>
</div>
</div> -->
<!-- <div class="Project-card">
<div class="card-title">
<h1>Amazon-Clone</h1>
<p>This repository contains clone of a Amazon. This project is done purely in HTML and CSS</p>
<button class="project-link6">Link</button>
</div>
</div> -->
</section>
<section class="Profiles" id="Profiles">
<h1>Coding Platforms</h1>
<button><a href="https://leetcode.com/hashimbasha97/" target="_blank">Leetcode</a></button>
<button><a href="https://www.hackerrank.com/dashboard" target="_blank">HackerRank</a></button>
<button><a href="https://www.codechef.com/users/hashim_hb" target="_blank">CodeChef</a></button>
<button><a href="https://www.codingninjas.com/studio/profile/HashimHB" target="_blank">Coding Ninjas</a></button>
<img class="coding-img" src="assests/logo3.png" alt="">
</section>
<footer>
<div class="left-section ">
<!-- <p class="footer-desc"><u>WWW.HASHIM-HB.COM</u></p> -->
<div class="signup">
<button><a href="https://github.com/HashimHB" target="_blank">GIT HUB</a></button>
<button><a href="https://resume.io/r/z42WdYetn" target="_blank">RESUME</a></button>
</div>
<div class="right-section-footer flex">
<div class="row1">
<ul class="footer-list">
<pre> I'm Intrested in </pre>
<li><a href="#">Front-End</a></li>
<li><a href="#">Back-End</a></li>
<li><a href="#">Amazon Web Services</a></li>
<li><a href="#">UI / UX Design</a></li>
<li><a href="#">App Development</a></li>
</ul>
</div>
<div class="row2">
<ul class="footer-list">
<pre>Acheivements</pre>
<li><a href="https://www.linkedin.com/feed/update/urn:li:activity:6758616660489363456/" target="_blank">Guiness World Record Holder</a></li>
<li><a href="#" target="_blank">Physiscs top Achiever</a></li>
</ul>
</div>
<div class="row3">
<ul class="footer-list">
<pre>Certificates</pre>
<li><a href="#">Cybersecurity Essentials</a></li>
<li><a href="#">Fundamentals of HTML, CSS</a></li>
<li><a href="#">Introduction to Generative AI</a></li>
<li><a href="#">Introduction to Networks</a></li>
<li><a href="#">Programming Essentials in Python</a></li>
</ul>
</div>
</div>
<div class="socio-icons">
<a href="https://www.facebook.com/" target="_blank"
><i class="fa-brands fa-facebook"></i
></a>
<a href="https://www.instagram.com/" target="_blank"
><i class="fa-brands fa-instagram"></i
></a>
<a href="https://twitter.com/i/flow/signup" target="_blank"
><i class="fa-brands fa-twitter"></i
></a>
<a
href="https://www.linkedin.com/in/hashimhb/"
target="_blank"
><i class="fa-brands fa-linkedin"></i
></a>
</div>
<div class="footer-bottom">
<p class="des">
Copyright © 2023 Designed by:
<a class="designer" href="https://www.linkedin.com/in/hashimhb" target="_blank"> Hashim HB</a>
</p>
</div>
<!-- <div class="footer-bottom">
<p class="des">
Copyright © 2023 Designed by:
<a href="https://www.linkedin.com/in/hashimhb" target="_blank"> Hashim HB</a>
</p>
</div> -->
</div>
</footer>
<script src="https://unpkg.com/typed.js@2.0.16/dist/typed.umd.js"></script>
<script>
var typed = new Typed('#element', {
strings: ['Student @ Chennai Institute of Technology', 'having a current CGPA of 8.9',' Pursuing B.Tech Artificial Intelligence and Data Science'],
typeSpeed: 50,
});
var typed = new Typed('#element1', {
strings: ['Hashim','Hayath Basha','Hashim-HB'],
typeSpeed: 50,
});
</script>
</body>
</html>