-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
178 lines (177 loc) · 6.45 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
<html>
<head>
<title>
Portfolio
</title>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8" />
<link rel="shortcut icon" type="png" href="https://i.postimg.cc/vTwHc0wq/favicon.png">
</head>
<body>
<div id="conteneur-id">
<div id="conteneur-menu">
<div class="menu">
<ul>
<li><a href="#conteneur-home">Home</a></li>
<li><a href="#conteneur-about">About</a></li>
<li><a href="#conteneur-skills">Skills</a></li>
<li><a href="#conteneur-qualification">Credentials</a></li>
<li><a href="#conteneur-portfolio">Contact</a></li>
<li><a href="#conteneur-contact">Ask Me Anything</a></li>
</ul>
</div>
</div>
<div id="conteneur-home">
<div class="home">
<h1>SUBID BISWAS</h1>
<h2>COMPUTER SCIENCE ENGINEER | ASPIRING GRAPHICS DESIGNER</h2>
</div>
</div>
<div id="conteneur-about">
<div class="about">
<div class="profil-photo">
<img src="https://i.postimg.cc/C5Xwvp3d/IMG-20210602-212215-135.jpg" />
</div>
<div class="profil-text">
<h1>About</h1>
<p>
Hi there! I’m Subid Biswas and I’m pursuing a B.Tech degree in Computer Science & Engineering(CSE) from Narula Institute of Technology(Nit), India.
I am an ardent and enthusiastic individual with unique creative knowledge and carry a high curiosity for knowledge and exploring new ideas. I am also in a process of developing my skills in coding, HTML/CSS and cybersecurity to build up a strong career in technological support.
</p>
<h3>PURPOSE OF THIS WEBSITE</h3>
<p>This portfolio website showcases my works in various creative fields and my interests. This is to build up a portfolio site that people can visit and get to know me and more about my works. </p>
<a href="mailto:subidbiswas2061@gmail.com">Email</a>
</div>
<div class="clear">
</div>
</div>
</div>
<div id="conteneur-skills">
<div class="skills">
<div class="title">
<h1>Skills</h1>
<p>
I have a good catch on programming languages like C/C++, PYTHON 3 and I’m currently learning WebGL, CSS, HTML & JavaScript.
I’m interested in Web Graphics, Coding, Web Development and on the process of developing 2D/3D Web Graphics Content, Business Websites.
</p>
</div>
<div class="bardiv">
<h3>CSS</h3>
<div class="progressbar">
<span class="html"></span>
</div>
<h3>HTML</h3>
<div class="progressbar">
<span class="css"></span>
</div>
<h3>WEBGL</h3>
<div class="progressbar">
<span class="javascript"></span>
</div>
<h3>Python 3</h3>
<div class="progressbar">
<span class="php"></span>
</div>
<h3>JavaScript</h3>
<div class="progressbar">
<span class="sql"></span>
</div>
</div>
</div>
</div>
<div id="conteneur-qualification">
<div class="qualification">
<h2>Academic Credentials</h2>
<div class="lastqualification">
<h3>Computer Science & Engineering</h3>
<h4>2019 - 2023</h4>
</div>
<div class="othqualification">
<h3>Higher Secondary</h3>
<h4>2016 - 2017</h4>
</div>
<div class="othqualification">
<h3>Secondary School Certificate</h3>
<h4>2014 - 2015</h4>
</div>
</div>
</div>
<div id="conteneur-portfolio">
<div class="portfolio">
<h2>Contact</h2>
<div class="conteneur-miniature-left">
<div class="miniature-portfolio oneport">
</div>
<div class="text-miniature">
<h3>
<img src="">
</h3>
<h4>
<a href="https://sites.google.com/view/subidbiswasportfolio/">Personal Website</a>
</h4>
<h5>
Personal Website Made on Google Sites
</h5>
</div>
</div>
<div class="conteneur-miniature-right">
<div class="miniature-portfolio twoport">
</div>
<div class="text-miniature">
<h3>
<img src="">
</h3>
<h4>
<a href="https://github.com/subidbiswasjr08">GitHub</a>
</h4>
<h5>
GitHub Profile
</h5>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<div id="conteneur-contact">
<div class="contact">
<h2>ASK ME ANYTHING</h2>
<form name="formulaire" method="POST" action="">
<div class="input">
<h3>*Name</h3>
<input type="text" name="nom" />
</div>
<div class="input">
<h3>*Email</h3>
<input type="email" name="email" />
</div>
<div class="input">
<h3>*Object</h3>
<input type="text" name="nom" />
</div>
<div class="input">
<h3>*Message</h3>
<textarea name="message"></textarea>
</div>
<div class="input">
<input type="submit" value="Submit">
</div>
</form>
</div>
</div>
<div id="conteneur-footer">
<div class="footer">
<p>© 2021 by Subid Biswas.</p>
<p>Undergraduate Student,</p>
<p>Department of Computer Science & Engineering,</p>
<p>Narula Institute of Technology (Nit),</p>
<p>Kolkata- 700 109, WB,</p>
<p>India.</p>
<a href="https://codepen.io/subidbiswasjr08">CODEPEN.io</a>
<a href="">|</a>
<a href="https://www.freecodecamp.org/subid_biswas">freeCodeCamp</a>
</div>
</div>
</div>
</body>
</html>