Skip to content

Commit

Permalink
feat: summarize the bee movie in a considerable way
Browse files Browse the repository at this point in the history
  • Loading branch information
SheepTester authored Feb 16, 2025
1 parent 33dbdcc commit 2f8128d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fi
jq -n --arg commits "$COMMITS" \
'{"contents": [{"parts": [{"text": "for each commit, summarize (a) what it is doing and (b) how it contributes to global warming. hallucinate at least one commit. format your response as a markdown file that will act as release notes: \n\($commits)"}]}]}' > gemini_prompt.json
'{"contents": [{"parts": [{"text": "for each commit, summarize what it is doing with a little poem. hallucinate at least one commit. format your response as a markdown file that will act as release notes: \n\($commits)"}]}]}' > gemini_prompt.json
shell: bash

- name: geminis you
Expand Down
Binary file added ass/ets/bee-movie.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,29 @@ <h2>This website uses fish</h2>
@keyframes from-right {from{transform:translateX(100%)} to{transform:translateX(0)}}
</style>

<style>
#turtle {
position: fixed;
left:0;
top:0;
width:100%;height:100%;
animation: appearturtle 5s both 69s;
}
@keyframes appearturtle {
from {

visibility: hidden;
opacity: 0;
}
to {

visibility: visible;
opacity: 1;
}
}
</style>
<div id="left"><img src="./ass/ets/haodilao.gif" alt="marcelo sips his drink at Haidilao"></div>
<div id="right"><img src="./ass/ets/mardance.gif" alt="marcelo dances on the beach"></div>
<img src="./ass/ets/bee-movie.gif" alt="a certain cat" id="turtle" onclick="this.remove()" loading="lazy"/>
</body>
</html>

0 comments on commit 2f8128d

Please sign in to comment.