-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
192 lines (179 loc) · 8.99 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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!DOCTYPE html>
<html lang="en">
<head>
<title>Richa</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap Stylesheet -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!-- Bootstrap Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@700&family=Dongle:wght@700&family=Oswald:wght@500&display=swap"
rel="stylesheet">
<!-- Font Awesome Scripts-->
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
<!-- Bootstrap Script -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<!-- Favicon -->
<link rel="favicon" href="images/fav.ico">
<!--My Stylesheet -->
<link rel="stylesheet" href="styles.css">
</head>
<body data-bs-spy="scroll" data-bs-target="#myScrollspy" data-bs-offset="0">
<div class="row">
<div class="col-lg-3">
<!-- navbar -->
<nav class="navbar fixed-top navbar-expand-lg navbar-dark align-items-stretch p-3" id="myScrollspy">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarTogglerDemo03">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo03">
<!-- me-auto mb-2 mb-lg-0 -->
<ul class="navbar-nav me-auto mb-2 mb-lg-0 nav nav-pills flex-column">
<li class="nav-item">
<a class="navbar-brand" href="#">
<img src="images/Profile.jpeg" alt="" width="160" height="170">
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#awards">Awards</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#interests">Interests</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#poi">POSITIONS</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<div class="col-lg-9">
<section id="about">
<h1>Richa <span class="lname">Shahi</span></h1>
<h4>Bangalore | <a href="tel:(+91) 9137883282" class="mail">(+91) 9137883282</a> |<a class="mail" href="mailto:[email protected]">
</h4>
<p>
I am a Computer Science Student who loves learning new concepts and leveraging them in robust
development. My projects resonate with new dynamic technologies and are viable for daily use. I am
looking forward to open-source collaboration and internship for honing my skills. Check my socials
or Contact me to find out about my projects.
</p>
<p id="social-icons">
<!-- Socials -->
<a href="https://www.reddit.com/user/Richa_200/" class="socials bi bi-reddit"></a>
<a href="https://www.instagram.com/2412_richashahi/" class="socials bi bi-instagram"></a>
<a href="https://in.linkedin.com/in/richa-shahi-598408213" class="socials bi bi-linkedin"></a>
<a href="https://twitter.com/RichaShahi14/" class="socials bi bi-twitter"></a>
<a href="https://github.com/200Richa/" class="socials bi bi-github"></a>
<hr>
</p>
</section>
<section id="experience">
<h2>EXPERIENCE</h2>
<h3>WEB DEVELOPER</h3>
<h4>Research-et-AL</h4>
<p>
The Official Technical Paper Reading vertical of CSE Club at PES University Bangalore
aiming to develop and cultivate a strong reserach community,
familarize students with the art of reading and writing scientific literature and explore the nuances
of what gets a paper published.
</p>
<hr>
</section>
<section id="education">
<h2>Education</h2>
<h3>PES University</h3>
<h4>BACHELOR OF TECHNOLOGY</h4>
<p>
Computer Science and Engineering
CGPA: 9.6
</p>
<hr>
</section>
<section id="skills">
<h2>Skills</h2>
<h3>PROGRAMMING LANGUAGES & TOOLS</h3>
<p>
<i class="tools bi bi-git"></i>
<i class="tools fab fa-html5"></i>
<i class="tools fab fa-css3-alt"></i>
<i class="tools fab fa-js-square"></i>
<i class="tools fab fa-python"></i>
<i class="tools fab fa-react"></i>
<i class="tools fab fa-node"></i>
<i class="tools fab fa-npm"></i>
<i class="tools fas fa-database"></i>
<i class="tools bi bi-bootstrap-fill"></i>
<img src="images/postgre.png" alt="" class="tools" height="80" width="70">
<img src="images/c-.png" alt="" class="tools" height="80" width="70">
<img src="images/flask.png" alt="" class="tools" height="80" width="70">
</p>
<h3>Workflow</h3>
<p>
<ul>
<li><i class="list-icon bi bi-check-all"></i> Mobile-First, Responsive Design</li>
<li><i class="list-icon bi bi-check-all"></i> Cross Browser Testing & Debugging</li>
<li><i class="list-icon bi bi-check-all"></i> Cross Functional Teams</li>
<li><i class="list-icon bi bi-check-all"></i> Agile Development & Scrum</li>
</ul>
</p>
<hr>
</section>
<!-- Awards -->
<section id="awards">
<h2>Awards and Certifications</h1>
<ul>
<li><i class="trophy bi bi-trophy-fill"></i>C.N.R. Scholarship</li>
<li><i class="trophy bi bi-trophy-fill"></i> PESU IO Certification-Data Sense</li>
<li><i class="trophy bi bi-trophy-fill"></i>Finalist Build Against The Virus - ACMW PESU</li>
</ul>
<hr>
</section>
<!-- Interests -->
<section id="interests">
<h2>Interest</h2>
<ul>
<li><i class="list-icon bi bi-bookmark-heart-fill"></i> Poetry</li>
<li><i class="list-icon bi bi-bookmark-heart-fill"></i> Sketching</li>
<li><i class="list-icon bi bi-bookmark-heart-fill"></i> Handicraft Designing</li>
</ul>
<hr>
<!-- Positons of Importance -->
</section>
<section id="poi">
<h2>Positions Of Importance</h2>
<ul>
<li><i class="list-icon bi bi-person-bounding-box"></i> Core Team Member at Iris open source CSE
</li>
</ul>
<hr>
</section>
</div>
</div>
<script src="app.js"></script>
</body>
</html>