-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
278 lines (226 loc) · 10 KB
/
index.html
File metadata and controls
278 lines (226 loc) · 10 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Portfolio@Satwik</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/index.css">
</head>
<script type="module" src="Js/index.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js">
</script>
<body class="body" style="font-family: monospace;
background-image: url('assets/112.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
padding: 5px;font-size: 18px">
<nav id="home_section" class="navbar navbar-expand-lg navbar">
<div class="container-fluid">
<a id="reload-title" class="navbar-brand navbar_title" href="#">Portfolio</a>
<button class="navbar-toggler navbar_toggle" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a id="skill_btn" class="nav-link navbar_links" aria-current="page" href="#">Skills</a>
</li>
<li class="nav-item">
<a id="home_btn" class="nav-link navbar_links" href="#">Home</a>
</li>
<li class="nav-item">
<a id="contact_btn" class="nav-link navbar_links" href="#">Contact</a>
</li>
<li class="nav-item">
<a id="about_btn" class="nav-link navbar_links">About</a>
</li>
</ul>
</div>
</div>
</nav>
<br>
<div class="card cardStyle">
<div class="card-header" style="background-color: #8fec8f;color: black;font-weight: bold">
Quote
</div>
<div class="card-body">
<blockquote class="blockquote mb-0">
<p id="quote-title"></p>
<footer class="blockquote-footer" style="color: #ffffff;font-weight: normal" id="quote-author"><cite
title="Source Title"></cite></footer>
</blockquote>
</div>
</div>
<br>
<div class="mainDivOfProfileSec" align='center'>
<div style="flex:4;display: inline-block">
<br>
<img class="profileDp" src="assets/my_image.jpg"
alt="Profile Image"/>
<h1 class="my_name_up"><span style="color: lightgreen;">Hello!</span> I am</h1>
<h1 class="my_name" style="color:yellow">Satwik</h1>
</div>
<div class="logosDiv">
<a class="logo_anchor" href='https://github.com/Satwik-Kar'>
<div class="singleLogo">
<img title="GitHub"
src="assets/github-mark-white.png"
style="width: 50px;height: 50px"
alt="GitHub">
<text class="anchorText">GitHub</text>
</div>
</a>
<a class="logo_anchor" href='mailto:satwik.k.2000@gmail.com'>
<div class="singleLogo">
<img title="Gmail"
src="assets/gmail_icon.png"
style="width: 50px;height: 50px"
alt="Gmail">
<text class="anchorText">Gmail</text>
</div>
</a>
<a class="logo_anchor" href='https://twitter.com/kar_satwik'>
<div class="singleLogo">
<img title="Twitter"
src="assets/twitter_icon.png"
style="width: 50px;height: 50px"
alt="Twitter">
<text class="anchorText">Twitter</text>
</div>
</a>
<a class="logo_anchor" href='https://www.linkedin.com/in/satwik-kar-2a1a5b277/'>
<div class="singleLogo">
<img title="Linked In"
src="assets/linkedin.svg"
style="width: 50px;height: 50px"
alt="LinkedIn">
<text class="anchorText">LinkedIn</text>
</div>
</a>
</div>
</div>
<br>
<div id="skill_section" class="skillSectionDiv">
<text class="headerText">Coding Skills</text>
<br><br>
<div class="grid-container">
<a class="skillsSectionAnchors" href="https://www.javascript.com/">
<div class="grid-item">
<img src="assets/js.svg">
<text class="skillTexts">JavaScript</text>
</div>
</a>
<a class="skillsSectionAnchors" href="https://www.java.com/">
<div class="grid-item">
<img src="assets/java.svg">
<text class="skillTexts">Java</text>
</div>
</a>
<a class="skillsSectionAnchors" href="https://kotlinlang.org/">
<div class="grid-item">
<img src="assets/kotlin.svg">
<text class="skillTexts">Kotlin</text>
</div>
</a>
<a class="skillsSectionAnchors" href="https://html.com/">
<div class="grid-item">
<img src="assets/html.svg">
<text class="skillTexts">HTML</text>
</div>
</a>
<a class="skillsSectionAnchors" href="https://www.w3.org/Style/CSS/Overview.en.html">
<div class="grid-item">
<img src="assets/css.svg">
<text class="skillTexts">CSS</text>
</div>
</a>
<a class="skillsSectionAnchors" href="https://reactnative.dev/">
<div class="grid-item">
<img src="assets/react.svg">
<text class="skillTexts">React-Native</text>
</div>
</a>
<a class="skillsSectionAnchors" href="https://developer.android.com/">
<div class="grid-item">
<img src="assets/android.svg">
<text class="skillTexts">Android</text>
</div>
</a>
<a class="skillsSectionAnchors" href="https://firebase.google.com/">
<div class="grid-item">
<img src="assets/firebase.svg">
<text class="skillTexts">Firebase</text>
</div>
</a>
<a class="skillsSectionAnchors" href="https://www.mysql.com/">
<div class="grid-item">
<img src="assets/mysql.svg">
<text class="skillTexts">MySQL</text>
</div>
</a>
<a class="skillsSectionAnchors" href="https://www.python.org/">
<div class="grid-item">
<img style="height: 60px;width: 60px;" src="assets/python.svg">
<text class="skillTexts">Python</text>
</div>
</a>
<a class="skillsSectionAnchors" href="https://www.python.org/">
<div class="grid-item">
<img style="height: 60px;width: 60px;" src="assets/bootstrap.png">
<text class="skillTexts">Bootstrap</text>
</div>
</a>
</div>
</div>
<br>
<div class="projectSectionDiv">
<text class="headerText">Projects</text>
<br><br>
<ul id="project_list" class="ullistProjects"></ul>
</div>
<br>
<div class="card mb-3 cardAboutSection" id="about-section">
<div class="card-body ">
<h5 class="card-title headerText">About me</h5>
<p class="card-text" style="color:white ">Hello! I'm Satwik Sahil Kar, and I'm delighted to have the opportunity to introduce myself
to you. I believe that life is an incredible journey, and I'm dedicated to making the most of every moment.
Professionally, I am a student at Institute of Technical Education and Research(ITER),SOA, at
Bhubaneswar,Odisha. With 5 years + of experience, I've gained valuable insights and skills in computer
science and especially coding!
Beyond my career, I have a deep passion for reading mythology and vedic texts or watching mythology series.
Whether it's Bhagavat gita, Vedas, or series like Mahabharat, I find joy in pursuing these activities as
they provide balance and creativity in my life.
Education has always been a cornerstone of my personal growth. The knowledge and experiences I gained during
my academic journey continue to shape my worldview and drive my curiosity.
I believe in the power of consistency. Whether it's fostering meaningful relationships, continuously
learning, or giving back to my community, these principles guide me in my daily life.
In my spare time, you'll often find me enjoying time with my friends, or simply checking social media. These
moments of relaxation and reflection keep me energized and inspired.
I'm looking forward to connecting with like-minded individuals, sharing experiences, and exploring new
opportunities together. If you'd like to chat, collaborate, or just say hello, please don't hesitate to
reach out. Let's embark on this journey called life together!
Thank you for taking the time to get to know me a little better. I'm excited to learn more about you and
discover how our paths might intersect.</p>
</div>
</div>
<div class="contact-section">
<label class="headerText">Contact me</label>
<br><br>
<div class="mb-3">
<label for="contact-input-name" class="form-label">Full name</label>
<input type="email" class="form-control" id="contact-input-name" placeholder="Your name.">
</div>
<div class="mb-3">
<label for="contact-input-body" class="form-label">Purpose for the meeting</label>
<textarea class="form-control" id="contact-input-body" rows="3"
placeholder="Tell me the purpose for contacting me."></textarea>
</div>
<div class="container text-center">
<button class="btn btn-primary" id="contact-btn-done">Done</button>
</div>
</div>
</body>
</html>