-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (59 loc) · 4.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bishal portfolio</title>
<meta charset="utf-8"/>
<script src="https://kit.fontawesome.com/a4dd9a6542.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Rancho&effect=shadow-multiple|neon|Roboto" rel="stylesheet" >
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit =yes">
<link rel="stylesheet" href="index.css" type="text/css"/>
<meta name="name" content="Bishal kumar portal"/>
</head>
<body class="container" bgcolor="silver">
<div class="head">
<div class="image"></div>
<div class="text">
<h1 style="color: white;">Bishal kumar</h1>
<img class="avatar"src="image.png" height="200px" width="200px"/>
<h2 class="baby"> About Me</h2>
<div id="aboutWrap">
<p id="about">An understudy guy with stretches of involvement with Technology, Design, Innovation, Management, and skill in some
specialized areas such as Web Design & Development, Graphics Designing, and rehearsing dialects like HTML, CSS, JAVA,
Python, and JavaScript. I love thinking about new ideas/solutions and executing them with my abilities and knowledge. I
try to find solutions to problems around myself. I have also filled 4 patents and two research papers. Like a piece of
my Academics, my SGPA is 9.67 and a CGPA of 9.3.
</p>
</div>
</div>
</div>
<div class="middle-box" >
<h2 id="credientials">Credentials and Portfolio</h2>
<p>
<a href="Bishal_CV.pdf" target="_blank">My Resume / </a>
<a href="https://drive.google.com/drive/folders/1poHWYuLBUnnWYtlNjG88AMqHhBmcWOR1?usp=sharing" target="_blank">Certificates / </a>
<a href="https://drive.google.com/drive/folders/1gfF8_UxOt54TWig_0u_uHPSa0Q_vdhlK?usp=sharing" target="_blank">My Artwork</a>
</p>
<h2 id="contact">Contact</h2>
<p> <a href="mailto:singhbishalkumarsingh@gmail.com">Email: singhbishalkumarsingh@gmail.com</a></p>
</div>
<footer class="footer">
<nav class="transpiracy">
<ul class ="links">
<li><a href="https://www.linkedin.com/in/bishal-kumar-054b30192" target="_blank"><i class="fab fa-linkedin fa-2x"></i></a></li>
<li><a href="https://www.github.com/Bishal976" target="_blank"><i class="fab fa-github fa-2x"></i></a></li>
<li><a href="mailto:singhbishalkumarsingh@gmail.com" target="_blank"><i class="fas fa-inbox fa-2x"></i></a></li>
<li><a href=" https://www.instagram.com/bishalsingh2225" target="_blank"><i class="fab fa-instagram-square fa-2x"></i></a></li>
<li><a href="https://twitter.com/BishalK56217747" target="_blank"><i class="fab fa-twitter-square fa-2x"></i></a></li>
<li><a href="https://www.hackerrank.com/singhbishalkuma1?hr_r=1" target="_blank"><i class="fab fa-hackerrank fa-2x"></i></a></li>
<li><a href="https://leetcode.com/singhbishalkumarsingh/" target="_blank"><i class="fas fa-laptop-code fa-2x"></i></a></li>
<li><a href="https://www.qwiklabs.com/public_profiles/e10ea8e8-0e5c-49dd-aed9-7021df307faf" target="_blank"><i class="fas fa-cloud fa-2x"></i></a></li>
</ul>
</nav>
<hr>
<div class="copyright">
<code >Copyright (c) 2021 Bishal Kumar </code>
</div>
<hr>
</footer>
</body>
</html>