Skip to content

Commit eed9bd8

Browse files
authored
Merge pull request #81 from DenisaCG/denisa
add Denisa to website
2 parents 0cd7737 + ec82533 commit eed9bd8

File tree

4 files changed

+148
-0
lines changed

4 files changed

+148
-0
lines changed

denisa.html

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
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>Denisa Checiu - Robotics Software Developer</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/Denisa.jpeg"
40+
srcset="img/avatar/Denisa@2x.jpeg 2x"
41+
class="img-circle avatar"
42+
/>
43+
<h3>
44+
<strong>Denisa Checiu</strong><br />
45+
Robotics Software Developer
46+
</h3>
47+
<div class="reseau">
48+
<a target="_blank" href="https://github.com/DenisaCG"><img class="twi-gith" src="img/github.svg"></a>
49+
</div>
50+
<p>@DenisaCG</p>
51+
</div>
52+
<div class="description">
53+
<p>
54+
<p>Denisa Checiu is a Robotics working student at QuantStack. She is a second year at Jacobs University Bremen,
55+
majoring in Robotics and Intelligent Systems and minoring in Computer Science.</p>
56+
57+
<p>Prior to QuantStack, she worked as a teaching assistant for the undergraduate course 'Programming in C and C++' and
58+
for the graduate course 'Data Acquisition and Sensors Network', alongside her role as a main organizer for
59+
<a target="_blank" href="https://jacobshack.com/">jacobsHack!</a>, one of the biggest student hackathons in Europe.
60+
She was also a programmer for WWF, working on an interactive notebook, as part of the 'Green Schools' project. </p>
61+
62+
<p>Bringing her experience, she is eager to learn and grow, while contributing to JupyterLab.</p>
63+
64+
</p>
65+
</div>
66+
</div>
67+
</div>
68+
</div>
69+
70+
<div class="spacer big"></div>
71+
72+
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
73+
<script src="js/jquery.min.js"></script>
74+
<!-- Include all compiled plugins (below), or include individual files as needed -->
75+
<script src="js/bootstrap.min.js"></script>
76+
77+
<div id="content-foot"></div>
78+
<script src="js/include-menus.js"></script>
79+
<script>
80+
function isInViewport(node) {
81+
var rect = node.getBoundingClientRect();
82+
return (
83+
(rect.height > 0 || rect.width > 0) &&
84+
rect.bottom >= 0 &&
85+
rect.right >= 0 &&
86+
rect.top <=
87+
(window.innerHeight || document.documentElement.clientHeight) &&
88+
rect.left <=
89+
(window.innerWidth || document.documentElement.clientWidth)
90+
);
91+
}
92+
93+
$(window).scroll(function () {
94+
var scrolled = $(window).scrollTop();
95+
$(".parallax").each(function (index, element) {
96+
var initY = $(this).offset().top + 200;
97+
var height = $(this).height();
98+
var endY = initY + $(this).height();
99+
// Check if the element is in the viewport.
100+
var visible = isInViewport(this);
101+
if (visible) {
102+
var diff = scrolled - initY;
103+
var ratio = Math.round((diff / height) * 100);
104+
var move = parseInt(-(ratio * 1.5));
105+
// if (move>90)move = 90;
106+
$(this).css("background-position", "center " + move + "px");
107+
}
108+
});
109+
110+
$(".icons").each(function (index, element) {
111+
var visible = isInViewport(this);
112+
if (visible) {
113+
$(".icon-content").each(function (index, element) {
114+
$(this)
115+
.delay(index * 500)
116+
.fadeIn();
117+
});
118+
}
119+
});
120+
});
121+
</script>
122+
</body>
123+
</html>

img/avatar/Denisa.jpeg

7.21 KB
Loading

img/avatar/Denisa@2x.jpeg

18.6 KB
Loading

the-team.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,31 @@ <h3><a href="javascript:;">Kedus Mathewos</a><br/>
474474
</div>
475475
</div>
476476
</div>
477+
478+
<div class="col-md-4">
479+
<div class="portrait-bis" >
480+
<div data-href="denisa.html">
481+
482+
<div class="haut-portrait">
483+
</div>
484+
<div class="text-center">
485+
<a href="javascript:;" class="img-circle avatar">
486+
<img src="img/avatar/Denisa.jpeg" srcset="img/avatar/Denisa@2x.jpeg 2x" class="img-circle avatar">
487+
</a>
488+
<h3><a href="javascript:;">Denisa Checiu</a><br/>
489+
Robotics Software Developer
490+
</h3>
491+
<a href="javascript:;"><img class="fleche" src="img/fleche-droite.svg"></a>
492+
</div>
493+
</div>
494+
<div class="text-center">
495+
<div class="reseau">
496+
<a target="_blank" href="https://github.com/DenisaCG"><img class="twi-gith" src="img/github.svg"></a>
497+
</div>
498+
<p>@DenisaCG</p>
499+
</div>
500+
</div>
501+
</div>
477502

478503

479504
<div class="col-md-4">

0 commit comments

Comments
 (0)