-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
858 lines (744 loc) · 46.1 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
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
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Hima Bindu </title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<script src="https://code.iconify.design/2/2.0.3/iconify.min.js"></script>
<link href="assets/img/icon.jpg" rel="icon">
<link href="assets/img/apple.jpg" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Satisfy" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Laura - v4.1.0
* Template URL: https://bootstrapmade.com/laura-free-creative-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex justify-content-center align-items-center header-transparent">
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#resume">Resume</a></li>
<li><a class="nav-link scrollto" href="#services">Accomplishments</a></li>
<li><a class="nav-link scrollto " href="#portfolio">Projects</a></li>
<li class="dropdown"><a href="#"><span>Hobbies</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="paintings.html">Paintings</a></li>
<li><a href="https://hima-bindu.medium.com/">Blogs</a></li>
<li class="dropdown"><a href="#"><span>Reading</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="books.html">Books</a></li>
<!-- <li><a href="#">Books Reviews</a></li> -->
<li><a href="techbooks.html">Technical Books</a></li>
<!-- <li><a href="#">Blogs</a></li> -->
<!-- <li><a href="#">Deep Drop Down 5</a></li> -->
</ul>
</li>
<li><a href="coins.html">Coins Collecting</a></li>
<li><a href="photography.html">Photography</a></li>
<!-- <li><a href="#">Drop Down 4</a></li> -->
</ul>
</li>
<!-- <li><a class="nav-link scrollto" href="#contact">Contact</a></li> -->
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="hero-container">
<h1>Hima Bindu</h1>
<h2>Computer Science Student</h2>
<a href="#about" class="btn-scroll scrollto" title="Let's Go!"><i class="bx bx-chevron-down"></i></a>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Me Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="section-title">
<span>[She/her]</span>
<h2>About Me</h2>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Take charge of your life!
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<hr>
<!--<img src="avatar2.png" alt="Avatar" class="avatar"> -->
<p style="text-align:center;">
Hi there! I am Hima Bindu, a CS undergrad at <a href="http://gvpce.ac.in/">GVPCE(A)</a>.
Exploring computers and loving it. As a Computer Science and mathematics enthusiast I love learning new programming languages and building accessible software, Reading books and writing clean code. I also paint, design, motivate and teach. </p>
</div>
<p style="text-align:center;"> I didn't have any prior knowledge in Computer science domain until my Freshman's year. I explored various domains and figured out what i like to work on further.
I am interested in Theoretical computer science and problem solving. I have always been interested in mentorship and leadership positions.</p>
<strong> <p style="text-align:center";> <i class="bi bi-chevron-right"></i> Here are some skills I have developed in course of three years<i class="bi bi-chevron-left"></i> </p></strong>
<div class="row">
<!-- <div class="image col-lg-4 d-flex align-items-stretch justify-content-center justify-content-lg-start"></div> -->
<div class="col-lg-8 d-flex flex-column align-items-stretch">
<div class="content ps-lg-4 d-flex flex-column justify-content-center">
<div class="row">
<div class="col-lg-6">
<!-- <ul>
<li><i class="bi bi-chevron-right"></i> <strong>Name:</strong> <span>Hima Bindu Tenneti</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Twitter:</strong> <span><a href="https://twitter.com/BinduTenneti">@BinduTenneti</a></span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Phone:</strong> <span>+123 456 7890</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>City:</strong> <span>Vishakhapatnam, AP, India.</span></li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Age:</strong> <span>19</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Degree:</strong> <span></span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Email:</strong> <span>[email protected]</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Freelance:</strong> <span>Available</span></li>
</ul> -->
</div>
</div>
</div>
</div>
</div><!-- End .content-->
<!-- <div class="progress">
<span class="skill">Python <i class="val">75%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div> -->
<section id="about" class="about">
<div class="container">
<!-- <div class="section-title">
<span>About Me</span>
<h2>About Me</h2>
<p>Sit sint consectetur velit quisquam cupiditate impedit suscipit alias</p>
</div> -->
<div class="row">
<!-- <div class="image col-lg-4 d-flex align-items-stretch justify-content-center justify-content-lg-start"></div> -->
<!-- <div class="col-lg-8 d-flex flex-column align-items-stretch"> -->
<div class="content ps-lg-4 d-flex flex-column justify-content-center">
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Python:</strong> <span>Stylistically Very Comfortable.</style></span></li>
<li><i class="bi bi-chevron-right"></i> <strong>C:</strong> <span>Comfortable</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>C++:</strong> <span>Comfortable enough to implement DS & Algorithms</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Java:</strong> <span>New and learning</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Haskell:</strong> <span>Comfortable and learning</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>LaTeX:</strong> <span>Very comfortable and Used for almost every Formal Presentation</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Blender, Fspy:</strong> <span>Comfortable</span></li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>GIT:</strong> <span>Very comfortable</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Linux:</strong>Linux user since 2019 <span></span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Shell Scripting:</strong>New and Learning<span></span></li>
<li><i class="bi bi-chevron-right"></i> <strong>VIM:</strong> <span>Never used mouse while programming, haha, not funny?</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>HTML, CSS, Bootstrap:</strong>Comfortable<span></span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Designing</strong>Can help in any UI/UX design perspective.<span></span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Googling:</strong> <span>Well you know, it's a skill.</span></li>
</ul>
</div>
</div>
<!-- <div class="row mt-n4">
<div class="col-md-6 mt-5 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="bi bi-terminal" style="color: #91eb89;"></i>
<span data-purecounter-start="0" data-purecounter-end="8" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Projects</strong> </p>
<hr>
</div> -->
</div>
<!-- <div class="col-md-6 mt-5 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="bi bi-people" style="color: #2cbdee;"></i>
<span data-purecounter-start="0" data-purecounter-end="5" data-purecounter-duration="1" class="purecounter"></span>
<p><strong></strong></p>
</div>
</div> -->
<!-- <div class="col-md-6 mt-5 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="bi bi-palette" style="color: #dd30c0;"></i>
<span data-purecounter-start="0" data-purecounter-end="258" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Hours of Art and Painting since 2016</strong></p>
<hr>
</div>
</div> -->
<!-- <div class="col-md-6 mt-5 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="bi bi-bicycle" style="color: #0943c0;"></i>
<span data-purecounter-start="0" data-purecounter-end="126" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Hours of Problem-solving, DSA, Algorithms.</strong></p>
<hr>
</div> -->
</div>
</div>
</div>
<!-- <div class="progress">
<span class="skill">JavaScript <i class="val">75%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div> -->
</div>
</div>
</div>
</section><!-- End About Me Section -->
<!-- ======= My Resume Section ======= -->
<section id="resume" class="resume">
<div class="container">
<div class="section-title">
<span>My Resume</span>
<h2>My Resume</h2>
</div>
<div class="row">
<div class="col-lg-6">
<h3 class="resume-title">Introduction</h3>
<div class="resume-item pb-0">
<h4>Hima Bindu Tenneti</h4>
<p><em>I am a CS undergrad @ GVPCE(A). </em></p>
<p>
<ul>
<li>Andhra Pradesh, India</li>
<li>[email protected]</li>
</ul>
</p>
</div>
<h3 class="resume-title">Education</h3>
<div class="resume-item">
<h4>Bachelor's of Technology</h4>
<h5>2019 - Present</h5>
<p><em>Gayatri Vidya Parishad college of engineering(Autonomous)</em></p>
<p>Second year undergrad. </p>
CGPA: <h5>8.17</h5>
</div>
<div class="resume-item">
<h4>Intermediate(+1, +2)</h4>
<h5>2017 - 2019</h5>
<p><em>Sri Chaitanya Junior college</em></p>
CGPA: <h5>9.42</h5>
</div>
<div class="resume-item">
<h4>Schooling</h4>
<h5>Till 2017</h5>
<p><em>Pereira English Noble School.</em></p>
GPA: <h5>9.7</h5>
</div>
</div>
<div class="col-lg-6">
<h3 class="resume-title">Worked On</h3>
<div class="resume-item">
<h4>•> JLox - Intrepreter:</h4>
<p><em>Worked on Lexer, Evaluating expressions, Control and Conditional Flow for developing Lox Language. Crafting Intrepreters is our Major Reference.</em></p>
<h4>•> Laser Communication</h4>
<p><em>Worked with a team on developing proof of concept for Laser Communication. Contributed to the source to transmit data using laser to a reciever(solar panel).</em></p>
<h4>•> Quantum Computer Lab:</h4>
<p><em>A 3D modelling group project, implemented Quantum Computer and the Lab in Blender.</em></p>
<h4>•> WordKell:</h4>
<p><em>A word game writen in Haskell</em></p>
<h4>•> Classic Conway's Game-of-life:</h4>
<p><em>A cellular automaton built using Pygame.</em></p>
<h4>•> Certificate generator</h4>
<p><em>Can be used to create lot of Certificates with ease. Wrote in Python.</em></p>
<h4>•> Blog-API:</h4>
<p><em>An API writen in Python and SQL.It’s a Database for blogs</em></p>
<h4>•> Mission-21:</h4>
<p><em>A ChatBot for a website using Google's DialogFlow. Trained with nearly 600 - 700 queries.</em></p>
<h4>•> Harry Potter's Invisible Cloak:</h4>
<p>An OpenCV project which replicates the Harry Potter’s Invisible cloak.</p>
<h4>•> Amoeba</h4>
<p>Made a simple documentation replica with Sphinx - Python.</p>
</div>
<h3 class="resume-title">Currently working on</h3>
<div class="resume-item">
<h4>Working with few friends on a community project</h4>
<p><em>We are developing a product, an Artificial Window to be precise. I am contributing to the backend and also designing/figuring out how the software and hardware interface should be like. We will be using Elixir and Pheonix for the backend. Yep, Functional Programming FTW!!!</em></p>
</div>
<div class="resume-item">
<h4>Reading Aurélien Géron's Machine Learning Book</h4>
<p><em>It's soooooo good and all the examples are very helpful.</em></p>
</div>
<div class="resume-item">
<h4>Problem solving</h4>
<p><em>Enjoying the art of solving problems under interview pressure, hehe.</em></p>
</div>
<div class="resume-item">
<h4>Will be working on our mini project</h4>
<p><em>Object Detection</Object></em></p>
</div>
<!-- <div class="resume-item">
<h3>Accomplishments</h3>
<p> </p>
<h4>•> TanlentSprint-Google's Women Engineers Program</h4>
<p><em>One of 126 first year undergrad girls all over India,
who got selected over four-staged selection process for a 2 year training program with scholarship by Talentsprint and google.</em></p>
<h4>•> Vice Chair of IEEE's CS society</h4>
<p><em>Part of thriving IEEE's Student branch in GVPCE(A) as a vice chair person of CS society.</em></p>
<h4>•> All-rounder in GVP-DSC club </h4>
<p><em>Core member in GDSC lead at GVPCE(A)</em></p>
</div> -->
</div>
<!-- <div class="btn-wrap">
<a href="Hima Bindu Resume.pdf" class="btn-buy">My Resume</a>
</div> -->
</div>
</div>
<!-- <div class="text-center"><a class="btn btn-primary btn-lg" href="Hima Bindu.pdf" class="fa fa-download" download> Download Resume </button></a> -->
</div>
</div>
</section><!-- End My Resume Section -->
<!-- ======= My Services Section ======= -->
<section id="services" class="services">
<div class="container">
<div class="section-title">
<span>Accomplishments and Communities</span>
<h2>Accomplishments and communities</h2>
<p>I very much enjoy being part of communities, One of the Great things about communities is that we can learn and share our knowledge at the same time. Thankfully, i'm part of various communities and that is the one of things drives me to explore and learn different things everyday!.</p>
<hr>
<p>Computers and Communities keep me going.</p>
</div>
<div class="row">
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box">
<div class="icon"><i class="bx bx-world"></i></div>
<h4 class="title"><a href="https://we.talentsprint.com/">TalentSprint-Google's Women Engineers Program</a></h4>
<p class="description">One of 126 first year undergrad girls all over India,
who got selected over four-staged selection process for a
2-year training program with scholarship by Talentsprint and Google.</p>
<em><b><small>2019 march - 2022 April</small></b></em>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box">
<div class="icon"><i class="bx bx-anchor"></i></div>
<h4 class="title"><a href="https://gdsc.community.dev/gvp-college-of-engineering/">Google's Developer Student's Club @GVPCE</a></h4>
<p class="description">Graduated as GDSC GVP Lead </p>
<p class="description">Met lot of amazing people and made great friends. A.K.A Ice gola ifykyk</p>
<em><b><small>2021 July - 2022 July</small></b></em>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box">
<div class="icon"><i class="bx bx-anchor"></i></div>
<h4 class="title"><a>GVP AI Club Lead @GVP</a></h4>
<p class="description">GVP AI Club lead at GVPCE(A) for a Team of 30 amazing people. Building a local community in our college step by step.</p>
<p class="description">P.S: We would love to collaborate with other clubs! Contact us :D</p>
<em><b><small>2021 July - 2022 July</small></b></em>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box">
<div class="icon"><i class="bx bx-brain"></i></div>
<h4 class="title"><a href="http://ieeesbgvpce.org/index.html">Secretary @IEEE Student Branch</a></h4>
<p class="description">Part of thriving IEEE's Student branch Excom 2021-22 @GVPCE(A) as a Secretary. We organize lot of events for Student members and tech enthusiasts.</p>
<em><b><small>2021 August - Present</small></b></em>
</div>
</div>
<p> </p>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box">
<div class="icon"><i class="bx bx-group"></i></div>
<h4 class="title"><a href="">Won 2nd place in a E-Yantra Design Sprint as a Team</a></h4>
<p class="description">Worked with blender, documented, designed and implemented a Quantum Computer Lab as a Team of 4</p>
<em><b><small>2021 August - 2021 September</small></b></em>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box">
<div class="icon"><i class="bx bx-anchor"></i></div>
<h4 class="title"><a href="http://ieeesbgvpce.org/ieee_cs.html?i=1">Vice Chairperson @IEEE SB CS society</a></h4>
<p class="description">Part of thriving IEEE's Student branch in GVPCE(A) as a vice chair person of CS society. We organize lot of events for Student members and tech enthusiasts.</p>
<em><b><small>2021 March - 2021 August</small></b></em>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box">
<div class="icon"><i class="bx bx-bolt-circle"></i></div>
<h4 class="title"><a>Organized over 40+ events</a></h4>
<p class="description">Technical and Non Technical Events are something that keeps our campus alive, got to organize most of them with my team and enjoyed every bit of it.</p>
<em><b><small>2020 - Present</small></b></em>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box">
<div class="icon"><i class="bx bx-file"></i></div>
<h4 class="title"><a href="">Poster Presentations</a></h4>
<p class="description">•> Certified for Satkarya's Poster presentation in the domain of Health-Care.</p>
<p class="description">•> Participated for a poster presentation on women empowerment at GVPCE(A).</p>
<em><b><small>2019</small></b></em>
</div>
</div>
<p> </p>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box">
<div class="icon"><i class="bx bx-award"></i></div>
<h4 class="title"><a href="https://ieeextreme.org/ambassadors/">IEEE XTREME Ambassador</a></h4>
<p class="description">Ambassador for IEEE XTREME 15.0</p>
<em><b><small>2021 July - 2022 March</small></b></em>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box">
<div class="icon"><i class="bx bx-bolt-circle"></i></div>
<h4 class="title"><a href="https://studentambassadors.microsoft.com/">Microsoft Learn Student Ambassadors</a></h4>
<p class="description">A new MLSA, working on things to level up to alpha MLSA.</p>
<em><b><small>2021 June - 2022 March</small></b></em>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box">
<div class="icon"><i class="bx bx-extension"></i></div>
<h4 class="title"><a href="https://twitter.com/BinduTenneti/status/1335188569518829569">Core member DSC-GVP</a></h4>
<p class="description">Core member in GDSC(formerly known as DSC) as an All-rounder lead at GVPCE(A)</p>
<em><b><small>2020 August - 2021 June </small></b></em>
</div>
</div>
</div>
</div>
</section><!-- End My Services Section -->
<!-- ======= Testimonials Section ======= -->
<section id="testimonials" class="testimonials">
<div class="container position-relative">
<div class="testimonials-slider swiper-container" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/1.jpg" class="testimonial-img" alt="">
<!-- <h3>"It is The ultimate test of whether I understand something is if I can explain it to a computer. I can say something to you and
you’ll nod your head, but I’m not sure that I explained it well. But the computer doesn’t nod its head. It repeats back exactly what I tell it. In most of life, you can bluff, but not with computers." -- Donald Knuth</h3>
<h4>Ceo & Founder</h4> -->
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
"It is The ultimate test of whether I understand something is if I can explain it to a computer. I can say something to you and you’ll nod your head, but I’m not sure that I explained it well. But the computer doesn’t nod its head. It
repeats back exactly what I tell it. In most of life, you can bluff, but not with computers." - Donald Knuth
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/2.jpg" class="testimonial-img" alt="">
<!-- <h3>Sara Wilsson</h3>
<h4>Designer</h4> -->
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Programs must be written for
people to read, and only incidentally for machines to execute. - Hal Abelson, SICP
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/3.jpg" class="testimonial-img" alt="">
<!-- <h3>Jena Karlis</h3>
<h4>Store Owner</h4> -->
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
It's not Bragging when it's based on facts! - #IAmRemarkable
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/4.jpg" class="testimonial-img" alt="">
<!-- <h3>Matt Brandon</h3>
<h4>Freelancer</h4> -->
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
If you have some work to be done, Give it to a Busy person because the other types don't have time. - Unknown.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/5.jpg" class="testimonial-img" alt="">
<!-- <h3>John Larson</h3>
<h4>Entrepreneur</h4> -->
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
"It is not knowledge, but the act of learning, not possession
but the act of getting there which generates the greatest satisfaction" - C.F. Gauss
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Testimonials Section -->
<!-- ======= My Portfolio Section ======= -->
<section id="portfolio" class="portfolio">
<div class="container">
<div class="section-title">
<span>My Projects</span>
<h2>My Projects</h2>
<p>Projects that I worked on while learning and exploring various domains.</p>
</div>
<ul id="portfolio-flters" class="d-flex justify-content-center">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-app">IOT</li>
<li data-filter=".filter-card">Programming</li>
<li data-filter=".filter-web">Design and Non-programming</li>
</ul>
<div class="row portfolio-container">
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-img"><img src="assets/img/portfolio/10.jpeg" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>Helios GEN-2</h4>
<p>An Artificial Window</p>
<a href="assets/img/portfolio/10.jpeg" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="A Community project of developing an Artificial Window, Contributing to the backend and interfacing software and hardware."><i class="bx bx-plus"></i></a>
<a href="" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-img"><img src="assets/img/portfolio/8.png" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>JLox - Intrepreter</h4>
<p>An Intrepreter for Lox programming language.</p>
<a href="assets/img/portfolio/8.png" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="Implemented using Java, Referred a lot of code from crafting Intrepreters but learnt some cool things abput compilers & intrepreters."><i class="bx bx-plus"></i></a>
<a href="https://github.com/himabindu-run/Mission-Compile" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-img"><img src="assets/img/portfolio/9.jpeg" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>LASER COMMUNICATION</h4>
<p>Proof of concept for LiFi</p>
<a href="assets/img/portfolio/9.jpeg" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="Collaborated with friends in ECE and made this together. Learnt pretty basic things in communications domain and enjoed a lot working on it."><i class="bx bx-plus"></i></a>
<a class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-img"><img src="assets/img/portfolio/0.png" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>3D Quantum Computer Lab</h4>
<p>Designed using Blender(Group project)</p>
<a href="assets/img/portfolio/0.png" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="We made this in a span of 25-30days. Learnt a lot about 3D modeling, design and Blender. Click on the link and Take a look at the video!!!"><i class="bx bx-plus"></i></a>
<a href="https://youtu.be/NSRRPn04dDA" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-img"><img src="assets/img/portfolio/1.png" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>Conway's Game-of-life</h4>
<p>A classic game in python</p>
<a href="assets/img/portfolio/1.png" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="Game with python. But more focused on good and clean coding then the interface."><i class="bx bx-plus"></i></a>
<a href="https://github.com/himabindu-run/game-of-life" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-img"><img src="assets/img/portfolio/2.png" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>Mission-21</h4>
<p>WEBOTO-A ChatBot(Group Project)</p>
<a href="assets/img/portfolio/2.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="Group Project with two dear friends 2019 summer."><i class="bx bx-plus"></i></a>
<a href="https://gitlab.com/Riddhi2001/mission-21" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-img"><img src="assets/img/portfolio/3.png" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>API</h4>
<p>A Python-Flask-SQL API</p>
<a href="assets/img/portfolio/3.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="For learning about APIs with a good friend @p2pdops(github)."><i class="bx bx-plus"></i></a>
<a href="https://github.com/himabindu-run/Blog-API" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-img"><img src="assets/img/portfolio/4.png" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>WordKell</h4>
<p>A Haskell game</p>
<a href="assets/img/portfolio/portfolio-4.png" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="Worked on it to learn Haskell + also course work for a course on udemy. Useful for learning Haskell for a beginner or like a refresher."><i class="bx bx-plus"></i></a>
<a href="https://github.com/himabindu-run/WordKell" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-img"><img src="assets/img/portfolio/5.png" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>Amoeba</h4>
<p>Documentation Template with Sphinx</p>
<a href="assets/img/portfolio/5.png" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="Web Designing. But learnt about .rst files and lot more."><i class="bx bx-plus"></i></a>
<a href="https://github.com/himabindu-run/amoeba" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-img"><img src="assets/img/portfolio/6.png" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>Invisible Cloak</h4>
<p>A Python-OpenCV project</p>
<a href="assets/img/portfolio/6.png" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="Python"><i class="bx bx-plus"></i></a>
<a href="https://github.com/himabindu-run/Typical-Harry-Cloak" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-img"><img src="assets/img/portfolio/7.png" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>Certificate-generator</h4>
<p>Using just a for loop.</p>
<a href="assets/img/portfolio/7.png" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="Python"><i class="bx bx-plus"></i></a>
<a href="https://github.com/himabindu-run/Certificate-generator" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<!-- <div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-img"><img src="assets/img/portfolio/8.jpg" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>Card 3</h4>
<p>Card</p>
<a href="assets/img/portfolio/8.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="Card 3"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-img"><img src="assets/img/portfolio/9.jpg" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>Web 3</h4>
<p>Web</p>
<a href="assets/img/portfolio/9.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="Web 3"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div> -->
</div>
<hr>
<h4>.If you liked this so far, why don't you take a look at Hobbies section too. Ngl, they are go00o0o0o0o0o0o0od.</h4>
<hr>
</div>
</section><!-- End My Portfolio Section -->
<!-- ======= Pricing Section ======= -->
<!-- <section id="pricing" class="pricing">
End Pricing Section -->
<!-- ======= Contact Me Section ======= -->
<!-- <section id="contact" class="contact">
<div class="container">
<div class="section-title">
<span>Contacts</span>
<h2>Contacts</h2>
<p>If you want to reach me or want to talk about something interesting, here you go!</p>
</div>
<div class="row">
<div class="col-lg-6">
<div class="row">
<div class="col-md-12">
<div class="info-box">
<i class="bx bx-share-alt"></i>
<h3>Social Profiles</h3>
<div class="social-links">
<a href="https://twitter.com/BinduTenneti" class="twitter"><i class="bx bi-twitter"></i></a>
<a href="https://hima-bindu.medium.com/" class="medium"><i class="bx bxl-medium"></i></a>
<a href="https://www.instagram.com/himaaa.a/" class="instagram"><i class="bx bi-instagram"></i></a>
<a href="https://github.com/himabindu-run" class="github"><i class="bx bi-github"></i></a>
<a href="https://gitlab.com/bindo" class="gitlab"><i class="bx bxl-gitlab"></i></a>
<a href="https://www.linkedin.com/in/hima-bindu-002a45194/" class="linkedin"><i class="bx bi-linkedin"></i></a>
</div>
--> <!-- <div class="social-links">
<a href="#" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="#" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="#" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="#" class="google-plus"><i class="bi bi-skype"></i></a>
<a href="#" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div> -->
<!-- </div>
</div>
<div class="col-md-6">
<div class="info-box mt-4">
<i class="bx bx-envelope"></i>
<h3>Email Me</h3>
<p>[email protected]</p>
<p>[email protected]</p>
</div>
</div>
<div class="col-md-6">
<div class="info-box mt-4">
<i class="bx bx-bell"></i>
<h3>Ping Me</h3>
<p>@BinduTenneti on twitter</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="col-md-6 form-group mt-3 mt-md-0">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="message" rows="6" placeholder="Message" required></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</section> --><!-- End Contact Me Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<h3>Hima Bindu 🐦</h3>
<p>You can reach me here!</p>
<div class="social-links">
<a href="https://github.com/himabindu-run" class="github"><i class="bx bxl-github"></i></a>
<a href="https://gitlab.com/bindo" class="gitlab"><i class="bx bxl-gitlab"></i></a>
<a href="https://hima-bindu.medium.com/" class="Medium"><i class="bx bxl-medium"></i></a>
<a href="https://www.linkedin.com/in/hima-bindu-002a45194/" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://twitter.com/BinduTenneti" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://www.instagram.com/himaaa.a/" class="instagram"><i class="bx bxl-instagram"></i></a>
</div>
<div class="copyright">
© Copyright <strong><span>Hima Bindu Tenneti</span></strong>. All Rights Reserved ❤️
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/laura-free-creative-bootstrap-theme/ -->
Template by <a href="https://bootstrapmade.com/">BootstrapMade</a> I recreated the CSS files and some animations though :D
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>