-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
167 lines (157 loc) · 7.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume</title>
<meta property="og:description" content="portfolio website of uday biswas" />
<meta property="og:title" content="Portfolio" />
<meta property="og:url" content="https://uday-biswas.github.io/portfolio" />
<link rel="stylesheet" type="text/css" href="Home_resume.css">
<link rel="icon" type="image/icon" href="images/resume.png">
</head>
<body>
<header id="body-header">
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#About">About</a></li>
<li><a href="#Skills">Skills</a></li>
<li><a href="#Education_flex">Education</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#Experience_flex">Experience</a></li>
<li><a href="#Contacts">Contacts</a></li>
</ul>
</nav>
<div><img src="images/dark_laptop.jpg" alt="laptop" id="background"></div>
<div id="my_name">Uday Biswas</div>
<nav>
<ul>
<li><a href="https://www.linkedin.com/in/udaybiswas944/" rel=noopener target="_blank"><img
class="social_photo" src="images/linkedin_photo.png" alt="linked_in_photo"></a></li>
<li><a href="https://github.com/uday-biswas" rel=noopener target="_blank"><img class="social_photo"
src="images/github_photo.png" alt="github_photo"></a></li>
<li><a href="https://twitter.com/uday_biswas944" rel=noopener target="_blank"><img class="social_photo"
src="images/x_photo.png" alt="twitter_photo"></a></li>
</ul>
</nav>
<div><img id="photo" src="images/uday_photo.jpg" alt="uday_photo"></div>
</header>
<main id="main">
<section id="About">
<div class="heading">About</div>
Greetings! I'm Uday Biswas, an enthusiastic and driven software
developer who revels in the art of transforming abstract
concepts into functional, real-world applications. With a
relentless passion for problem-solving, I thrive on tackling
intricate challenges and uncovering elegant solutions that
streamline processes and elevate user experiences.
</section>
<section id="Skills">
<!-- <img src="/images/skills.jpg" alt="skills_photo" width="30"> -->
<span class="heading">Skills</span>
<div class="flex">
<div>CPP</div>
<div>Html</div>
<div>Css</div>
<div>Javascript</div>
<div>React</div>
</div>
</section>
<div class="heading">Education</div>
<section id="Education_flex">
<div class="educart">
<span class="date">2021-PRESENT</span><br>
<span class="degree">B.TECH. , CSE</span><br>
<!-- <div class="circle"></div> -->
<span class="institute">NIT Rourkela</span><br>
<span class="result">CGPA : 8.13/10 Till 4th Semester</span>
</div>
<div class="educart">
<span class="date">MAY 2020</span><br>
<span class="degree">INTERMEDIATE</span><br>
<!-- <div class="circle"></div> -->
<span class="institute">S.E.RLY.M.H. School, Bondamunda</span><br>
<span class="result">Percentage : 90.8%</span>
</div>
<div class="educart">
<span class="date">MAY 2018</span><br>
<span class="degree">MATRICULATION</span><br>
<!-- <div class="circle"></div> -->
<span class="institute">S.E.RLY.M.H. School, Bondamunda</span><br>
<span class="result">Percentage : 94.4%</span>
</div>
<div id="main_line">
<div id="line"></div>
<div class="circle" id="circle1"></div>
<div class="circle" id="circle2"></div>
<div class="circle" id="circle3"></div>
<div id="travel"><img src="images/aeroplane.jpg" alt="aeroplane" id="plane"></div>
</div>
</section>
<section id="projects">
<div class="heading">Achievements</div>
<div id="achieve">
<div class="cards" id="card1">
<h3>Frontend Development</h3>
<p>
learnt frontend development from W3Schools and
built many projects based on it.
<br>My fitness project is <a rel=noopener href="https://profit-fawn.vercel.app/"
target="_blank">here.</a>
</p>
</div>
<div class="cards">
<h3>Data Structures And Algorithms.</h3>
<p>
Completed a course on data structures And
algorithms offered by coding ninjas.
</p>
</div>
</div>
</section>
<section id="Experience_flex">
<div class="heading">Experience</div>
<div class="exp">
<span class="time">Nov 2022 - Dec 2022</span><br>
<span class="role">VR Developer Intern at SkilledSet, Odisha</span><br><br>
<div class="work">
Made a box-racing game, used several
C# scripts to add physics to the box, added many
obstacles onto the platform and improved the coding
part in the existing project.
</div>
</div>
</section>
<section id="Contacts">
<div class="heading">Contacts</div>
<p>
contact me via email : <a href="mailto:[email protected]">[email protected]</a>
</p>
<h4>Or</h4>
<div id="forms">
<form action="#">
<table>
<tr>
<th><label for="name">Name</label></th>
<td><input type="text" id="name" name="name" placeholder="Your name"></td>
</tr>
<tr>
<th><label for="email">Email</label></th>
<td><input type="email" id="email" name="email" placeholder="Your email.."></td>
</tr>
<tr>
<th id="sub"><label for="subject">Subject</label></th>
<td><textarea id="subject" name="subject" placeholder="Write something.."></textarea></td>
</tr>
</table>
<input id="submit" type="submit" value="Submit">
</form>
</div>
</section>
</main>
<div id="footer">
© 2023 All Rights Reserved.
</div>
</body>
</html>