Skip to content

Commit 5e670a5

Browse files
Merge pull request #107 from anutosh491/Add-Anutosh
Added Anutosh Bhat to the Team
2 parents b1f9e0a + e443d6a commit 5e670a5

File tree

4 files changed

+147
-0
lines changed

4 files changed

+147
-0
lines changed

anutosh.html

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1" />
8+
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
9+
<!-- Bootstrap -->
10+
<link href="css/bootstrap.min.css" rel="stylesheet" />
11+
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
12+
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
13+
<!--[if lt IE 9]>
14+
<script src="js/html5shiv.min.js"></script>
15+
<script src="js/respond.min.js"></script>
16+
<![endif]-->
17+
18+
<link href="css/styles.css" rel="stylesheet" />
19+
<title>Anutosh Bhat - Scientific Software Development Intern</title>
20+
</head>
21+
<body>
22+
<div id="content-head"></div>
23+
<div class="container-fluid fond fond5 parallax">
24+
<div class="container">
25+
<div class="col-md-10 col-md-push-1 fleche-retour">
26+
<a href="the-team.html"
27+
><img class="fleche-gauche" src="img/fleche-gauche.svg" /><span
28+
>The team</span
29+
></a
30+
>
31+
</div>
32+
</div>
33+
</div>
34+
<div class="container">
35+
<div class="col-md-8 col-md-push-2">
36+
<div class="fiche">
37+
<div class="text-center">
38+
<img
39+
src="img/avatar/Anutosh.jpg"
40+
srcset="img/avatar/Anutosh.jpg 2x"
41+
class="img-circle avatar"
42+
width="20%"
43+
height="20%"
44+
/>
45+
<h3>
46+
<strong>Anutosh Bhat</strong><br />
47+
Scientific Software Development Intern
48+
</h3>
49+
<div class="reseau">
50+
<a target="_blank" href="https://github.com/anutosh491"><img class="twi-gith" src="img/github.svg"></a>
51+
</div>
52+
<p>@anutosh491</p>
53+
</div>
54+
<div class="description">
55+
<p align="justify">
56+
Anutosh is a Scientific Software Development Intern at QuantStack.
57+
He is currently a final-year undergraduate student pursuing an Integrated Dual Degree (Bachelors & Masters) at the Indian Institute of Technology, Madras, specializing in Data Science.
58+
His deep interest lies in Applied Mathematics, Compiler Design, and Numeric/Scientific Computing in general.
59+
</p>
60+
<p align="justify">
61+
Talking about his work for the open source community, Anutosh currently maintains the Series & Limits module at <a href="https://www.sympy.org/en/index.html">SymPy</a> and the Symbolics module at <a href="https://lpython.org/">LPython</a>
62+
</p>
63+
<p align="justify">
64+
In his free time he likes to cycle, play the piano and create music.
65+
</p>
66+
</div>
67+
</div>
68+
</div>
69+
</div>
70+
71+
<div class="spacer big"></div>
72+
73+
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
74+
<script src="js/jquery.min.js"></script>
75+
<!-- Include all compiled plugins (below), or include individual files as needed -->
76+
<script src="js/bootstrap.min.js"></script>
77+
78+
<div id="content-foot"></div>
79+
<script src="js/include-menus.js"></script>
80+
<script>
81+
function isInViewport(node) {
82+
var rect = node.getBoundingClientRect();
83+
return (
84+
(rect.height > 0 || rect.width > 0) &&
85+
rect.bottom >= 0 &&
86+
rect.right >= 0 &&
87+
rect.top <=
88+
(window.innerHeight || document.documentElement.clientHeight) &&
89+
rect.left <=
90+
(window.innerWidth || document.documentElement.clientWidth)
91+
);
92+
}
93+
94+
$(window).scroll(function () {
95+
var scrolled = $(window).scrollTop();
96+
$(".parallax").each(function (index, element) {
97+
var initY = $(this).offset().top + 200;
98+
var height = $(this).height();
99+
var endY = initY + $(this).height();
100+
// Check if the element is in the viewport.
101+
var visible = isInViewport(this);
102+
if (visible) {
103+
var diff = scrolled - initY;
104+
var ratio = Math.round((diff / height) * 100);
105+
var move = parseInt(-(ratio * 1.5));
106+
// if (move>90)move = 90;
107+
$(this).css("background-position", "center " + move + "px");
108+
}
109+
});
110+
111+
$(".icons").each(function (index, element) {
112+
var visible = isInViewport(this);
113+
if (visible) {
114+
$(".icon-content").each(function (index, element) {
115+
$(this)
116+
.delay(index * 500)
117+
.fadeIn();
118+
});
119+
}
120+
});
121+
});
122+
</script>
123+
</body>
124+
</html>

img/avatar/Anutosh.jpg

5.52 KB
Loading

img/avatar/Anutosh@2x.jpg

14.3 KB
Loading

the-team.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,29 @@ <h3><a href="javascript:;">Julien Jerphanion</a><br/>
564564
</div>
565565
</div>
566566
</div>
567+
<div class="col-md-4">
568+
<div class="portrait-bis">
569+
<div data-href="anutosh.html">
570+
<div class="haut-portrait">
571+
</div>
572+
<div class="text-center">
573+
<a href="javascript:;" class="img-circle avatar">
574+
<img src="img/avatar/Anutosh.jpg" srcset="img/avatar/Anutosh@2x.jpg 2x" class="img-circle avatar">
575+
</a>
576+
<h3><a href="javascript:;">Anutosh Bhat</a><br/>
577+
Scientific Software Development Intern
578+
</h3>
579+
<a href="javascript:;"><img class="fleche" src="img/fleche-droite.svg"></a>
580+
</div>
581+
</div>
582+
<div class="text-center">
583+
<div class="reseau">
584+
<a target="_blank" href="https://github.com/anutosh491"><img class="twi-gith" src="img/github.svg"></a>
585+
</div>
586+
<p>@anutosh491</p>
587+
</div>
588+
</div>
589+
</div>
567590
</div>
568591
</div>
569592

0 commit comments

Comments
 (0)