My Wishlist
Ship to 1438 Northwest 60th Street Apt 102, Seattle, WA, USA
@Daisy
Welcome to my website! I'm an engineer living in Seattle. This is my personal website. I build websites, electronics, video games, and apps. I am a woman in tech making critical software available to those who need it.
Last Seen: April 03, 2025 16:11 - Joined: September 10, 2024 21:39
var d = "16:11:16".split(":");
var hr = parseInt(d[0]);
var min = parseInt(d[1]);
var sec = parseInt(d[2]);
if(hr < 9 || hr >= 21) {
document.getElementById("clockContainer1").style.backgroundColor = "lightblue";
}
var hr_rotation = 30 * hr + min / 2;
var min_rotation = 6 * min;
var sec_rotation = 6 * sec;
document.getElementById("hour1").style.transform = `rotate(${hr_rotation}deg)`;
document.getElementById("minute1").style.transform = `rotate(${min_rotation}deg)`;
document.getElementById("second1").style.transform = `rotate(${sec_rotation}deg)`;
Professional entertainment, photos, videos, audio, livestreaming and casual gameplay, as well as ID scanning, web development and surrogacy services.
@Daisy
Welcome to my website! I'm an engineer living in Seattle. This is my personal website. I build websites, electronics, video games, and apps. I am a woman in tech making critical software available to those who need it.
Last Seen: April 03, 2025 16:11 - Joined: September 10, 2024 21:39