-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (93 loc) · 4.09 KB
/
index.html
File metadata and controls
100 lines (93 loc) · 4.09 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Stitiprajna Sahoo | Portfolio</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="p-5 bg-dark text-white text-center">
<h1>Stitiprajna Sahoo</h1>
<h5><em>Welcome to my portfolio</em></h5>
</div>
<nav class="navbar navbar-expand-sm bg-black navbar-dark">
<div class="container-fluid">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./images/2020CS10394_it.pdf">Resume</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Research and Publications</a>
</li>
</ul>
</div>
</nav>
<div class="container mt-5">
<div class="row">
<div class="col-sm-4">
<div class="container">
<div class="row">
<div class="col-sm-4">
<img src="./images/self_image.jpg" class="rounded-circle" alt="Stitiprajna Sahoo" width="235" height="235">
</div>
</div>
</div>
<!-- <p>Some text about me</p> -->
<h3 class="mt-4">Relevant links:</h3>
<ul class="nav nav-pills">
<li class="nav-item">
<a class="nav-link" href="https://www.linkedin.com/in/stitisahoo/"><i class="fa fa-linkedin-square" style="font-size:36px"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/Stiti-create"><i class="fa fa-github" style="font-size:36px"></i></a>
<li class="nav-item">
<a class="nav-link" href="https://codeforces.com/profile/dareme_u"><img src="./images/codeforces.png" class="rounded-circle" alt="Codeforces" width="38" height="36"></a>
</li>
</ul>
<hr class="d-sm-none">
</div>
<div class="col-sm-8">
<!-- <h2></h2> -->
<h2>About Me</h2>
<hr>
<p>Welcome to my homepage! I am a passionate 4th-year Computer Science and Engineering (CSE) student currently pursuing my B.Tech degree from IIT Delhi.
This page is a reflection of my journey, showcasing my love for technology, programming, and the endless possibilities that the world of computer science has to offer.</p>
<h3>Background</h3>
<hr>
<p>
I was born and brought up in Bhubaneswar, Odisha. I completed my schooling from <a href="https://davcsp.org/">D.A.V. Public School, Chandrasekharpur, Bhubaneswar</a> under CBSE. I scored <em>99.2%</em> in Class 10 Board
Examinations and <em>98.6%</em> in Class 12 Board Examinations.
</p>
<h3>Education</h3>
<hr>
<p>B.Tech, Computer Science and Engineering, <a href="https://home.iitd.ac.in/">IIT Delhi</a>, <em>CGPA: 8.56/10</em>
<span style="float:right;">
2020-2024
</span>
</p>
<h3>Skills and interests</h3>
<hr>
<p>
I am proficient in <em>C++, Python</em> and <em>Java</em>. I have a keen interest in <em>Machine Learning</em> and <em>Artifical Intelligence</em>.
I find <em>Competitive programming</em> and <em>Quantitative analysis of puzzles</em> quite fascinating. I have done all relevant fundamental courses of
Computer Science and like to connect the dots between theory and practice.
</p>
<p>Besides studies, I find solace in music, as I am a trained Hindustani vocalist. I also like to paint and travel</p>
</div>
</div>
</div>
<div class="mt-5 p-5 bg-dark text-white text-center">
<!-- <p>Footer</p> -->
</div>
</body>
</html>