------------------------------------------------------------
commit 0b73b28521e66c8152b91a297f550c8ff3f9f6ba
Author: ffff:107.3.134.29 <ffff:107.3.134.29@hub.scroll.pub> Date: Sun Oct 13 23:02:55 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 6b06f2f..e956404 100644 --- a/index.scroll +++ b/index.scroll @@ -1,5 +1,3 @@ -buildHtml - -theme roboto - -Hello World my name is +buildHtml + +claude.html ------------------------------------------------------------
commit 8b99222ef3f96efc9abd304ac7641d2b64676a97
Author: ffff:107.3.134.29 <ffff:107.3.134.29@hub.scroll.pub> Date: Sun Oct 13 23:02:49 2024 +0000 Updated claude.html diff --git a/claude.html b/claude.html index e69de29..022ca6e 100644 --- a/claude.html +++ b/claude.html @@ -0,0 +1,76 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>InterviewAI</title> + <style> + body { + font-family: Arial, sans-serif; + margin: 0; + padding: 0; + display: flex; + height: 100vh; + } + .left-section { + flex: 1; + display: flex; + flex-direction: column; + align-items: center; + justify-content: space-between; + padding: 20px; + background-color: #f0f0f0; + } + .right-section { + flex: 1; + display: flex; + flex-direction: column; + align-items: center; + justify-content: space-between; + padding: 20px; + background-color: #ffffff; + } + .interviewer-image { + width: 200px; + height: 200px; + border-radius: 50%; + object-fit: cover; + } + .talk-button, .download-button { + padding: 10px 20px; + font-size: 16px; + cursor: pointer; + border: none; + border-radius: 5px; + } + .talk-button { + background-color: #4CAF50; + color: white; + } + .download-button { + background-color: #008CBA; + color: white; + } + .book-space { + width: 80%; + height: 70%; + border: 2px dashed #ccc; + display: flex; + align-items: center; + justify-content: center; + font-size: 18px; + color: #666; + } + </style> +</head> +<body> + <div class="left-section"> + <img src="/api/placeholder/200/200" alt="Interviewer" class="interviewer-image"> + <button class="talk-button">Hold to Talk</button> + </div> + <div class="right-section"> + <div class="book-space">Book under construction</div> + <button class="download-button">Download PDF</button> + </div> +</body> +</html> \ No newline at end of file ------------------------------------------------------------
commit 6c8e9f6e392136831f31c0c3201f25b972ff2fd5
Author: ffff:107.3.134.29 <ffff:107.3.134.29@hub.scroll.pub> Date: Sun Oct 13 23:02:31 2024 +0000 Updated claude.html diff --git a/claude.html b/claude.html new file mode 100644 index 0000000..e69de29 ------------------------------------------------------------
commit b0c01d68e3cf2c48e3b85c45b579fa922ca9f271
Author: root <root@hub.scroll.pub> Date: Sun Oct 13 21:34:05 2024 +0000 Initial commit from blank template diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..6b06f2f --- /dev/null +++ b/index.scroll @@ -0,0 +1,5 @@ +buildHtml + +theme roboto + +Hello World my name is