Skip to content

Commit

Permalink
FRÜHJAHRSPUTZ TO FINISH: added Image Object Width and Height details …
Browse files Browse the repository at this point in the history
…and unbuggied the diagram
  • Loading branch information
mklemmingen committed Jan 16, 2025
1 parent 813b91e commit e3bc398
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
Binary file added documentation/chatbot_logs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/contacts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/experiences.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 0 additions & 7 deletions src/app/_components/CatBirdImpact.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@ const renderActiveShape = (props) => {
endAngle={endAngle}
fill={fill}
/>
<path d={`M${sx},${sy}L${mx},${my}L${ex},${ey}`} stroke={fill} fill="none"/>
<circle cx={ex} cy={ey} r={2} fill={fill} stroke="none"/>
<text x={ex + (cos >= 0 ? 1 : -1) * 12} y={ey} textAnchor={textAnchor}
fill="#333">{`${payload.name}`}</text>
<text x={ex + (cos >= 0 ? 1 : -1) * 12} y={ey} dy={18} textAnchor={textAnchor} fill="#999">
{`(${value})`}
</text>
</g>
);
};
Expand Down
6 changes: 6 additions & 0 deletions src/app/_sections/catOwn/EneffCare.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,26 @@ function EneffCare() {
src="/assets/img/pexels-curly-woman-with-charming-cat-6001208.jpg"
alt="Curly woman with a charming cat"
className="styled-image"
width={600}
height={400}
/>
</div>
<div className="image-block-eneffCare">
<Image
src="/assets/img/pexels-wojciech-kumpicki-1084687-2071873.jpg"
alt="Cat doing cat things"
className="styled-image"
width={600}
height={400}
/>
</div>
<div className="image-block-eneffCare">
<Image
src="/assets/img/pexels-tubiderler-18896527.jpg"
alt="Cat watching out of window"
className="styled-image"
width={600}
height={400}
/>
</div>
</div>
Expand Down
4 changes: 3 additions & 1 deletion src/app/_sections/catOwn/SustCatOwn.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ function SustCatOwn() {
</p>
</div>
<div className="right-container">
<Image src="/assets/img/cat_food.jpg" alt="cat" width={400} height={400}/>
<Image src="/assets/img/cat_food.jpg" alt="cat"
width={4000}
height={2000}/>
</div>
</div>

Expand Down

0 comments on commit e3bc398

Please sign in to comment.